Hello!
I have a CCS4 project and would like to set/reset XF by using inline assembly. So I put in the code:
asm(" bset XF");
and
asm(" bclr XF");
When compiling I get this error message:
ERROR! at line 186:
[E0000]
parse error
bset XF
^
Furthermore I have another Assembler problem. When adding for example the file add.asm from DSP lib to the project and compiling this file I get the message:
C:\Programme\Texas Instruments\ccsv4\utils\gmake\gmake add.obj
'Building file: ../add.asm'
'Invoking: Compiler'
"C:/Programme/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5505 -g --define="_DEBUG" --include_path="C:/Programme/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="D:/Eigene Dateien/WsPHFFT/inc" --include_path="D:/Eigene Dateien/WsPHFFT/PHFFT/Debug" --include_path="C:/Programme/Texas Instruments/bios_5_41_02_14/packages/ti/bios/include" --include_path="C:/Programme/Texas Instruments/bios_5_41_02_14/packages/ti/rtdx/include/c5500" --diag_warning=225 --large_memory_model --algebraic --asm_source=mnemonic --asm_extension=.asm --preproc_with_compile --preproc_dependency="add.pp" "../add.asm"
ERROR! : Cannot open source file 16: No such file or directory
This file IS present and when setting the assembly language to algebraic (which is of course wrong) the file gets assembled and I see a lot of error messages due to the wrong assembly language.
Any Ideas?
Thanks in advance,
Kai