I am working on the unit testing for a C2000 MCU project developed in CCS v5. I have to specify the pre-process, compiler, and linker command separately to build the instrumented code in Vectorcast software. I copied the corresponding command lines from CCS build settings (i.e. cl2000 <summary of flags set>). And it seems to work fine to build the project. But it is found that some macros were not defined, such as __TMS320C28X__ ., which results in some problems for 64-bits types.
I check the wiki page about build the project with command line. But It uses eclipsec. The compiler and linker flags are not shown explicitly. I am wondering what is the correct way to identify those commands/flags?
Thanks.
