[arm-gnu] zeroing out the .bss area
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] zeroing out the .bss area



Hi,

I'm developing an ELF to run on bare-metal. In my "_start", is it
necessary to zero out the .bss area?

I'm currently debugging a silent data corruption that occurs in my
program while running. I don't zero out the .bss area and was
wondering if the problem could be related.

thanks,
JJ