Are their known issues or limitation in CCSv5 properly importing projects that include minGW?
There are a few other posts in e2e that seem to indicate issues with the import, but they don't directly address the question if this is a supported feature in CCv5. (http://e2e.ti.com/search/default.aspx#q=mingw)
We are seeing the following issue:
One of the things I've done is rather than having separate projects for the target (running on a Tiva) and the simulation environment (using MinGW), I just added the MinGW build configurations to the existing Tiva CCS projects (which CCS allows you to do via "Build Configurations->Manage...")
The builds for both platforms using the unified project seem to work OK. The problem comes when some else tries to import the CCS project. They get the following message:
Error: Import failed for project '<proj name>' because its compiler definition is not available. The projects does not appear to be a 'CCS Project'. Please try importing it through the 'General > Existing Projects into Workspace' wizard.
If the user tries that, they get an error about using the Code Composer import wizard for the project.
Is there any way to do what I'm trying to do? Unfortunately I've spent a lot of time getting the projects to this state. As CCS didn't complain when I created these hybrid projects, it didn't occur to me that there might be a problem.
Any advise on a workaround or confirmation of CCS support would be helpful.
Brad