[quote user="MikeH"]
John, Raphael,
I'm trying to resurrect this project using ccsv5 ( Version: 5.1.0.09000). However, looks like I am back to square one. I am using the file John posted in a previous response, but exactly the same thing is happening as before (hundreds of errors). I have attempted to go back to each of the .asm files to algebraic assembly output. I have set the --asm_source = mnemonic, which seems to pacify fir.asm (no compile errors). However, when I attempt to build the project, I get the following errors.
[quote]
**** Build of configuration Debug for project C5515 Audio Filter ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../aic_test_i2c.asm'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5515 -g --include_path="C:/ti/ccsv5/tools/compiler/c5500/include" --include_path="C:/Users/Mike/TI Workspaces/AMX5515/C5515 Audio Filter/inc" --display_error_number --diag_warning=225 --ptrdiff_size=16 --algebraic --memory_model=large --asm_source=mnemonic --preproc_with_compile --preproc_dependency="aic_test_i2c.pp" "../aic_test_i2c.asm"
ERROR! : Cannot open source file 15: No such file or directory
>> Compilation failure
gmake: *** [aic_test_i2c.obj] Error 1
'Building file: ../fir.asm'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5515 -g --include_path="C:/ti/ccsv5/tools/compiler/c5500/include" --include_path="C:/Users/Mike/TI Workspaces/AMX5515/C5515 Audio Filter/inc" --display_error_number --diag_warning=225 --ptrdiff_size=16 --algebraic --memory_model=large --asm_source=mnemonic --preproc_with_compile --preproc_dependency="fir.pp" "../fir.asm"
ERROR! : Cannot open source file 15: No such file or directory
>> Compilation failure
gmake: *** [fir.obj] Error 1
'Building file: ../i2s_register.asm'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5515 -g --include_path="C:/ti/ccsv5/tools/compiler/c5500/include" --include_path="C:/Users/Mike/TI Workspaces/AMX5515/C5515 Audio Filter/inc" --display_error_number --diag_warning=225 --ptrdiff_size=16 --algebraic --memory_model=large --asm_source=mnemonic --preproc_with_compile --preproc_dependency="i2s_register.pp" "../i2s_register.asm"
ERROR! : Cannot open source file 15: No such file or directory
>> Compilation failure
gmake: *** [i2s_register.obj] Error 1
'Building file: ../main_bypass1.c'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5515 -g --include_path="C:/ti/ccsv5/tools/compiler/c5500/include" --include_path="C:/Users/Mike/TI Workspaces/AMX5515/C5515 Audio Filter/inc" --display_error_number --diag_warning=225 --ptrdiff_size=16 --memory_model=large --preproc_with_compile --preproc_dependency="main_bypass1.pp" "../main_bypass1.c"
"C:\Users\Mike\AppData\Local\Temp\0463212", ERROR! at line 1026:
[E9999]
Syntax Error
BIT (ST1, #ST1_INTM) = #0
"C:\Users\Mike\AppData\Local\Temp\0463212", ERROR! at line 1026:
[E9999]
Invalid instructionsyntax, Xmem or Ymem expected
BIT (ST1, #ST1_INTM) = #0
"C:\Users\Mike\AppData\Local\Temp\0463212", ERROR! at line 1026:
[E9999]
Invalid mnemonic specified
BIT (ST1, #ST1_INTM) = #0
"C:\Users\Mike\AppData\Local\Temp\0463212", ERROR! at line 1026:
[E9999]
Invalid mnemonic specified
BIT (ST1, #ST1_INTM) = #0
"C:\Users\Mike\AppData\Local\Temp\0463212", ERROR! at line 1067:
[E9999]
Syntax Error
BIT (ST1, #ST1_INTM) = #1
"C:\Users\Mike\AppData\Local\Temp\0463212", ERROR! at line 1067:
[E9999]
Invalid instructionsyntax, Xmem or Ymem expected
BIT (ST1, #ST1_INTM) = #1
"C:\Users\Mike\AppData\Local\Temp\0463212", ERROR! at line 1067:
[E9999]
Invalid mnemonic specified
BIT (ST1, #ST1_INTM) = #1
"C:\Users\Mike\AppData\Local\Temp\0463212", ERROR! at line 1067:
[E9999]
Invalid mnemonic specified
BIT (ST1, #ST1_INTM) = #1
8 Assembly Errors, No Assembly Warnings
Errors in Source - Assembler Aborted
>> Compilation failure
>> Compilation failure
gmake: *** [main_bypass1.obj] Error 1
'Building file: ../vector.asm'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5515 -g --include_path="C:/ti/ccsv5/tools/compiler/c5500/include" --include_path="C:/Users/Mike/TI Workspaces/AMX5515/C5515 Audio Filter/inc" --display_error_number --diag_warning=225 --ptrdiff_size=16 --algebraic --memory_model=large --asm_source=mnemonic --preproc_with_compile --preproc_dependency="vector.pp" "../vector.asm"
ERROR! : Cannot open source file 15: No such file or directory
>> Compilation failure
gmake: *** [vector.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
[/quote]
Any thoughts?
[/quote]
Have you figure out it yet? It seems I have the same problem when usuing CCS5.1