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:
Hi,
I am using CCS V12.7 with ARM TMS570, and I am using the old compiler "ARM Compiler Tools 5.1.6".
I have no issues with the hardware as I tested the toolchain with the hardware and everything seems to be working. The issue appeared when I needed to include files like stddef.h
, math.h
, etc.
The compiler builds the project successfully, but the editor keeps showing error marks.
I tried to open math.h
and other files with no luck.
I couldn't configure the include path as this version (V12.7) is different from the older version I used earlier.
i have attached Image for the options available for this project.
Note: it is MakeFile project
I would appreciate your help.
Thanks!
Hello,
The compiler builds the project successfully, but the editor keeps showing error marks.
This sounds like false positive from Eclipse CDT's static code analysis tool. We recommend this be disabled (and it typically is by default):
Thanks
ki
I checked and disabled it as per Code Analysis, Ti guide.
still editor has error, but the project build successfully in the console
the errors in problems Tab are appear with "Semantic" type only.
if i left it as is would it affect the project functionality by anyway ?
the errors in problems Tab are appear with "Semantic" type only.
If it is Semantic errors then it is still CODAN. This can be enabled at the project and workspace level. Check both areas.
if i left it as is would it affect the project functionality by anyway ?
No, as it is just a separate static analysis tool