yesitsme007 / platform-gd32v-mac-unofficial

GD32V: development platform for PlatformIO
Other
10 stars 3 forks source link

Broken compatibility with latest version of platformio #2

Open wlnirvana opened 3 years ago

wlnirvana commented 3 years ago
$ platformio --version
PlatformIO, version 5.0.2

$ cd ~/.platformio/platforms/gd32v-mac-unofficial/examples/arduino-blink
$ platformio run
Processing gd32vf103v-eval (platform: gd32v-mac-unofficial; framework: arduino; board: gd32vf103v-eval)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Tool Manager: Installing toolchain-gd32v-mac @ ~9.2.0
Error: Could not find the package with 'toolchain-gd32v-mac @ ~9.2.0' requirements for your system 'darwin_x86_64'

The newer platformio seems to somehow guess a package name "toolchain-gd32v-mac"

KenjutsuGH commented 3 years ago

Any solution to this error?