Other Parts Discussed in Thread: OMAPL138
It seems that "libc6rundsp.a" and "edma3_drv_bios.lib" both define several exit functions(edma3_drv_bios.lib does so by including rts6740), Is there a known work around for this?
using the c6run ar, I get the following errors when I include edma3_drv_bios.lib
-------------- Build: Debug in DspInterface ---------------
Using makefile: Makefile
error: symbol "__dtors_ptr" redefined: first defined in
"/home/lab/ti-dvsdk/c6run/bin/../lib/c6run_dsp/libc6rundsp.a<C6Run_exit.obj>
"; redefined in
"/home/lab/ti-dvsdk_omapl138-evm_4_02_00_06/cgt6x_6_1_14/lib/rts6740.lib<exi
t.obj>"
error: symbol "___TI_enable_exit_profile_output" redefined: first defined in
"/home/lab/ti-dvsdk/c6run/bin/../lib/c6run_dsp/libc6rundsp.a<C6Run_exit.obj>
"; redefined in
"/home/lab/ti-dvsdk_omapl138-evm_4_02_00_06/cgt6x_6_1_14/lib/rts6740.lib<exi
t.obj>"
error: symbol "_exit" redefined: first defined in
"/home/lab/ti-dvsdk/c6run/bin/../lib/c6run_dsp/libc6rundsp.a<C6Run_exit.obj>
"; redefined in
"/home/lab/ti-dvsdk_omapl138-evm_4_02_00_06/cgt6x_6_1_14/lib/rts6740.lib<exi
t.obj>"
error: symbol "__cleanup_ptr" redefined: first defined in
"/home/lab/ti-dvsdk/c6run/bin/../lib/c6run_dsp/libc6rundsp.a<C6Run_exit.obj>
"; redefined in
"/home/lab/ti-dvsdk_omapl138-evm_4_02_00_06/cgt6x_6_1_14/lib/rts6740.lib<exi
t.obj>"