Page 1 of 1

Error running configuration editor is VS Code

Posted: Sun Apr 23, 2023 5:35 am
by Maques
I have a fresh installation of the ESP-IDF VS Code extension on a Raspberry Pi device.

Following the getting started guide, I create a copy of an example project but I get the following error when I try to run the configuration editor:

/home/mark/.espressif/tools/ninja/1.10.2/ninja: 1: ELF: not found

/home/mark/.espressif/tools/ninja/1.10.2/ninja: 2: Syntax error: word
unexpected (expecting ")")


Can anyone suggest how I can resolve this? Thanks.

Re: Error running configuration editor is VS Code

Posted: Sun Apr 23, 2023 10:01 am
by huylq2006
You try "ESP-IDF full clear" implement then call "idf.py menuconfig" to recreated prebuild Makefile, goodluck!

Re: Error running configuration editor is VS Code

Posted: Mon Apr 24, 2023 5:13 am
by Maques
Still failing with the same error, unfortunately.

Re: Error running configuration editor is VS Code

Posted: Tue Apr 25, 2023 4:10 am
by huylq2006
What's errors else? maybe syntax errors!

Re: Error running configuration editor is VS Code

Posted: Tue Apr 25, 2023 8:28 am
by Maques
No other errors are reported that I can find. I also can't find any useful information in any log files.

This is also on a clean installation of the ESP-IDF, running the configuration editor on one of the included examples. I haven't made any code changes myself that could be causing the error.