Tool/software: Code Composer Studio
Hi,
I made a project that runs well in Debug Configuration. (SoC C5505 eZdsp). CCS Version: 6.2.0.00050
Passing to Relase configuration, i have a lot of linker errors like this:
"C:\Users\marti\AppData\Local\Temp\0526412", ERROR! at line 12: [E0004]
Substitution symbol operand expected
.asg DPH, MDP
^
"C:\Users\marti\AppData\Local\Temp\0526412", ERROR! at line 123:
[E0000]
parse error
PSH T2
^
"C:\Users\marti\AppData\Local\Temp\0526412", ERROR! at line 126:
[E0000]
parse error
PSH T3
^
"C:\Users\marti\AppData\Local\Temp\0526412", ERROR! at line 129:
[E0000]
parse error
PSHBOTH XAR5
^
"C:\Users\marti\AppData\Local\Temp\0526412", ERROR! at line 139:
[E0000]
parse error
AMOV #_sine_1K, XAR5
^
"C:\Users\marti\AppData\Local\Temp\0526412", ERROR! at line 142:
[E0000]
parse error
MOV #0, T2
^
"C:\Users\marti\AppData\Local\Temp\0526412", ERROR! at line 143:
[E0003]
Only labels and comments may begin in the first column. Make sure
that the label name is not a reserved keyword.
|| MOV #576, T3 ; |32|
^
"C:\Users\marti\AppData\Local\Temp\0526412", ERROR! at line 143:
[E0000]
parse error
|| MOV #576, T3 ; |32|
What does it mean? Any tip?
Thanks in Advance,
Paolo