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.

Linking rts2800_fpu32_fast_supplement.lib & IQmath_fpu32.lib libraries

Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28335

Hai,

My processor is eZdsp F28335. Working with Example_2833xDMA_xintf_to_ram example project, when built, its showing the following errors. I tried to link through

1.C:\ti\controlSUITE\libs\math\IQmath\v160\lib

   C:\ti\controlSUITE\libs\math\FPUfastRTS\V100\lib

2.C:\tidcs\c28\C28x_FPU_fastRTS\V100\lib

   C:\tidcs\c28\IQmath\v15a\lib

But same result..

C:\ccsv4\utils\gmake\gmake -k all
'Building target: Example_2833xDMA_xintf_to_ram.out'
'Invoking: Linker'
"C:/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsLinker.opt -o "Example_2833xDMA_xintf_to_ram.out"
error: cannot find file "rts2800_fpu32_fast_supplement.lib"
error: cannot find file "IQmath_fpu32.lib"
warning: entry-point symbol other than "_c_int00" specified:  "code_start"
error: errors encountered during linking; "Example_2833xDMA_xintf_to_ram.out"
   not built

>> Compilation failure
C:\ccsv4\utils\gmake\gmake: *** [Example_2833xDMA_xintf_to_ram.out] Error 1
C:\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project Example_2833xDMA_xintf_to_ram

Please tell me how to link these libraries... ??

Thanq in advance,

Komali.