Hi,
I am using ARM CortexA15 GCC compiler to generate .out file, and using CCS5.3 to debug it.
GCC generates .bss section and fills it with "0", I expected CCS loads this section thus initialize the memory of .bss section in target. But it seems the CCS does not load the .bss section.
Is there any way to force CCS to load the .bss section?
Thank you!
Brighton