I am working on an F2406A project which was originally compiled with Code Composer 4.12. Now I'm trying to use CCS 3.3 to build it. After CCS 3.3 creates the project file, I get the following error when I try to build it (on a Windows XP machine).
[serial.c] dspcl -g -k -al -as -fr"C:/dev/Firmware/serial4/ACTIVE" -i"C:/tic2xx/c2000/cgtools/include" -x1 -v2xx -@"Custom.lkf" "serial.c"
>> Cannot open "Custom.lkf"
[serial.c]
TMS320C2x/C2xx/C5x ANSI C Compiler Version 7.00
Copyright (c) 1987-1999 Texas Instruments Incorporated
"serial.c" ==> serial_outbyte
"serial.c" ==> serial_init
"serial.c" ==> serial_setbaud
"serial.c" ==> serial_peek
"serial.c" ==> serial_pop
How can I resolve this issue?
Jerry