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?