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.

用CGT编译library 用CCS调用后出现unresolved symbol __c6xabi_gtf错误

Other Parts Discussed in Thread: TMS320C6748

TI工程师你好,

    我最近用CCS6.0开发TMS320C6748,我用CGT编译工具(linux版本)编译了一个.a格式的library,然后在CCS6.0中调用这个library,然后编译后出现错误:

unresolved symbol  __c6xabi_eqd

unresolved symbol  __c6xabi_eqf

unresolved symbol  __c6xabi_ged

unresolved symbol  __c6xabi_gef

unresolved symbol  __c6xabi_gtd

unresolved symbol  __c6xabi_gtf

unresolved symbol __c6xabi_led

unresolved symbol __c6xabi_ltd

unresolved symbol __c6xabi_ltf

unresolved symbol quest$colon_i_i2_i2

我在编译.a格式的library中没有这些变量的定义,在CCS工程中也没有用到过这些变量,请各位工程师帮我看看是什么原因引起的这些错误,谢谢!