This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cl6x template example link error

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