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.

CCS/OMAP-L138: OMAPL138EZWTA3

Part Number: OMAP-L138

Tool/software: Code Composer Studio

Hello,

I am Rang from Honeywell, Redmond. I am using OMAP-L138 and TMS320C6748E processors in current design. I have installed CCS V7 and tried to build the code but I am getting below message.

">> Compilation failure
Code/Common/Platform/LibDSP/DspUtility/subdir_rules.mk:9: recipe for target 'Code/Common/Platform/LibDSP/DspUtility/FFT_SPxSP.obj' failed

INTERNAL ERROR: C:\ti\ccsv7\tools\compiler\ti-cgt-arm_16.9.1.LTS\bin\armasm.exe experienced a segmentation fault
                 while processing section .mathCode file C:/Users/Comnav/Desktop/SARA/CC VOB - 040717/Code/Common/Platform/LibDSP/DspUtility/FFT_SPxSP.asm line 442

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.

gmake: *** [Code/Common/Platform/LibDSP/DspUtility/FFT_SPxSP.obj] Error 1

 


  • Any type of internal error is generally a bug in the compiler tools. There are some newer versions of the compiler available than the one you are using. I would request you give the latest version a try first to see if the issue is already fixed. If it is not then we would need the offending file and compile options so we can reproduce the problem at our end.

    To get the latest version of the compiler, go to menu Help->Check for Updates. You should see a 16.9.3.LTS version available to install. Select and install that version. After it is done, go into your Project Properties and set the Compiler Version for the project to be the 16.9.3.LTS. Do a rebuild and let us know if the error persists.

    If the error persists, please create a preprocessed version of the source file listed in the above error message and attach it here. This page tells you how to create the preprocessed file. Also include the compiler build options (you should be able to extract this from the CCS build console).