I have been migrating an IAR project to Atmel Studio 6. It took me some time to create all the folders and getting the right structure as it is in the IAR project. Then I realized that I created a C project when actually I have C++ code too. So the question is: How do I change the GCC compiler from C to C++ without having to create a new project?
I can not find any proper documentation about Atmel Studio 6. I addition, I don't see a way to change this parameter from the GUI.
I found out that I don't have to change the C for the C++ compiler. I have to use both. Each compiler does its job. avr32-gcc compiles C code and avr32-gcccpp compiles C++ code. Now the question is: How do I add a second compiler to the project?
I already have the avr32-gcc for C.