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.

CCS6.1: Clean Project and Rebuild Project not working - why?



Hi,

I cannot get "Rebuild Project" and "Clean Project" to work when issuing the commands by right clicking on my project in the Project Explorer. Only the "Build Project" works as intended.

I have made sure that "Project Properies->Build, Behavior tab" have both the "Clean" and "Build" option checked.

Both commands work properly from the command line.

Do you have any ideas why?

Best Regards,

Andreas

  • Andreas Hansen said:
    I cannot get "Rebuild Project" and "Clean Project" to work when issuing the commands by right clicking on my project in the Project Explorer.

    What exactly happens when you perform these actions? Can you post the output in the CCS build console when selecting Clean Project and Rebuild Project?

    Try the suggestion posted here for cleaning the workspace or try importing your project into a new workspace and see if the behavior is reproducible.

  • Nothing happens at all, and the CCS build console is empty. I have tryed what you suggested but it still doesn't work.

    Here are my build project properties:

  • Andreas Hansen said:
    Here are my build project properties:

    Which device are you working with? I see that you are using a GCC compiler, which one is it -  ARM GCC compiler or MSPGCC compiler included with CCS?  

    Is this project a TI provided example or one that you created yourself. The reason I ask is that CCS projects, by default, use the build command "gmake -k" (while yours is set to "make -k") and generate makefiles automatically (which yours does not). So I suspect the actions of Clean and Rebuild are dictated by the makefile. Do you know how this project was originally created?