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.

CCS loads .bss section generated by GCC

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