Search found 3 matches
- Fri Jun 29, 2018 5:12 pm
- Forum: ESP-IDF
- Topic: Unresolved inclusion of standard library headers in Eclipse
- Replies: 6
- Views: 9362
Re: Unresolved inclusion of standard library headers in Eclipse
For anyone who comes across this looking for a solution to the same problem, I've decided to switch to Visual Studio code as an IDE instead of Eclipse with great success. A useful setup guide can be found here . I guess it's more of a workaround, but I've been much happier with VS code than eclipse....
- Mon Jun 25, 2018 11:33 pm
- Forum: ESP-IDF
- Topic: Unresolved inclusion of standard library headers in Eclipse
- Replies: 6
- Views: 9362
Re: Unresolved inclusion of standard library headers in Eclipse
No luck unfortunately, probably just going to give up on this as it would be less work to rewrite the functions i need at this point. For what it's worth, I'm pretty novice at c/c++ and have never used Eclipse before, so I can't rule out the possibility that something else is setup wrong.
- Mon Jun 25, 2018 10:14 pm
- Forum: ESP-IDF
- Topic: Unresolved inclusion of standard library headers in Eclipse
- Replies: 6
- Views: 9362
Unresolved inclusion of standard library headers in Eclipse
I'm trying to use the utility.h header from the standard template library in a c++ project but eclipse will not compile as it complains that it cannot find the header file. I'm using windows, and followed the most recent instructions for setting up eclipse for use with the esp-idf and have been able...