Tool/software: Code Composer Studio
Hi,
I just checked out a git repository for another project that I need to start work on, but CCS horribly breaks when I try to import it.
I made a brand new workspace, because CCS complains about already-open workspaces and I like to keep my projects organised on separate desktops.
Import seems to go fine, however when I try to Build Project, all that happens is my console says "Nothing to build for project".
If I try to Debug, CCS goes into debug mode, sets up the debugger then chokes, saying "Load program error. Encountered a problem loading file: /path/to/my/project/Debug/project.out Could not open file" - presumably because nothing got built during the build stage.
The Debug directory is notably empty, no makefile or anything.
When I go to build settings, the basic ones look fine but there's a couple of blank tabs in the tree view, and I get java exceptions and mostly blank settings panes when I click on them.
Example projects seem to work fine, and this project works fine on my colleague's computer.
Screenshots:
Is there a better way to make this work than copying all the files into a new CCS project?
Curiously, it was initially generated from the rfWsnConcentrator example, which is the same example I successfully tried when I noticed that CCS was being stupid again.
PS: Yes, that's CCS's default colour scheme, I didn't deliberately make it look hideous!