Hello,
I'm trying to build a project with several C and assembly files in CCSv5.1.1, all of which are linked to the project source, but the linker is unable to resolve some symbols.
If a symbol is defined in a C file, the assembly file is unable to resolve it even if it is defined to be a .global symbol in the assembly file, (.ref doesn't seem to work as well).
Can anybody suggest a possible solution?