platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
325 stars 219 forks source link

" toolchain-xtensa" for "linux_aarch64" #123

Closed RamilRamizugly closed 5 years ago

RamilRamizugly commented 5 years ago

PIO Core Call Error: "PlatformManager: Installing espressif8266\nDownloading\nDownloading\nUnpacking\nUnpacking\nespressif8266 @ 1.8.0 has been successfully installed!\nPackageManager: Installing toolchain-xtensa @ ~1.40802.0\n\nError: Could not find a version that satisfies the requirement '~1.40802.0' for your system 'linux_aarch64'"

ivankravets commented 5 years ago

Could you try to unpack this https://bintray.com/platformio/dl-packages/download_file?file_path=toolchain-xtensa-linux_armv6l-1.40802.0.tar.gz file to ~/.platformio/packages/toolchain-xtensa. package.json should be located in ~/.platformio/packages/toolchain-xtensa folder.

Does it work?

SlowmoDK commented 5 years ago

I have same issue, and after extracting archive to ~/.platformio/packages/toolchain-xtensa the rest installs (esptool,framework8266 and scons, but now i now get : sh: 1: xtensa-lx106-elf-g++: not found *** [.pioenvs/sonoff1/liba92/FastLED_ID126/FastLED.cpp.o] Error 127

ivankravets commented 5 years ago

The new toolchain has been deployed to our CDN. Please re-run pio update command.