Guest User

Untitled

a guest
Jan 30th, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. Processing bluepill_f103c8 (platform: ststm32; board: bluepill_f103c8; framework: arduino)
  2. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/bluepill_f103c8.html
  3. PLATFORM: ST STM32 (11.0.0) > BluePill F103C8
  4. HARDWARE: STM32F103C8T6 72MHz, 20KB RAM, 64KB Flash
  5. DEBUG: Current (stlink) External (blackmagic, cmsis-dap, jlink, stlink)
  6. PACKAGES:
  7. - framework-arduinoststm32 4.10900.200819 (1.9.0)
  8. - framework-cmsis 2.50501.200527 (5.5.1)
  9. - toolchain-gccarmnoneeabi 1.90201.191206 (9.2.1)
  10. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  11. LDF Modes: Finder ~ chain, Compatibility ~ soft
  12. Found 19 compatible libraries
  13. Scanning dependencies...
  14. Dependency Graph
  15. |-- <Servo> 1.1.7 (C:\Users\Soland\.platformio\lib\Servo)
  16. Building in release mode
  17. arm-none-eabi-g++ -o .pio\build\bluepill_f103c8\src\main.cpp.o -c -std=gnu++14 -fno-threadsafe-statics -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Os -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wall -nostdlib --param max-inline-insns-single=500 -DPLATFORMIO=50100 -DSTM32F1 -DSTM32F103xB -DARDUINO_BLUEPILL_F103C8 -DSTM32F1xx -DARDUINO=10808 -DARDUINO_ARCH_STM32 -DARDUINO_BLUEPILL_F103C8 -DBOARD_NAME=\"BLUEPILL_F103C8\" -DHAL_UART_MODULE_ENABLED -Iinclude -Isrc -IC:\Users\Soland\.platformio\lib\Servo\src -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\cores\arduino\avr -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32 -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\usb -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\OpenAMP -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\usb\hid -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\usb\cdc -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F1xx_HAL_Driver\Inc -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F1xx_HAL_Driver\Src -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\STM32F1xx -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Middlewares\ST\STM32_USB_Device_Library\Core\Inc -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Middlewares\ST\STM32_USB_Device_Library\Core\Src -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Middlewares\OpenAMP -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Middlewares\OpenAMP\open-amp\lib\include -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Middlewares\OpenAMP\libmetal\lib\include -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Middlewares\OpenAMP\virtual_driver -IC:\Users\Soland\.platformio\packages\framework-cmsis\CMSIS\Core\Include -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Drivers\CMSIS\Device\ST\STM32F1xx\Include -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\system\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc -IC:\Users\Soland\.platformio\packages\framework-cmsis\CMSIS\DSP\Include -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\cores\arduino -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\variants\PILL_F103XX -IC:\Users\Soland\.platformio\packages\framework-arduinoststm32\variants\PILL_F103XX src\main.cpp
  18. In file included from src\main.cpp:2:
  19. C:\Users\Soland\.platformio\lib\Servo\src/Servo.h:77:2: error: #error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor."
  20. 77 | #error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor."
  21. | ^~~~~
  22. *** [.pio\build\bluepill_f103c8\src\main.cpp.o] Error 1
  23. =============================================================================== [FAILED] Took 4.06 seconds ===============================================================================The terminal process "C:\Users\Soland\.platformio\penv\Scripts\pio.exe 'run', '--verbose', '--environment', 'bluepill_f103c8'" terminated with exit code: 1.
  24.  
  25. Terminal will be reused by tasks, press any key to close it.
Add Comment
Please, Sign In to add comment