espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.58k stars 7.27k forks source link

Could not install package 'espressif/toolchain-xtensa-esp32s2 @ 8.4.0+2021r1' for 'linux_x86_64' system (IDFGH-6330) #7992

Closed SebiTimeWaster closed 2 years ago

SebiTimeWaster commented 2 years ago
Processing esp32dev (platform: espressif32; board: esp32dev; framework: espidf)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Tool Manager: Installing espressif/toolchain-xtensa-esp32s2 @ 8.4.0+2021r1
Error: Could not install package 'espressif/toolchain-xtensa-esp32s2 @ 8.4.0+2021r1' for 'linux_x86_64' system
The terminal process "platformio 'run'" terminated with exit code: 1.

it would be nice if the tool would tell me WHY it can't install it...

SebiTimeWaster commented 2 years ago

also what does that mean:

Updating platformio/tool-scons                4.40200.0 @ ~4.40200.0             [Incompatible 4.40300.1]
igrr commented 2 years ago

Hi @SebiTimeWaster, from the log it looks like you might be using platformio? I think it might be an issue to report on platformio forum or on the issue tracker (https://github.com/platformio/platform-espressif32/issues).

Alternatively you may use ESP-IDF without platformio, please see the getting started guides at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html.