Hello, I try to build ArduPilot on Win10 with Cygwin.
Everything was installed according a manual from the website, everything seems to work, but I can’t build any configuration. Here is my log:
user@PC ~/ardupilot
$ ./waf configure --board CubeBlack
Setting top to : /home/user/ardupilot
Setting out to : /home/user/ardupilot/build
Autoconfiguration : enabled
Setting board to : CubeBlack
Using toolchain : arm-none-eabi
Checking for 'g++' (C++ compiler) : /cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/6 2017-q2-update/bin/arm-none-eabi-g++
Checking for 'gcc' (C compiler) : /cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/6 2017-q2-update/bin/arm-none-eabi-gcc
Checking for c flags '-MMD' :
user@PC ~/ardupilot
$ ./waf plane
The project was not configured: run "waf configure" first!
It doesn’t matter that configuration I choose, it just can’t build anything. I have already tried to start Cygwin as administrator without success.
What is the problem?