Hi,
Can anybody help here?
I am using TMS320C6000 C/C++ CODE GENERATION TOOLS 6.1.3.
When I recreate the simple C++ template test scenario given in:
http://tiexpressdsp.com/wiki/index.php?title=C%2B%2B_Template_Instantiation_Issues
and link the library using:
cl6x -z -c main.obj -o test.out mylib.lib
I get the error:
<Linking>
"/opt/ti-tools/c6000/lib/libc.a", line 1: error: expecting filename, option,
MEMORY, or SECTIONS instead of "!"
"/opt/ti-tools/c6000/lib/libc.a", line 32: warning: illegal source character:
0x02
"/opt/ti-tools/c6000/lib/libc.a", line 32: warning: illegal source character:
0x04........
Regards
Dave