sipeed / Longduino

Longduino is an Arduino port for gd32v mcu.
Other
70 stars 21 forks source link

[macOS][PlatformIO]Could not find a version that satisfies the requirement '~9.2.0' for your system 'darwin_x86_64'" #16

Open KenjutsuGH opened 4 years ago

KenjutsuGH commented 4 years ago

I try to create a new project using either the SDK or Arduino, and get the following error:

PlatformManager: Installing gd32v
Downloading...
Unpacking...
gd32v @ 1.1.0 has been successfully installed!
PackageManager: Installing toolchain-gd32v @ ~9.2.0
Error: Could not find a version that satisfies the requirement '~9.2.0' for your system 'darwin_x86_64'"

My setup:

avivgr commented 4 years ago

from the platform io package manifest http://dl.platformio.org/packages/manifest.json looks like the 'toolchain-gd32v' toolchain supports windows and linux only.

However, from this commit: https://github.com/sipeed/platform-gd32v/commit/55ee76d056cd975b4b03c27b97f98f1ec271b996#diff-478ad51182f8482ddadda85fda7a9c38

Maybe the 'toolchain-riscv' toolchain can be used instead? i don't know the difference.

wlnirvana commented 3 years ago

Possible duplicate of sipeed/platform-gd32v#6

Note in one of the comments below an unofficial version is provided.