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.
Hi,
We have a CCS project that is a static library. This library is used by the main application project we also have in the same workspace.
The static library project uses some references to NULL and std::nothrow_t that cannot be resolved, presumably due to the lack of a runtime support library in the static library project properties.
Is there any way to get rid of these errors?
Hello,
These looks like CODAN (CODe ANalysis) errors. Does the project actually build successfully and an executable (*.out) file get generated? If so, then it is likely CODAN errors that can be ignoired.
See:
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#code-analysis
Thanks
ki