Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Building application "hello-world" for "stm32f4discovery" with MCU "stm32f4".
  2.  
  3. "make" -C /data/riotbuild/riotbase/boards/stm32f4discovery
  4. "make" -C /data/riotbuild/riotbase/core
  5. "make" -C /data/riotbuild/riotbase/cpu/stm32f4
  6. "make" -C /data/riotbuild/riotbase/cpu/cortexm_common
  7. "make" -C /data/riotbuild/riotbase/cpu/cortexm_common/periph
  8. "make" -C /data/riotbuild/riotbase/cpu/stm32_common
  9. "make" -C /data/riotbuild/riotbase/cpu/stm32_common/periph
  10. "make" -C /data/riotbuild/riotbase/cpu/stm32f4/periph
  11. "make" -C /data/riotbuild/riotbase/drivers
  12. "make" -C /data/riotbuild/riotbase/drivers/periph_common
  13. "make" -C /data/riotbuild/riotbase/sys
  14. "make" -C /data/riotbuild/riotbase/sys/auto_init
  15. "make" -C /data/riotbuild/riotbase/sys/isrpipe
  16. "make" -C /data/riotbuild/riotbase/sys/newlib_syscalls_default
  17. "make" -C /data/riotbuild/riotbase/sys/pm_layered
  18. "make" -C /data/riotbuild/riotbase/sys/stdio_uart
  19. "make" -C /data/riotbuild/riotbase/sys/tsrb
  20. text data bss dec hex filename
  21. 8756 140 2620 11516 2cfc /data/riotbuild/riotbase/examples/hello-world/bin/stm32f4discovery/hello-world.elf
  22. /home/huaxing/oproj/riot/RIOT-2019.04/dist/tools/openocd/openocd.sh flash /home/huaxing/oproj/riot/RIOT-2019.04/examples/hello-world/bin/stm32f4discovery/hello-world.elf
  23. Flashing Target
  24. sh: 1: openocd: not found
  25. /home/huaxing/oproj/riot/RIOT-2019.04/examples/hello-world/../../Makefile.include:538: recipe for target 'flash' failed
  26. make: *** [flash] Error 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement