platformio / platform-intel_mcs51

Intel MCS-51 (8051): development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/intel_mcs51
Apache License 2.0
56 stars 45 forks source link

i cant download sdcc toolchains on linux i686 #2

Closed kenzanin closed 6 years ago

kenzanin commented 6 years ago

Error: Could not install 'toolchain-sdcc' with version requirements '~1.30603' for your system 'linux_i686'. If you use Antivirus, it can block PlatformIO Package Manager. Try to disable it for a while.

Palatis commented 6 years ago

weird, this is a really strange problem.

I have toolchain-sdcc-i386-unknown-linux2.5-1.30603.9771.tar.bz2 under https://dl.bintray.com/palatis/platformio-dl-packages/, but the file in then manifest.json is listing toolchain-sdcc-i386-unknown-linux2.6-1.30603.9771.tar.bz2 for no reason...

maybe just try with a amd64 machine FTM, I might sync the SDCC package with upstream when I have some free time.

kenzanin commented 6 years ago

thanks i will try it soon, and report back to you. sorry for late replay.

ivankravets commented 6 years ago

Fixed