Tool/software: Code Composer Studio
I have a number of projects with CMakeLists.txt CMake files. I want to create CCS Projects from these, such that I can edit/build/debug from within CCS, as well as build from the command line. The ideal is to use CCS Eclipse to debug, while still supporting building from the command line.
I tried installing CMake4Eclipse into CCS Eclipse, and follow instruction for it, but several of the crucial settings are not available in CCS Eclipse; the settings dialogs are not quite the same as normal Eclipse CDT. Does anyone know how to get CMake4Eclipse to work with modern CCS?
I also tried to use CMake's CDT project generator, even though it appears to be unmaintained. From this, I am able to generate an Eclipse-compatible projects, that I can easily import into CCS Eclipse as C++ Projects; however, these projects don't work the CCS tools, specifically, I cannot get it to run the debugger; this appears to be due to a "CCS Project" != "C++ Project". I then tried to import the project as "CCS Project", but it refuses to be imported; I get an error dialog that says "Import failed for project 'mtrs_mainboard_firmware-Debug@bmb' because its meta-data cannot be interpreted. Please contact support." So my guess is that the CDT project generator is creating obsolete .project/.cproject files. So I wonder, is there some means to convert a "C++ Project" to a "CCS Project", specifically so CCS Eclipse can be used to debug, and the other TI tools can also be used?