-
Notifications
You must be signed in to change notification settings - Fork 16
Description
When trying to install via "pio platform install" I get the error
Error: Could not find the package with 'toolchain-xtensa-lx106-elf @ 8.4.0+esp2020r3' requirements for your system 'windows_amd64'
I don't understand why, the platfrom.json looks correct and points to https://raw.githubusercontent.com/WallaceWilliam/xtensa-lx106-elf/master/manifest.json which contains the package that is being asked for:
{ "system": ["windows", "windows_amd64", "windows_x86"], "url": "https://github.com/WallaceWilliam/xtensa-lx106-elf/raw/master/xtensa-lx106-elf-win32-1.22.0-100-ge567ec7-5.2.0.tar.gz", "version": "5.2.0+100" }
I was able to workaround this problem by downloading xtensa-lx106-elf-win32-1.22.0-100-ge567ec7-5.2.0.tar.gz directly and placing it into $HOME.platformio\packages. But I would like to understand what is going wrong. Also thank you for all your work on this project.