build error when using incorrect version of ESP-IDF #649
FreemanGBG
started this conversation in
General
Replies: 1 comment 2 replies
-
That's annoying. Assuming there are no incompatible changes, you should be able to change the version check. In
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was just getting started on Moddable Two and doing some basic examples. Here is what I currently face:
C:\Projects\moddable\examples\helloworld>mcconfig -d -m -p esp32/moddable_two
C:\Projects\moddable\build\tmp\esp32\moddable_two\debug\helloworld\makefile(216) : fatal error U1050: Detected ESP-IDF version v4.2.1. Expected ESP-IDF version v4.2.
Stop.
I checked espressif/esp-idf (https://github.com/espressif/esp-idf/tree/release/v4.2) that they actually update v4.2 to v4.2.1 a month ago, and there is no available v4.2 so far. I know there might be some version check in makefiles.
Any solution?
Beta Was this translation helpful? Give feedback.
All reactions