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.

在用c55xxCSL_LIB的时候出现错误,请问是什么原因?



"C:\ti\c55_lp\c55_csl_3.04\c55xx_csl\build\C55XXCSL_LP.lib<vectors.obj>" has

a Tag_Memory_Model attribute value of "2" that is different than one

请问这个问题可能是什么原因造成的

  • 这里的错误表示:

    This means that the build is combining files with different memory models (small, large, huge) which the linker does not allow. Check the build options for all source files and libraries to make sure they are all built for the same memory model.