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 errors



Hi all,

While i am compiling my project code in ccs i am getting following error

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

'Building target: G729test.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv6740 -g --display_error_number --diag_warning=225 --abi=eabi -z -m"G729test.map" --warn_sections --display_error_number -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/lib" -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --reread_libs --rom_model -o "G729test.out"  "./main.obj" -l"libc.a" "../lnk.cmd"
<Linking>
warning #10247-D: creating output section ".g729a_data" without a SECTIONS
   specification

 undefined           first referenced

  symbol                 in file     
>> Compilation failure
 ---------           ----------------
 G_729A_Decoder      ./main.obj      
 G_729A_Encoder      ./main.obj      
 Init_G_729A_Decoder ./main.obj      
 Init_G_729A_Encoder ./main.obj      

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "G729test.out" not built
gmake: *** [G729test.out] Error 1
gmake: Target `all' not remade because of errors.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

pls can anyone suggest any solution.