funny59

build_log_with_error

May 21st, 2022
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.18 KB | None | 0 0
  1. > Executing task: C:\Users\dar\.platformio\penv\Scripts\platformio.exe run <
  2.  
  3. Processing genericSTM32F401CD (platform: ststm32@~12.1; board: genericSTM32F401CD; framework: arduino)
  4. ------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
  5. CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/genericSTM32F401CD.html
  6. PLATFORM: ST STM32 (12.1.1) > STM32F401CD (96k RAM. 384k Flash)
  7. HARDWARE: STM32F401CDU6 84MHz, 96KB RAM, 384KB Flash
  8. DEBUG: Current (blackmagic) External (blackmagic, jlink, stlink)
  9. PACKAGES:
  10.  - framework-arduinoststm32 4.10900.200819 (1.9.0)
  11.  - framework-cmsis 2.50501.200527 (5.5.1)
  12.  - tool-dfuutil 1.9.200310
  13.  - toolchain-gccarmnoneeabi 1.90201.191206 (9.2.1)
  14. Converting Marlin.ino
  15. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  16. LDF Modes: Finder ~ chain, Compatibility ~ soft
  17. Found 10 compatible libraries
  18. Scanning dependencies...
  19. Dependency Graph
  20. |-- <SPI> 1.0
  21. |-- <Servo> 1.1.2
  22. |-- <EEPROM> 2.0.1
  23. |-- <SoftwareSerial> 1.0
  24. |-- <IWatchdog> 1.0.0
  25. |-- <Wire> 1.0
  26. Building in release mode
  27. Compiling .pio\build\genericSTM32F401CD\src\src\inc\Warnings.cpp.o
  28. Marlin\src\inc\Warnings.cpp:59:4: warning: #warning "Your Configuration provides no method to acquire user feedback!" [-Wcpp]
  29.    59 |   #warning "Your Configuration provides no method to acquire user feedback!"
  30.       |    ^~~~~~~
  31. Linking .pio\build\genericSTM32F401CD\firmware.elf
  32. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/cdc/usbd_cdc.c.o: in function `USBD_CDC_DeInit':
  33. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:540: undefined reference to `USBD_LL_CloseEP'
  34. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:544: undefined reference to `USBD_LL_CloseEP'
  35. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:548: undefined reference to `USBD_LL_CloseEP'
  36. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/cdc/usbd_cdc.c.o: in function `USBD_CDC_Init':
  37. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:472: undefined reference to `USBD_LL_OpenEP'
  38. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:491: undefined reference to `USBD_LL_OpenEP'
  39. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:497: undefined reference to `USBD_LL_OpenEP'
  40. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:516: undefined reference to `USBD_LL_PrepareReceive'
  41. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:485: undefined reference to `USBD_LL_OpenEP'
  42. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:520: undefined reference to `USBD_LL_PrepareReceive'
  43. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/cdc/usbd_cdc.c.o: in function `USBD_CDC_TransmitPacket':
  44. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:809: undefined reference to `USBD_LL_Transmit'
  45. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/cdc/usbd_cdc.c.o: in function `USBD_CDC_ReceivePacket':
  46. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:836: undefined reference to `USBD_LL_PrepareReceive'
  47. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:842: undefined reference to `USBD_LL_PrepareReceive'
  48. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/cdc/usbd_cdc.c.o: in function `USBD_CDC_ClearBuffer':
  49. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\cores\arduino\stm32\usb\cdc/usbd_cdc.c:858: undefined reference to `USBD_LL_PrepareReceive'
  50. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/usb_device_core.c.o: in function `USBD_Init':
  51. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\system\Middlewares\ST\STM32_USB_Device_Library\Core\Src/usbd_core.c:117: undefined reference to `USBD_LL_Init'
  52. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/usb_device_core.c.o: in function `USBD_Start':
  53. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\system\Middlewares\ST\STM32_USB_Device_Library\Core\Src/usbd_core.c:181: undefined reference to `USBD_LL_Start'
  54. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/usb_device_ctlreq.c.o: in function `USBD_CtlError':
  55. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\system\Middlewares\ST\STM32_USB_Device_Library\Core\Src/usbd_ctlreq.c:855: undefined reference to `USBD_LL_StallEP'
  56. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\system\Middlewares\ST\STM32_USB_Device_Library\Core\Src/usbd_ctlreq.c:856: undefined reference to `USBD_LL_StallEP'
  57. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/usb_device_ioreq.c.o: in function `USBD_CtlSendData':
  58. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\system\Middlewares\ST\STM32_USB_Device_Library\Core\Src/usbd_ioreq.c:96: undefined reference to `USBD_LL_Transmit'
  59. c:/users/dar/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/genericSTM32F401CD/FrameworkArduino/stm32/usb/usb_device_ioreq.c.o: in function `USBD_CtlPrepareRx':
  60. C:\Users\dar\.platformio\packages\framework-arduinoststm32@4.10900.200819\system\Middlewares\ST\STM32_USB_Device_Library\Core\Src/usbd_ioreq.c:135: undefined reference to `USBD_LL_PrepareReceive'
  61. collect2.exe: error: ld returned 1 exit status
  62. *** [.pio\build\genericSTM32F401CD\firmware.elf] Error 1
  63. ========================================================= [FAILED] Took 27.22 seconds =========================================================
  64.  
  65. Environment         Status    Duration
  66. ------------------  --------  ------------
  67. genericSTM32F401CD  FAILED    00:00:27.221
  68. ==================================================== 1 failed, 0 succeeded in 00:00:27.221 ====================================================
  69. The terminal process "C:\Users\dar\.platformio\penv\Scripts\platformio.exe 'run'" terminated with exit code: 1.
  70.  
  71. Terminal will be reused by tasks, press any key to close it.
Add Comment
Please, Sign In to add comment