Search found 1 match
- Wed Sep 25, 2019 7:42 pm
- Forum: ESP-IDF
- Topic: C++ components
- Replies: 3
- Views: 7673
Re: C++ components
I used the C++ STL to implement the web server, the included vector is part of it. I'm not aware of the details of the IDF's build process, but you may just need to tell the compiler and linker that you want the C++ standard library to be included by adding -lstdc++ to the compiler and linker flags....