Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. make clean; make
  2. rm -f build/* src/FreeRTOS/*.o src/version.h
  3. svn: E155007: '/home/ulu/ULU/ulu-vdm-firmware' is not a working copy
  4. Generating version information to src/version.h
  5. echo "/* NOTE: DONT touch this file as it's generated automatically. */" >src/version.h
  6. echo "/* The format is ProductName-VariantInfo-MajorRevision-MinorRevision-BuildRevision-BuildDate */" >>src/version.h
  7. echo "#define SYSTEM_VERSION_INFO \"VCM-1-1-5--1449229450\"" >>src/version.h
  8. 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
  9. In file included from include/stm32f10x/core_cm3.h:90:0,
  10. from include/stm32f10x/stm32f10x.h:477,
  11. from src/spi_flash.h:8,
  12. from src/spi_flash.c:1:
  13. /usr/bin/../lib/gcc/arm-none-eabi/4.7.4/include/stdint.h:3:26: fatal error: stdint.h: No such file or directory
  14. compilation terminated.
  15. Makefile:98: recipe for target 'build/spi_flash.o' failed
  16. make: *** [build/spi_flash.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement