Search found 22 matches
- Fri Dec 21, 2018 5:51 am
- Forum: ESP-IDF
- Topic: Trouble resolving dependencies (Eclipse)
- Replies: 4
- Views: 2219
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: 2219
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: 2219
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: 2374
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: 2374
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: 2374
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: 2374
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: 6934
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: 6934
Re: Eclipse SDK cannot find certain files when building.
still having the issue. Does anyone know if the above is the correct build output?
- Fri Nov 10, 2017 3:10 pm
- Forum: ESP-IDF
- Topic: [SOLVED] Eclipse SDK cannot find certain files when building.
- Replies: 9
- Views: 6934
Re: Eclipse SDK cannot find certain files when building.
apparently so. here is the Msys2 output: $ make build /c/espIDF/esp-idf/make/project.mk:54: esp-idf build system only supports MSYS2 in "MINGW32" mode. Consult the ESP-IDF documentation for details. make[1]: Entering directory '/c/espIDF/esp-idf/tools/kconfig' cc -I/usr/include/ncursesw -DCURSES_LOC...