Hello everyone,
i download the pixhawk source code throuth the px4 toolchain ,and complete compiling successfully with console pattern.
but error occur in the Eclipse IDE compile process and the end result show me as following:
so i check some old posting article , people provide many way to resolve this problem:
1
To fix the problem you just have to write PWD = "C:\px4\Firmware" to set the variable to the right value.with a very small add-on onthe header of the makefile, it works fine. i try this way but result is no change from previous one.
2
manually install cmake, download the binary files from https://cmake.org/download/, the you copy the contents
of the zip file to C:\px4\toolchain\msys\1.0. and put all the contents of bin folder to bin folder in C:\px4\toolchain\msys\1.0\bin,
the contents of share folder to C:\px4\toolchain\msys\1.0\share and so on. and the compile result is also faiture.
3
some people mentioned it is related with the sequence of console and Eclipse IDE, advice before using eclipse, should compile firmware in PX4 Console first. yes i conduct this as the note but no any positive
change occured.
so i really puzzled that the firmware code and the Eclipse enviroment is matched properly or friendly?
and i now what should do to kill this trouble?
also pixhawk team never response this error officially and normally. i expect see the announcement appeared on the official website and developer forum.
appreciate all people attention on this problem!
Replies