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.

Redifinition of a symbol

Other Parts Discussed in Thread: MATHLIB

Dear Sir/Madam,

I use the following flags to link our application on the linux system of OMAPL137:

EXE_LD_FLAGS    := -l $(BASE_CGTOOLSLIB)/rts6740.lib -l $(BASE_DSPLIB)/lib/dsplib.a674 -l $(BASE_MATHLIB)/lib/mathlib.a674 -l $(BASE_BSL)/lib/evmomapl137bsl.lib -l $(BASE_EDMA)/drv/lib/Debug/edma3_drv_bios_c674.lib -l $(BASE_EDMA)/drv/sample/lib/omapl137/Debug/edma3_drv_bios_sample.lib -l $(BASE_EDMA)/rm/lib/omapl137/Debug/edma3_rm_bios.lib 

But when I want to compile the following errors are occurs? what is the problem?

<Linking>

error: symbol "__stack" redefined: first defined in
"/home/naser/OMAPL137_arm_1_00_00_11/cg6x_6_1_9/lib/rts6740.lib<boot.obj>";
redefined in
"/home/naser/OMAPL137_arm_1_00_00_11/bios_5_33_05/packages/ti/bios/lib/bios.
a674<boot.o674>"
error: symbol "_c_int00" redefined: first defined in
"/home/naser/OMAPL137_arm_1_00_00_11/cg6x_6_1_9/lib/rts6740.lib<boot.obj>";
redefined in
"/home/naser/OMAPL137_arm_1_00_00_11/bios_5_33_05/packages/ti/bios/lib/bios.
a674<boot.o674>"
error: errors encountered during linking;
"/home/naser/OMAPL137_arm_1_00_00_11/dsplink-1_61_03-prebuilt/packages/dspli
nk/dsp/BUILD/OMAPL1XXGEM_0/RDWR/BIN/DEBUG/readwrite.out" not built

>> Compilation failure