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.

Errors running builder 'CDT Builder'

Hi,

A problem remains, a variant for the debugging in the Ram is not translated.

I held 2 build configurations, one for FLASH, and one for RAM, this for debugging!
I checked now all the settings between FLASH and RAM, they are nearly the same, apart from optimization and of course a different cmd-file.
Now I can build with FLASH configuration, but it will not start with RAM configuration.
THe error message is:
"Errors occurred during the build. Errors running builder 'CDT Builder' on project 'VVK1'. java.lang.NullPointerException"
In the cosole this appears:
**** Clean-only build of configuration F2833x_RAM for project VVK1 ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
gmake: *** No rule to make target 'clean'.
**** Build Finished ****
Any idea?
br Ralf

  • The problem here is that the Makefile for this project does not have a rule for make "clean." This rule should delete all generated files such as .obj and .out files. It is not strictly necessary that a Makefile include a "clean" rule, in which case you can't run a "clean-only build." However, it's a good rule to have.
  • Ralf,

    Could you please provide some additional details:
    - Was this project created with an older version of CCS, and do you happen to know which version?
    - Which version of CCS are you importing and building the project with?

    Could you also attach all the project metadata files (.*project) for us to take a look at?