This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CCSTUDIO: Build fails, no messages. CDT build console empty

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

I am not able to build a project, and am not getting any indication as to why. I know this is incredibly vague, but that is because I really have nothing to go on here.

I hit build (or rebuild, or clean/build), a progress box flashes and then nothing. The CDT build console is empty. I even tried putting a simple echo command in the "Pre-build" step and that isn't getting outputted to the console.

I can build other projects in the project explorer, so there is clearly something wrong with this specific project/configuration. How would one go about figuring this one out?

  • spanky said:
    I hit build (or rebuild, or clean/build), a progress box flashes and then nothing. The CDT build console is empty.

    Does the same thing happen if you import the project into a new workspace? Can you zip up and share the project here so we can try to reproduce and look into the issue?

  • I forgot to mention this is on a mac (v9.0.1), from a git repo, cleaned and sync'd. The same project works fine on windows (and previously worked on the same mac)

    I haven't tried completely removing and re-adding it, but I could try that. I think the question is more of what is going on and why is there no error or other indication of what is failing?

    Is there any log file I can investigate?

  • I ended up removing and re-adding the project, so the problem is gone... I would like to know what happened, but I wont be able to recreate or investigate further. I guess there must be some file or configuration that doesn't live in git, but is somewhere in eclipse/ccs that can get corrupted.