Re: arm-none-eabi-objdump: Reading section .bss failed because: memory exhausted
Bob Proulx <[email protected]> Mon, 6 Apr 2020 18:44:09 -0600
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Message-ID | <[email protected]> |
Bob Proulx wrote: > The BSS section is normally used to store static data. In a C program > if one is defining a variable with initialized data then this will go > into the BSS section. Did I say that reversed from what it is actually? How embarrasing! That is what I get from answering too quickly without thinking everything through carefully. Bob