Hi f5soh and m_thread I just deleted everything and started again, this time using the git command. So from D:\Source I run
git clone
https://github.com/librepilot/LibrePilot.gitThis creates the folder LibrePilot with all the files in it as expected, I then
cd to LibrePilot
and run
make\scripts\win_sdk_install.sh
This succeeds with one warning "WARNING tools/SDL-1.2.15 not found (make sdl_install), using system PATH"
From the same folder I run
tools\bin\make sdl_install just in case this was the problem
Then again from D:\Source\LibrePilot I run D:\Source\LibrePilot>tools\bin\make all package
This is the output
D:\Source\LibrePilot>tools\bin\make all package
d:/Source/LibrePilot/tools/bin/make -f Makefile.Release
compiling ../../ground/uavobjgenerator/main.cpp
compiling ../../ground/uavobjgenerator/uavobjectparser.cpp
compiling ../../ground/uavobjgenerator/generators/generator_io.cpp
compiling ../../ground/uavobjgenerator/generators/java/uavobjectgeneratorjava.cpp
compiling ../../ground/uavobjgenerator/generators/flight/uavobjectgeneratorflight.cpp
compiling ../../ground/uavobjgenerator/generators/gcs/uavobjectgeneratorgcs.cpp
compiling ../../ground/uavobjgenerator/generators/matlab/uavobjectgeneratormatlab.cpp
compiling ../../ground/uavobjgenerator/generators/python/uavobjectgeneratorpython.cpp
compiling ../../ground/uavobjgenerator/generators/wireshark/uavobjectgeneratorwireshark.cpp
compiling ../../ground/uavobjgenerator/generators/generator_common.cpp
linking uavobjgenerator.exe
- OpenPilot UAVObject Generator -
Done: processed 111 XML files and generated 111 objects with no ID collisions. Total size of the dat
a fields is 4582 bytes.
generating gcs code
- OpenPilot UAVObject Generator -
Done: processed 111 XML files and generated 111 objects with no ID collisions. Total size of the dat
a fields is 4582 bytes.
generating flight code
- OpenPilot UAVObject Generator -
Done: processed 111 XML files and generated 111 objects with no ID collisions. Total size of the dat
a fields is 4582 bytes.
generating python code
- OpenPilot UAVObject Generator -
Done: processed 111 XML files and generated 111 objects with no ID collisions. Total size of the dat
a fields is 4582 bytes.
generating matlab code
- OpenPilot UAVObject Generator -
required UAVObject definitions not found! d:/source/librepilot.xml
makefile:189: recipe for target 'uavobjects_java' failed
make: *** [uavobjects_java] Error 2