Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32 build broken with IDF version 3.1.4 => missing toolchain_versions.mk in IDF repo #80

Open
albmef opened this issue Sep 22, 2021 · 1 comment

Comments

@albmef
Copy link

albmef commented Sep 22, 2021

Hi
build broken, cannot retrieve toolchain because of missing file
esp-idf-v3.1.4/tools/toolchain_versions.mk

espressif does not provides 'tools/toolchain_versions.mk' for the IDF 3.1 branch tags 3.1.4 to 3.1.7

tested with 3.1.3 => build OK !!!
make ESP_IDF_VERSION=v3.1.3
make ESP_IDF_VERSION=v3.1.3 COMPORT=/dev/ttyUSB0 flash

tested with 3.3 => build OK !!!
make ESP_IDF_VERSION=v3.3
make ESP_IDF_VERSION=v3.3 COMPORT=/dev/ttyUSB0 flash

best regards
Alban

@Jos-Ven
Copy link
Contributor

Jos-Ven commented Sep 25, 2021

My version v3.1.4 runs without problems. (clean install)
According https://github.com/espressif/esp-idf/releases
version ESP-IDF v4.3 has been released.
Lots of changes. Not yet tried.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants