make clean; make rm -f build/* src/FreeRTOS/*.o src/version.h svn: E155007: '/home/ulu/ULU/ulu-vdm-firmware' is not a working copy Generating version information to src/version.h echo "/* NOTE: DONT touch this file as it's generated automatically. */" >src/version.h echo "/* The format is ProductName-VariantInfo-MajorRevision-MinorRevision-BuildRevision-BuildDate */" >>src/version.h echo "#define SYSTEM_VERSION_INFO \"VCM-1-1-5--1449229450\"" >>src/version.h arm-none-eabi-gcc -DSTM32F10X_HD -c -Wall -mthumb -mcpu=cortex-m3 -flto -ffunction-sections -fdata-sections -Iinclude/stm32f10x -Isrc/ -DUSE_STDPERIPH_DRIVER -Wall -Os -o build/spi_flash.o src/spi_flash.c In file included from include/stm32f10x/core_cm3.h:90:0, from include/stm32f10x/stm32f10x.h:477, from src/spi_flash.h:8, from src/spi_flash.c:1: /usr/bin/../lib/gcc/arm-none-eabi/4.7.4/include/stdint.h:3:26: fatal error: stdint.h: No such file or directory compilation terminated. Makefile:98: recipe for target 'build/spi_flash.o' failed make: *** [build/spi_flash.o] Error 1