Hello,
I was wondering if it was possible to define custom compialtion options per object on a project. For example, I am using the DSP2833x package which is written in C. My project files are in CPP. When I try to compile with the language option (-pe) embedded_c++, I get errors saying you can't compile C files with this option.
I tried enabling "Treat all C files as CPP files" but that caused over 100 errors to show up while compiling the DSP2833x package.
Are there any makefile templates so I can write my own build procedure? This way I can compile the C sources without the -PE option and the CPP sources with the option enabled. Or is there a way to define this within CC Studio?