I am trying to re-compile the chip support library for use with the ezDSP board (C5505). The c files compile ok but the .asm files do not. I'm getting the following errors. Any help would be greatly appreciated!....
C:\tiDSP\ChipSupportLibrary\src>C:\tiDSP\ccsv5\tools\compiler\c5500_4.4.1\bin\cl55 -g -ml -v5505 *.asm --include_path="C:\tiDSP\ccsv5\tools\compiler\c5500_4.4.1\include" --include_path=..\inc
[csl_irqplug.asm]
"csl_irqplug.asm", ERROR! at line 77: [E9999] Syntax Error
PSHBOTH(XAR3)
"csl_irqplug.asm", ERROR! at line 77: [E9999] Invalid mnemonic specified
PSHBOTH(XAR3)
"csl_irqplug.asm", ERROR! at line 77: [E9999] Invalid mnemonic specified
PSHBOTH(XAR3)
"csl_irqplug.asm", ERROR! at line 78: [E9999] Syntax Error
PSHBOTH(XAR2)
"csl_irqplug.asm", ERROR! at line 78: [E9999] Invalid mnemonic specified
PSHBOTH(XAR2)
"csl_irqplug.asm", ERROR! at line 78: [E9999] Invalid mnemonic specified
PSHBOTH(XAR2)
"csl_irqplug.asm", ERROR! at line 79: [E9999] Syntax Error
SP = SP - #LocalFrameSz ; Reserve local space
"csl_irqplug.asm", ERROR! at line 79: [E9999] Invalid mnemonic specified
SP = SP - #LocalFrameSz ; Reserve local space
"csl_irqplug.asm", ERROR! at line 80: [E9999] Syntax Error
dbl(*SP(#IsrAddr)) = AC0 ; Store ISR function address
............... and more of the same..