Waf build

Hi
I am Building Ardupilot using waf build system. After i have done this <To keep access to Waf convenient, use the following alias from the root ardupilot directory:

alias waf="$PWD/modules/waf/waf-light" >
I am typing this command “waf configure --board=navio2” and it shows me this error. Whats wrong. Thanks

This seems to be a problem with permissions.
ls -l /ardupilot might help you figure out the problem and then chown -R the directory if the issue is indeed the wrong permissions.

Have you worked it out? Can I close the thread?

Yes it worked out. I Changed the directory of the files where I didn’t needed any special permissions. Thanks

Nice! Thanks.