platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
389 stars 305 forks source link

Target NUCLEO_L011K4 is not supported by toolchain GCC_ARM #210

Open hop666 opened 5 years ago

hop666 commented 5 years ago

PIO Core Call Error: "The next files/directories have been created in /Users/hop/Documents/PlatformIO/Projects/ReClockNucleo32\ninclude - Put project header files here\nlib - Put here project specific (private) libraries\nsrc - Put project source files here\nplatformio.ini - Project Configuration File\n\nError: Processing nucleo_l011k4 (platform: ststm32; board: nucleo_l011k4; framework: mbed)\n--------------------------------------------------------------------------------\nVerbose mode can be enabled via -v, --verbose option\nCONFIGURATION: https://docs.platformio.org/page/boards/ststm32/nucleo_l011k4.html\nPLATFORM: ST STM32 > ST Nucleo L011K4\nHARDWARE: STM32L011K4T6 32MHz 2KB RAM (16KB Flash)\nDEBUG: CURRENT(stlink) ON-BOARD(stlink) EXTERNAL(blackmagic, jlink)\nTarget NUCLEO_L011K4 is not supported by toolchain GCC_ARM\nmbed build API internal error\n========================== [ERROR] Took 0.67 seconds =========================="

valeros commented 5 years ago

Hi @hop666 ! Unfortunately, this board is not compatible with the GCC toolchain at the moment. PlatformIO uses GCC as the compiler, so Mbed framework won't be available until the official support for this toolchain is added. Sorry for the inconvenience.