This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Segger Embedded Studio, C++ and the Standard Library

I have been working with the GCC makefile approach to compiling and flashing code but I am wanting to give Segger Embedded Studio a try.

- Firstly, I am using C++ - does Segger have support for this?

- Secondly, I am using vector from the C++ standard library. When I try to build I get the error "vector: No such file or directory". I have added -lstdc++ to the additional linker options. Is there anything else I can do to let Segger see the standard library?

- Thirdly, Is there an easy way to transfer from a simple makefile project to a segger embedded studio project?

Related