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.

Error building C55xx CSL version 2.31.00.9

Guru 15580 points

I am starting on a c5502 project and want to be able to step through the source code of the CSL while debugging. Therefore I am trying to re-build the C55xx CSL version 2.31.00.9 and am running into the following assembler errors.


**** Build of configuration Debug for project csl_c5502 ****

C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../irq_gdisab.c'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5502 --memory_model=large -g --include_path="C:/ti/ccsv5/tools/compiler/c5500/include" --include_path="C:/Users/Mike/TI Workspaces/ezdsp5502_v1/csl_c5502" --include_path="C:/Users/Mike/TI Workspaces/ezdsp5502_v1/csl_c5502/inc" --define=CHIP_5502 --display_error_number --diag_warning=225 --ptrdiff_size=32 --algebraic --preproc_with_compile --preproc_dependency="irq_gdisab.pp" "../irq_gdisab.c"
"C:\Users\Mike\AppData\Local\Temp\0389614", ERROR! at line 75: [E0000]
parse error
BSET INTM ;====> CODE AUTO-GENERATED by CSL
^
1 Assembly Error, No Assembly Warnings

Errors in Source - Assembler Aborted

>> Compilation failure
gmake: *** [irq_gdisab.obj] Error 1
'Building file: ../irq_genab.c'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5502 --memory_model=large -g --include_path="C:/ti/ccsv5/tools/compiler/c5500/include" --include_path="C:/Users/Mike/TI Workspaces/ezdsp5502_v1/csl_c5502" --include_path="C:/Users/Mike/TI Workspaces/ezdsp5502_v1/csl_c5502/inc" --define=CHIP_5502 --display_error_number --diag_warning=225 --ptrdiff_size=32 --algebraic --preproc_with_compile --preproc_dependency="irq_genab.pp" "../irq_genab.c"
"C:\Users\Mike\AppData\Local\Temp\0666415", ERROR! at line 75: [E0000]
parse error
BCLR INTM ;====> CODE AUTO-GENERATED by CSL
^
1 Assembly Error, No Assembly Warnings

Errors in Source - Assembler Aborted

>> Compilation failure
gmake: *** [irq_genab.obj] Error 1
'Building file: ../irq_grest.c'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5502 --memory_model=large -g --include_path="C:/ti/ccsv5/tools/compiler/c5500/include" --include_path="C:/Users/Mike/TI Workspaces/ezdsp5502_v1/csl_c5502" --include_path="C:/Users/Mike/TI Workspaces/ezdsp5502_v1/csl_c5502/inc" --define=CHIP_5502 --display_error_number --diag_warning=225 --ptrdiff_size=32 --algebraic --preproc_with_compile --preproc_dependency="irq_grest.pp" "../irq_grest.c"
"C:\Users\Mike\AppData\Local\Temp\0256410", ERROR! at line 78: [E0000]
parse error
BSET INTM ;====> CODE AUTO-GENERATED by CSL
^
"C:\Users\Mike\AppData\Local\Temp\0256410", ERROR! at line 86: [E0000]
parse error
BCLR INTM ;====> CODE AUTO-GENERATED by CSL
^
2 Assembly Errors, No Assembly Warnings

Errors in Source - Assembler Aborted

>> Compilation failure
gmake: *** [irq_grest.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****


Can someone provide some guidance on these errors?