I cloned the git repository, and the downloaded the runtime archive (and expanded it)
Tried to build and it progresses for some time but then I get this:
cmake all-recursive
make[1]: Entering directory '/home/gabriel/axoloti/platform_linux/src/dfu-util-0.8'
Making all in src
make[2]: Entering directory '/home/gabriel/axoloti/platform_linux/src/dfu-util-0.8/src'
CC main.o
In file included from main.c:34:0:
portable.h:17:17: fatal error: io.h: No such file or directory
# include
^
compilation terminated.
Makefile:330: recipe for target 'main.o' failed
make[2]: *** [main.o] Error 1
make[2]: Leaving directory '/home/gabriel/axoloti/platform_linux/src/dfu-util-0.8/src'
Makefile:289: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/gabriel/axoloti/platform_linux/src/dfu-util-0.8'
Makefile:229: recipe for target 'all' failed
make: *** [all] Error 2
Any idea how to resolve it? I repeated the procedure several times, always ends like this. I tried as administrator and as a user, same story.
But then...
I tried compile_firmware.sh and it finished,,,
then compile_java.sh and it also finished.
!!!
Tried to runAxoloti runs !
It shows 1.0.11-15gxxxxx-dirty (where xxxx is some long number.
Do I have a properly compiled result?