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 6.62 KB | None | 0 0
  1. user@instant-contiki:~/Desktop/RT/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/RT/projects/hello-world/../../thirdparty_boards
  5. make[1]: Entering directory `/home/user/Desktop/RT/thirdparty_boards'
  6. make -C stm32f4discovery
  7. make[2]: Entering directory `/home/user/Desktop/RT/thirdparty_boards/stm32f4discovery'
  8. make -C drivers
  9. make[3]: Entering directory `/home/user/Desktop/RT/thirdparty_boards/stm32f4discovery/drivers'
  10. make[3]: Leaving directory `/home/user/Desktop/RT/thirdparty_boards/stm32f4discovery/drivers'
  11. make[2]: Leaving directory `/home/user/Desktop/RT/thirdparty_boards/stm32f4discovery'
  12. make[1]: Leaving directory `/home/user/Desktop/RT/thirdparty_boards'
  13. make -C /home/user/Desktop/RT/projects/hello-world/../../RIOT
  14. make[1]: Entering directory `/home/user/Desktop/RT/RIOT'
  15. mkdir -p /home/user/Desktop/RT/projects/hello-world/../../RIOT/bin/
  16. make[2]: Entering directory `/home/user/Desktop/RT/RIOT/cpu'
  17. make[3]: Entering directory `/home/user/Desktop/RT/RIOT/cpu/cortex-m'
  18. make -C STM32F4xx_StdPeriph_Driver
  19. make[4]: Entering directory `/home/user/Desktop/RT/RIOT/cpu/cortex-m/STM32F4xx_StdPeriph_Driver'
  20. make -C src
  21. make[5]: Entering directory `/home/user/Desktop/RT/RIOT/cpu/cortex-m/STM32F4xx_StdPeriph_Driver/src'
  22. make[5]: `/home/user/Desktop/RT/projects/hello-world/../../RIOT/bin/stm32f4xxstdperi.a' is up to date.
  23. make[5]: Leaving directory `/home/user/Desktop/RT/RIOT/cpu/cortex-m/STM32F4xx_StdPeriph_Driver/src'
  24. make[4]: Leaving directory `/home/user/Desktop/RT/RIOT/cpu/cortex-m/STM32F4xx_StdPeriph_Driver'
  25. make[3]: Leaving directory `/home/user/Desktop/RT/RIOT/cpu/cortex-m'
  26. make[3]: Entering directory `/home/user/Desktop/RT/RIOT/cpu/stm32f407vgt6'
  27. arm-none-eabi-as -ggdb -g3 -mcpu=cortex-m4 -mlittle-endian startup.s -o /home/user/Desktop/RT/projects/hello-world/../../RIOT/bin/startup.o
  28. make[3]: Leaving directory `/home/user/Desktop/RT/RIOT/cpu/stm32f407vgt6'
  29. make[2]: Leaving directory `/home/user/Desktop/RT/RIOT/cpu'
  30. make[2]: Entering directory `/home/user/Desktop/RT/RIOT/core'
  31. make[2]: Leaving directory `/home/user/Desktop/RT/RIOT/core'
  32. make[2]: Entering directory `/home/user/Desktop/RT/RIOT/drivers'
  33. make[2]: Leaving directory `/home/user/Desktop/RT/RIOT/drivers'
  34. make[2]: Entering directory `/home/user/Desktop/RT/RIOT/sys'
  35. make[2]: Leaving directory `/home/user/Desktop/RT/RIOT/sys'
  36. make[1]: Leaving directory `/home/user/Desktop/RT/RIOT'
  37. arm-none-eabi-gcc -DUSE_STDPERIPH_DRIVER -DUSE_STM32_DISCOVERY -g3 -ggdb -mcpu=cortex-m4 -mlittle-endian -static -lgcc -mthumb -mthumb-interwork -nostartfiles -T/home/user/Desktop/RT/projects/hello-world/../../thirdparty_cpu/stm32f407vgt6/stm32_flash.ld /home/user/Desktop/RT/projects/hello-world/../../RIOT/bin/startup.o -o /home/user/Desktop/RT/projects/hello-world/bin/hello-world.elf -Wl,--start-group /home/user/Desktop/RT/projects/hello-world/../../RIOT/bin/cpu.a /home/user/Desktop/RT/projects/hello-world/../../RIOT/bin/core.a /home/user/Desktop/RT/projects/hello-world/../../RIOT/bin/sys.a /home/user/Desktop/RT/projects/hello-world/../../thirdparty_boards/stm32f4discovery/bin/stm32f4discovery_base.a /home/user/Desktop/RT/projects/hello-world/bin/project.a -lm -Wl,--end-group -Wl,-Map=/home/user/Desktop/RT/projects/hello-world/bin/hello-world.map
  38. /home/user/Desktop/RT/projects/hello-world/../../thirdparty_boards/stm32f4discovery/bin/stm32f4discovery_base.a(board_init.o): In function `SystemInit':
  39. /home/user/Desktop/RT/thirdparty_boards/stm32f4discovery/board_init.c:287: undefined reference to `RCC_APB1PeriphClockCmd'
  40. /home/user/Desktop/RT/thirdparty_boards/stm32f4discovery/board_init.c:291: undefined reference to `RCC_AHB1PeriphClockCmd'
  41. /home/user/Desktop/RT/thirdparty_boards/stm32f4discovery/board_init.c:299: undefined reference to `GPIO_Init'
  42. /home/user/Desktop/RT/thirdparty_boards/stm32f4discovery/board_init.c:303: undefined reference to `GPIO_PinAFConfig'
  43. /home/user/Desktop/RT/thirdparty_boards/stm32f4discovery/board_init.c:311: undefined reference to `USART_Init'
  44. /home/user/Desktop/RT/thirdparty_boards/stm32f4discovery/board_init.c:313: undefined reference to `USART_Cmd'
  45. /home/user/sat/lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/lib/thumb/cortex-m4/libg.a(lib_a-sbrkr.o): In function `_sbrk_r':
  46. /home/user/Desktop/compiler/summon-arm-toolchain/build/arm-none-eabi/thumb/cortex-m4/newlib/libc/reent/../../../../../../../gcc-linaro-4.7-2013.01/newlib/libc/reent/sbrkr.c:58: undefined reference to `_sbrk'
  47. /home/user/sat/lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/lib/thumb/cortex-m4/libg.a(lib_a-writer.o): In function `_write_r':
  48. /home/user/Desktop/compiler/summon-arm-toolchain/build/arm-none-eabi/thumb/cortex-m4/newlib/libc/reent/../../../../../../../gcc-linaro-4.7-2013.01/newlib/libc/reent/writer.c:58: undefined reference to `_write'
  49. /home/user/sat/lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/lib/thumb/cortex-m4/libg.a(lib_a-closer.o): In function `_close_r':
  50. /home/user/Desktop/compiler/summon-arm-toolchain/build/arm-none-eabi/thumb/cortex-m4/newlib/libc/reent/../../../../../../../gcc-linaro-4.7-2013.01/newlib/libc/reent/closer.c:53: undefined reference to `_close'
  51. /home/user/sat/lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/lib/thumb/cortex-m4/libg.a(lib_a-fstatr.o): In function `_fstat_r':
  52. /home/user/Desktop/compiler/summon-arm-toolchain/build/arm-none-eabi/thumb/cortex-m4/newlib/libc/reent/../../../../../../../gcc-linaro-4.7-2013.01/newlib/libc/reent/fstatr.c:62: undefined reference to `_fstat'
  53. /home/user/sat/lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/lib/thumb/cortex-m4/libg.a(lib_a-isattyr.o): In function `_isatty_r':
  54. /home/user/Desktop/compiler/summon-arm-toolchain/build/arm-none-eabi/thumb/cortex-m4/newlib/libc/reent/../../../../../../../gcc-linaro-4.7-2013.01/newlib/libc/reent/isattyr.c:58: undefined reference to `_isatty'
  55. /home/user/sat/lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/lib/thumb/cortex-m4/libg.a(lib_a-lseekr.o): In function `_lseek_r':
  56. /home/user/Desktop/compiler/summon-arm-toolchain/build/arm-none-eabi/thumb/cortex-m4/newlib/libc/reent/../../../../../../../gcc-linaro-4.7-2013.01/newlib/libc/reent/lseekr.c:58: undefined reference to `_lseek'
  57. /home/user/sat/lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/lib/thumb/cortex-m4/libg.a(lib_a-readr.o): In function `_read_r':
  58. /home/user/Desktop/compiler/summon-arm-toolchain/build/arm-none-eabi/thumb/cortex-m4/newlib/libc/reent/../../../../../../../gcc-linaro-4.7-2013.01/newlib/libc/reent/readr.c:58: undefined reference to `_read'
  59. collect2: error: ld returned 1 exit status
  60. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement