Groups | Search | Server Info | Login | Register
Groups > gnu.utils.help > #319
| From | Arjan van Vught <arjan.van.vught@gmail.com> |
|---|---|
| Newsgroups | gnu.utils.help |
| Subject | arm-none-eabi-objdump: Reading section .bss failed because: memory exhausted |
| Date | 2020-04-05 19:06 +0200 |
| Message-ID | <mailman.196.1586112873.2644.help-gnu-utils@gnu.org> (permalink) |
| References | <58616427-9DBC-4DF7-AF74-6EAA6844492B@gmail.com> |
Dear list, What does the error mean? Is it just that the .list file is not generated completely? This error got introduced when upgrading from version 7 to 9. Many thanks in advance. Arjan arm-none-eabi-objdump -D lib_h3/libh3.a | arm-none-eabi-c++filt > lib_h3/lib.list arm-none-eabi-objdump: error: lib_h3/libh3.a(h3_codec.o)(.bss) section size (0x800c bytes) is larger than file size (0xde8 bytes) arm-none-eabi-objdump: Reading section .bss failed because: memory exhausted arm-none-eabi-objdump: error: lib_h3/libh3.a(udp.o)(.bss) section size (0x19934 bytes) is larger than file size (0xcfc bytes) arm-none-eabi-objdump: Reading section .bss failed because: memory exhausted ~ % arm-none-eabi-objdump --version GNU objdump (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 2.33.1.20191025
Back to gnu.utils.help | Previous | Next | Find similar
arm-none-eabi-objdump: Reading section .bss failed because: memory exhausted Arjan van Vught <arjan.van.vught@gmail.com> - 2020-04-05 19:06 +0200
csiph-web