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.

compile error

Hi all,

  I am using CCStudio v3.3, the problem i am facing is when i create a project and build it,

it gives me the message

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

--------------------------  dotei_test_g.pjt - Debug  --------------------------
[Linking...] "C:\ti\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
>>   error: linking files for incompatible targets (file
            'C:\ti\MyProjects\sasayama\gait\projects\dotei_test_g\Debug\ccsboot.obj')

>>   error: linking files for incompatible targets (file
            'C:\ti\MyProjects\sasayama\gait\projects\dotei_test_g\Debug\DOB_2linktest.obj')


>> Compilation failure

Build Complete,
  3 Errors, 0 Warnings, 0 Remarks.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

what may be the problem?

MS

  • Hi,

    Can you check if all the libraries and source files are built for the same device variant? In the case above <ccsboot.obj> and <DOB_2linktest.obj> seem to be built for a different device variation (C6200 versus C6400, or C6400 versus C6470, for example).

    Hope this helps,

    Rafael