Hi,
I am using Code Composer Studio v3.1 that came with my TMS320C6713 DSK. I am trying to build a library using C++ code. I plan on writing a C program that uses API functions of this library on the C6713. The C++ code is completely done and verified as working properly.
I noticed that the headers memory, iostream, and vector were not found when I scanned for all file dependencies. Is it possible to add these to CCS in some way? Is there another method that would enable me to use this library on the DSK such as creating it using another IDE like Visual Studio or a makefile and then linking the library in CCS?
I'm pretty new to the idea of libraries and linking in general so let me know if I am totally off base here.
Thank you,
Nick