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.
Tool/software: Code Composer Studio
Hi,
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
Hi ki,
sorry for not telling exact CCS version, it's CCSv6.1.3!
I attached the complete project!
br Ralf
Hi Ki-Soo,
I've updated the CCS to version 6.2.0 and I've got the error with XDAIS as promised.
But I installed the xdais version 7.24.00.04 and now it is working so far.
Thanks!
By the way:
I found it a little bit strange to install xdais, because the downloaded file was twice zipped, and there was no installing procedure, only to unpack was the task.
I unpacked the file system and copied it in the C:\Ti\ folder. Because I did not found an update offer in the CCS update window.
CCS did not find the new tool, although I close the CCS.
Only when I openden another workspace CCS recognized the new tool and finalized the installation process.
Ralf Koester said:But I installed the xdais version 7.24.00.04 and now it is working so far.
Good to hear. You didn't have to install XDAIS, you could have just removed the dependency from the project since it is not really needed. But installing XDAIS will do the trick also
Ralf Koester said:I found it a little bit strange to install xdais
Thanks for the feedback on your installation troubles. We will look into making this a better process.
Ralf Koester said:CCS did not find the new tool, although I close the CCS.
Only when I openden another workspace CCS recognized the new tool and finalized the installation process.
It could be that you disabled the auto-discovery feature when launching CCS with the old workspace. You can always force a rediscovery via the button below:
Thanks
ki