Search found 23 matches
- Sun Mar 07, 2021 4:53 am
- Forum: ESP-IDF
- Topic: Trying to run idf.py menuconfig tells me that programs aren't in my PATH
- Replies: 0
- Views: 2410
Trying to run idf.py menuconfig tells me that programs aren't in my PATH
Hey all, I think this may be a bug in idf.py. I'm trying to menuconfig my ESP32, but I get the following error: C:\Users\[user]\eclipse-cpp-workspace\Accl>idf.py menuconfig Executing action: menuconfig To use idf.py, either the 'ninja' or 'GNU make' build tool must be available in the PATH C:\Users\...
- Fri Dec 21, 2018 5:51 am
- Forum: ESP-IDF
- Topic: Trouble resolving dependencies (Eclipse)
- Replies: 4
- Views: 6922
Re: Trouble resolving dependencies (Eclipse)
Yes, I've duplicated all paths for the C++ portion.
- Thu Dec 20, 2018 4:40 am
- Forum: ESP-IDF
- Topic: Trouble resolving dependencies (Eclipse)
- Replies: 4
- Views: 6922
Re: Trouble resolving dependencies (Eclipse)
yes, You can see all of my includes here: https://pastebin.com/Zhc8cAh2
- Wed Dec 19, 2018 8:56 pm
- Forum: ESP-IDF
- Topic: Trouble resolving dependencies (Eclipse)
- Replies: 4
- Views: 6922
Trouble resolving dependencies (Eclipse)
I'm getting a few errors with my custom classes. The errors show up in the IDE, but there is no problem compiling, and using this class works just fine. Even the F3 (open Declaration) function works fine. https://i.imgur.com/kt12V02.png after doing some research, people seem to be saying that this i...
- Wed Dec 19, 2018 5:43 am
- Forum: ESP-IDF
- Topic: Eclipse - Build output is parsed incorrectly
- Replies: 5
- Views: 7657
Re: Eclipse - Build output is parsed incorrectly
alright. Surrounding the app_main with an extern "C" {} block fixed it
- Wed Dec 19, 2018 12:57 am
- Forum: ESP-IDF
- Topic: Eclipse - Build output is parsed incorrectly
- Replies: 5
- Views: 7657
Re: Eclipse - Build output is parsed incorrectly
Well, that reduced the number of errors. Using the vanilla Hello-world.c, and changing the extension to .cpp, I get: https://pastebin.com/rw1evCc6 it still gives me an error, and it seems very superfluous: collect2: error: ld returned 1 exit status make: *** [/home/brice/esp/esp-idf//make/project.mk...
- Wed Dec 19, 2018 12:10 am
- Forum: ESP-IDF
- Topic: Eclipse - Build output is parsed incorrectly
- Replies: 5
- Views: 7657
Re: Eclipse - Build output is parsed incorrectly
The only thing I need to do to swap the project from c to c++ is to change the extension from .c to .cpp?
- Tue Dec 18, 2018 11:14 pm
- Forum: ESP-IDF
- Topic: Eclipse - Build output is parsed incorrectly
- Replies: 5
- Views: 7657
Eclipse - Build output is parsed incorrectly
Hello, I'm trying to build using eclipse C++ in Debian, and my output is not being parsed correctly. In the end of the compilation, the console will always output Build Failed. 130 errors, 1 warnings. (took 21s.459ms) You can see the full output here: https://pastebin.com/ZWXijPPw As you can see, it...
- Tue Dec 05, 2017 12:51 am
- Forum: ESP-IDF
- Topic: [SOLVED] Eclipse SDK cannot find certain files when building.
- Replies: 9
- Views: 19180
Re: Eclipse SDK cannot find certain files when building.
Hello tuskiomi, I had an issue with python versions on Windows for running eclipse_make.py in which python v3 on my machine would throw an error like this: 07:04:00 **** Incremental Build of configuration Default for project wakespy **** py -3 D:/ESP32_Projects/ESP32-IDF/esp-idf/tools/windows/eclip...
- Mon Nov 27, 2017 7:29 pm
- Forum: ESP-IDF
- Topic: [SOLVED] Eclipse SDK cannot find certain files when building.
- Replies: 9
- Views: 19180
Re: Eclipse SDK cannot find certain files when building.
still having the issue. Does anyone know if the above is the correct build output?