Tool/software: TI C/C++ Compiler
Hello,
I recently made some changes to my CCS project, for C674X, including making all the C files C++. Afterwards, for some reason, the linker is no longer seeing obj files that are created from assembly files in my project. When the link occurs, I'm told the assembly call is undefined. But I can see that the assembly files was compiled, and the object file resides in the project (under Debug, which is the configuration I'm building). I have no idea why that would be the case, but the linker is still not finding it.
Any help appreciated.
Robert