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.

Linker Scan libraries for duplicate symbols option

Hi,

We are building an ICE AM335x SYS/BIOS program and turned on the duplicate symbols option in Linker/Advanced Options/Symbol Management.

We get a number of warnings like:

warning #10252-D: Symbol "malloc" (pulled from
   "C:\Users\nea\nea_src\embedded_sensor_controller\src\firmware\ESC\Release\co
   nfigPkg\package\cfg\app_pea8fnv.oea8fnv") defined in 2 places:
   C:\Users\nea\nea_src\embedded_sensor_controller\src\firmware\ESC\Release\con
   figPkg\package\cfg\app_pea8fnv.oea8fnv
   c:\ti\ccsv6\tools\compiler\arm_5.1.10\lib\rtsv7A8_A_le_n_v3_eabi.lib<memory.
   obj>

For things like realloc and so on.

We have set in General the Runtime Support Library to <Automatic>.

Should we be concerned about these.  The application builds and runs and we only saw these when the duplicate symbols option was turned on.

Thanks for the help.

--jim schimpf