Hello,
How I can disable the auto initialization of the variables in the bss? This makes the output image large, I don't want to include the variables in the RAM in my binary.
I tried to use linker options --zero_init=off and --ram_model but also the variable are getting initialized.
Yours,
Abdelrhman Afifi