Hello,
I'm using Code Composer v5.2.1. I've imported a legacy CCS 3.3 project for a C64xx DSP that uses DSP/BIOS. In the project is an assembly file (a .s64 file). This assembly file uses '.include' to bring in c64.h64 and hwi.h62. I've found the correct locations for those files in the Code Composer installation (specifically E:\TI\bios_5_41_13_42\packages\ti\bios\include). I've added this path in Build Settings->Build->C6000 Compiler->Include Options. However, when I build I get a mangled error message:
ERROR! at line 13: [E1000]
Include/Copy file not
found
or opened
.include c64.h64
When I look at the command line and it's parameters I notice that not all of the include paths are there, specifically not the path where the file to be included is located.
Does anyone know the cause of this problem and how to resolve it?
Thank you!

