Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. Processing genericSTM32F103C8 (platform: ststm32; board: genericSTM32F103C8; framework: arduino)
  2. ------------------------------------------------------------------------------------------------------------------------------------------------
  3. Verbose mode can be enabled via `-v, --verbose` option
  4. CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/genericSTM32F103C8.html
  5. PLATFORM: ST STM32 > STM32F103C8 (20k RAM. 64k Flash)
  6. HARDWARE: STM32F103C8T6 72MHz 20KB RAM (64KB Flash)
  7. DEBUG: CURRENT(blackmagic) EXTERNAL(blackmagic, jlink, stlink)
  8. Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  9. LDF MODES: FINDER(chain) COMPATIBILITY(soft)
  10. Collected 10 compatible libraries
  11. Scanning dependencies...
  12. Dependency Graph
  13. |-- <Wire> 1.0
  14. Compiling .pioenvs\genericSTM32F103C8\src\main.cpp.o
  15. Linking .pioenvs\genericSTM32F103C8\firmware.elf
  16. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 4 bytes
  17. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 4 bytes
  18. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 4 bytes
  19. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 4 bytes
  20. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 4 bytes
  21. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: .pioenvs\genericSTM32F103C8\src\SIM7100.cpp.o: in function `SIM7100::printDataPOST(String, String, String, String, float, float, String, String, String)':
  22. SIM7100.cpp:(.text._ZN7SIM710013printDataPOSTE6StringS0_S0_S0_ffS0_S0_S0_+0xf4): undefined reference to `Serial3'
  23. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: .pioenvs\genericSTM32F103C8\src\SIM7100.cpp.o: in function `SIM7100::apnSet(String)':
  24. SIM7100.cpp:(.text._ZN7SIM71006apnSetE6String+0x74): undefined reference to `Serial3'
  25. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: .pioenvs\genericSTM32F103C8\src\SIM7100.cpp.o: in function `SIM7100::lecinfinit()':
  26. SIM7100.cpp:(.text._ZN7SIM710010lecinfinitEv+0x30): undefined reference to `Serial3'
  27. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: .pioenvs\genericSTM32F103C8\src\main.cpp.o: in function `setup':
  28. main.cpp:(.text.setup+0x188): undefined reference to `Serial3'
  29. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: .pioenvs\genericSTM32F103C8\src\main.cpp.o: in function `recordAccelRegisters()':
  30. main.cpp:(.text._Z20recordAccelRegistersv+0x2e4): undefined reference to `Serial3'
  31. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: .pioenvs\genericSTM32F103C8\src\main.cpp.o:main.cpp:(.text.loop+0x104): more undefined references to `Serial3' follow
  32. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: .pioenvs\genericSTM32F103C8\libFrameworkArduino.a(syscalls.c.o): in function `_sbrk':
  33. syscalls.c:(.text._sbrk+0x38): undefined reference to `_Min_Stack_Size'
  34. c:/users/willy/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: .pioenvs\genericSTM32F103C8\libFrameworkArduino.a(syscalls.c.o):(.data.heap_end.7830+0x0): undefined reference to `_end'
  35. collect2.exe: error: ld returned 1 exit status
  36. *** [.pioenvs\genericSTM32F103C8\firmware.elf] Error 1
  37. ========================================================== [ERROR] Took 3.70 seconds ==========================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement