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.

ezsdk codec engine dspserver compile error

When I use "whole_program" profile to compile the dspserver for c674x, there are errors as following:

error: symbol "__c6xabi_divlli" redefined: first defined in "<whole-program>";
redefined in "/opt/ti-ezsdk_dm816x-evm_5_00_00_11/cgt6x_7_2_0/lib/rts6740_elf.lib<imath64.obj>"

error: symbol "_subcull" redefined: first defined in "<whole-program>";
redefined in "/opt/ti-ezsdk_dm816x-evm_5_00_00_11/cgt6x_7_2_0/lib/rts6740_elf.lib<imath64.obj>"

error: symbol "__c6xabi_divull" redefined: first defined in "<whole-program>";
redefined in "/opt/ti-ezsdk_dm816x-evm_5_00_00_11/cgt6x_7_2_0/lib/rts6740_elf.lib<imath64.obj>"

Could I use "whole_program" profile for compiling the dspserver?

If I use "release" profile, it seems helpless for code reduction and performance.

I also tried "-O3 -ms -mn" options and there is no any difference.