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
When I build the project, the CCS Console shows as the following. And there is a error and I want to know how to solve it.
INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\ti-cgt-c2000_6.4.2\bin\accla.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0
This is caused by a defect in the compiler itself. TI Customer
Support may be able to suggest a workaround to avoid this.
Upgrading to the newest version of the compiler may fix this problem.
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler". See the link titled
"Submitting an issue". Include this ENTIRE error message and a
copy of the .pp file created when option --preproc_with_comment
(-ppc) is used.
>> Compilation failure
gmake: *** [sqrt.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Unfortunately, this ...
user5063758 said:INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\ti-cgt-c2000_6.4.2\bin\accla.exe experienced a segmentation fault
... is always due to a bug in the tools. To understand what happened, I need a test case which allows me to reproduce it. Please follow the directions in the article How to Submit a Compiler Test Case.
Thanks and regards,
-George