I am trying to use Chibios. The sample code they provide seems to need the stdint.h file. The Makefile produces 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 could not find anything useful on the Internet.
c gcc arm embedded stm32
ceremcem
source share