I'm trying to use ChibiOS. The example code they provide seems to need a 'stdint.h' file. The Makefile gives the following error:
/usr/lib/gcc/arm-none-eabi/4.8/include/stdint.h:9:26: fatal error: stdint.h: No such file or directory # include_next <stdint.h> ^ compilation terminated. ../../os/ports/GCC/ARMCMx/rules.mk:182: recipe for target 'build/obj/crt0.o' failed make: *** [build/obj/crt0.o] Error 1 I couldn't find anything useful on the web.
#include_nextis non-standard. Why did you try to use it rather than#include?#include_next