Search found 23 matches

by tuskiomi
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: 2068

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\...
by tuskiomi
Fri Dec 21, 2018 5:51 am
Forum: ESP-IDF
Topic: Trouble resolving dependencies (Eclipse)
Replies: 4
Views: 6100

Re: Trouble resolving dependencies (Eclipse)

Yes, I've duplicated all paths for the C++ portion.
by tuskiomi
Thu Dec 20, 2018 4:40 am
Forum: ESP-IDF
Topic: Trouble resolving dependencies (Eclipse)
Replies: 4
Views: 6100

Re: Trouble resolving dependencies (Eclipse)

yes, You can see all of my includes here: https://pastebin.com/Zhc8cAh2
by tuskiomi
Wed Dec 19, 2018 8:56 pm
Forum: ESP-IDF
Topic: Trouble resolving dependencies (Eclipse)
Replies: 4
Views: 6100

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...
by tuskiomi
Wed Dec 19, 2018 5:43 am
Forum: ESP-IDF
Topic: Eclipse - Build output is parsed incorrectly
Replies: 5
Views: 6717

Re: Eclipse - Build output is parsed incorrectly

alright. Surrounding the app_main with an extern "C" {} block fixed it :)
by tuskiomi
Wed Dec 19, 2018 12:57 am
Forum: ESP-IDF
Topic: Eclipse - Build output is parsed incorrectly
Replies: 5
Views: 6717

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...
by tuskiomi
Wed Dec 19, 2018 12:10 am
Forum: ESP-IDF
Topic: Eclipse - Build output is parsed incorrectly
Replies: 5
Views: 6717

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?
by tuskiomi
Tue Dec 18, 2018 11:14 pm
Forum: ESP-IDF
Topic: Eclipse - Build output is parsed incorrectly
Replies: 5
Views: 6717

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...
by tuskiomi
Tue Dec 05, 2017 12:51 am
Forum: ESP-IDF
Topic: [SOLVED] Eclipse SDK cannot find certain files when building.
Replies: 9
Views: 16121

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...
by tuskiomi
Mon Nov 27, 2017 7:29 pm
Forum: ESP-IDF
Topic: [SOLVED] Eclipse SDK cannot find certain files when building.
Replies: 9
Views: 16121

Re: Eclipse SDK cannot find certain files when building.

still having the issue. Does anyone know if the above is the correct build output?