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.

TI compiler to GCC in CCS6 errors

I am getting the below errors in GCC compiler in CCS for the code.

Looks like the common issue, it doesn't point out any file...

expected symbol name CCS_GCC  line 698, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
Missing symbol name in directive CCS_GCC  line 700, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
expected comma after name `' in .size directive CCS_GCC  line 695, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `0' CCS_GCC  line 696, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
Missing symbol name in directive CCS_GCC  line 694, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `x' CCS_GCC  line 694, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
expected symbol name CCS_GCC  line 691, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
expected comma after name `' in .size directive CCS_GCC  line 719, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `0' CCS_GCC  line 720, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
gmake: *** [timer.o] Error 1 CCS_GCC    
gmake: Target `all' not remade because of errors. CCS_GCC    
expected symbol name CCS_GCC  line 716, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `0' CCS_GCC  line 714, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `x' CCS_GCC  line 718, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
Missing symbol name in directive CCS_GCC  line 718, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
Missing symbol name in directive CCS_GCC  line 712, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
expected symbol name CCS_GCC  line 710, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
expected comma after name `' in .size directive CCS_GCC  line 713, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `x' CCS_GCC  line 712, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `x' CCS_GCC  line 706, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
Missing symbol name in directive CCS_GCC  line 706, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `0' CCS_GCC  line 708, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
expected comma after name `' in .size directive CCS_GCC  line 707, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
expected comma after name `' in .size directive CCS_GCC  line 701, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `x' CCS_GCC  line 700, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
expected symbol name CCS_GCC  line 704, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 
junk at end of line, first unrecognized character is `0' CCS_GCC  line 702, external location: C:\Users\bgh36658\AppData\Local\Temp\ccvFl2wR.s 

How can i fix this issue..

  • What is ccvFl2wR.s?  Is that a compiler generated assembly file?  If so, it appears the compiler generated some assembly code which the assembler rejects.  I need a test case which allows me to reproduce this behavior.

    Thanks and regards,

    -George