There are some .obj files in .COFF abi format I needed to include in my already existing CCS project. So I changed the output format in the General tab of project properties and tried to recompile.
However, I get "unresolved symbol" error messages for every single symbol (function) in the object files compiled from my project .c files. A partial listing of the output is below.
Nothing else was changed in the project configuration except for the output format. Is there something I need to update?
undefined first referenced
symbol in file
--------- ----------------
_DelayTimerSetup ./usb_dev_mouse.obj
_EDMA3EnableTransfer ./demoToneLoop.obj
_EDMA3Init ./demoToneLoop.obj
_EDMA3RequestChannel ./demoToneLoop.obj
_EDMA3SetPaRAM ./demoToneLoop.obj
_EMACCoreIntAck ./lwiplib.obj
_EMACDuplexSet ./lwiplib.obj
_EMACInit ./lwiplib.obj
.......
error: unresolved symbols remain
error: errors encountered during linking; "demo.out" not built