Advertisement
Guest User

Untitled

a guest
Mar 25th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. user@instant-contiki:~/Desktop/RR/projects/hello-world$ make Makefile all
  2. make: Nothing to be done for `Makefile'.
  3. Building project hello-world for stm32f4discovery w/ MCU stm32f407vgt6.
  4. make -C /home/user/Desktop/RR/projects/hello-world/../../thirdparty_boards
  5. make[1]: Entering directory `/home/user/Desktop/RR/thirdparty_boards'
  6. make -C stm32f4discovery
  7. make[2]: Entering directory `/home/user/Desktop/RR/thirdparty_boards/stm32f4discovery'
  8. make -C drivers
  9. make[3]: Entering directory `/home/user/Desktop/RR/thirdparty_boards/stm32f4discovery/drivers'
  10. make[3]: Leaving directory `/home/user/Desktop/RR/thirdparty_boards/stm32f4discovery/drivers'
  11. make[2]: Leaving directory `/home/user/Desktop/RR/thirdparty_boards/stm32f4discovery'
  12. make[1]: Leaving directory `/home/user/Desktop/RR/thirdparty_boards'
  13. make -C /home/user/Desktop/RR/projects/hello-world/../../RIOT
  14. make[1]: Entering directory `/home/user/Desktop/RR/RIOT'
  15. mkdir -p /home/user/Desktop/RR/projects/hello-world/../../RIOT/bin/
  16. make[2]: Entering directory `/home/user/Desktop/RR/RIOT/cpu'
  17. make[2]: Nothing to be done for `cpus'.
  18. make[2]: Leaving directory `/home/user/Desktop/RR/RIOT/cpu'
  19. make[2]: Entering directory `/home/user/Desktop/RR/RIOT/core'
  20. In file included from ../cpu/stm32f407vgt6/include/cpu.h:37:0,
  21. from include/kernel.h:27,
  22. from hwtimer.c:23:
  23. ../cpu/stm32f407vgt6/include/stm32f407vgt6.h:11:23: fatal error: stm32f4xx.h: No such file or directory
  24. compilation terminated.
  25. make[2]: *** [/home/user/Desktop/RR/projects/hello-world/../../RIOT/bin/hwtimer.o] Error 1
  26. make[2]: Leaving directory `/home/user/Desktop/RR/RIOT/core'
  27. make[2]: Entering directory `/home/user/Desktop/RR/RIOT/drivers'
  28. make[2]: Leaving directory `/home/user/Desktop/RR/RIOT/drivers'
  29. make[2]: Entering directory `/home/user/Desktop/RR/RIOT/sys'
  30. In file included from ../cpu/stm32f407vgt6/include/cpu.h:37:0,
  31. from ../core/include/kernel.h:27,
  32. from ../core/include/thread.h:16,
  33. from chardev_thread.c:1:
  34. ../cpu/stm32f407vgt6/include/stm32f407vgt6.h:11:23: fatal error: stm32f4xx.h: No such file or directory
  35. compilation terminated.
  36. make[2]: *** [/home/user/Desktop/RR/projects/hello-world/../../RIOT/bin/chardev_thread.o] Error 1
  37. make[2]: Leaving directory `/home/user/Desktop/RR/RIOT/sys'
  38. make[1]: *** [all] Error 2
  39. make[1]: Leaving directory `/home/user/Desktop/RR/RIOT'
  40. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement