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.

CCS linking error

Other Parts Discussed in Thread: CCSTUDIO

[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
>> C:\\views\\DRTRAU_SETUP\\etp\\common\\common\\dsp\\build\\ram\\ti\\src\\lead3.lcf, line 198:   error:
               can't find input file 'libosbpsh.lib'
>> C:\\views\\DRTRAU_SETUP\\etp\\common\\common\\dsp\\build\\ram\\ti\\src\\lead3.lcf, line 206:   error:
               can't find input file 'libplatdsp_hw.lib'
>> C:\\views\\DRTRAU_SETUP\\etp\\common\\common\\dsp\\build\\ram\\ti\\src\\lead3.lcf, line 211:   error:
               can't find input file 'libappdsp_hw.lib'
>> C:\\views\\DRTRAU_SETUP\\etp\\common\\common\\dsp\\build\\ram\\ti\\src\\lead3.lcf, line 229:   error:
               can't find input file 'libosbpsh.lib'
>> C:\\views\\DRTRAU_SETUP\\etp\\common\\common\\dsp\\build\\ram\\ti\\src\\lead3.lcf, line 234:   error:
               can't find input file 'libosbpsh.lib'
>> C:\\views\\DRTRAU_SETUP\\etp\\common\\common\\dsp\\build\\ram\\ti\\src\\lead3.lcf, line 348:   error:
               can't find input file 'libappdsp_hw.lib'

>> Compilation failure

 

  • Hello,

    You need to add additional library search path(s) which point to 'libosbpsh.lib', 'libplatdsp_hw.lib' , 'libappds_hw.lib'. You can add this in the linker build options (roght-click on the project in CCS and select 'Build options' and then select the 'Linker' tab'. Under the 'Libraries' category, you will see a field to add library search paths (-i option).

    Thanks

    ki