sipeed / platform-gd32v

GD32V: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/gd32v
Other
183 stars 46 forks source link

UnknownPackageError triggered on Ubuntu 16 i686 #29

Open advancedwebdeveloper opened 3 years ago

advancedwebdeveloper commented 3 years ago

Hi. Would you be up to start supporting i686?

I have this https://github.com/platformio/platformio-core/blob/6e5198f3739f536935916f700bd09a9f96ad0278/platformio/package/exception.py#L55 error fired, on Ubuntu 16 :+1:

$ python3 -m platformio run Processing sipeed-longan-nano (framework: gd32vf103-sdk; platform: https://github.com/sipeed/platform-gd32v.git)

Tool Manager: Installing platformio/toolchain-gd32v @ ~9.2.0 Error: Could not find the package with 'platformio/toolchain-gd32v @ ~9.2.0' requirements for your system 'linux_i686'

I have

$ python3 --version Python 3.5.2 here (I could upgrade to a modern version, if required).

$ uname -a Linux bibip 4.15.0-122-generic #124~16.04.1-Ubuntu SMP Thu Oct 15 16:14:02 UTC 2020 i686 i686 i686 GNU/Linux

advancedwebdeveloper commented 3 years ago

If you wouldn't provide an "official" releas, for targeting i686 - you could provide a patch, to configure for a local version. That could be hosted on Github, downloaded manually and configured by end-users on demand.