Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail From: Arjan van Vught Newsgroups: gnu.utils.help Subject: arm-none-eabi-objdump: Reading section .bss failed because: memory exhausted Date: Sun, 5 Apr 2020 19:06:57 +0200 Lines: 23 Approved: help-gnu-utils@gnu.org Message-ID: References: <58616427-9DBC-4DF7-AF74-6EAA6844492B@gmail.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: usenet.stanford.edu 1586112873 10629 209.51.188.17 (5 Apr 2020 18:54:33 GMT) X-Complaints-To: action@cs.stanford.edu To: help-gnu-utils@gnu.org Envelope-to: help-gnu-utils@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:mime-version:subject:message-id:date:to; bh=yMU5tKdTL74nCFRfpX2OxwBjpRwkfCstm638tFXQEa4=; b=jnoq3KNmMgTgakEORikL5ph8Wy2QmW9JySXMw8BUNfnYZHzWJ28bamhBm0Dy5NyT8O pkRbKfYwMB8ps4cR1lppkXJDGX7QaXVB1lDjaO20sfTmVRrtK+GLN0CA+40MBrqJig9G jUYRxp1WUuUYciFR53RiEWeLILfwhc4y+nTurF6FtEr4tvuOIHngR4vhVPoKciVbtdO5 RSiP6Th0JjebYFPFV4Q8DKIiQJ081iBa5t11at2vgAl09ySKVj0zO+Wmr/vv0d4qdggw us1Uc5FPe+fFuUW9B8R+oS1m2jmsQn2FLhXAO7UV1uThYV2JpE3JBnee05SJ0Khohe3Y t4bg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:subject:message-id:date:to; bh=yMU5tKdTL74nCFRfpX2OxwBjpRwkfCstm638tFXQEa4=; b=qVaDr4fmfzRZ+d1r1IFPq5x1a7ekc3oVGMzRhq7MfBtUfwl8MdukYT1SmYFrzlLYcb 9Gm3B3Yz4nnc0vDrls5sfGaaYzVeLigSjtJEgwmimmLxL4ygjVpmh+8I7NpQtELGCG6L +WGPDpkEc4lcMDN5An499fOs0k+r4lGbvHPZl8XkVBRS/8YdsVqB+QuqVVR1WG4/SSdS u6nJT+yGH84kt177PMbgwMy1buBHcTVXU4yrgJL/spsdKB3B3yPkPc5GajVYmbkcAmTw hsq7qotD6SlQwUZlU/pERgSUbjBBp/BMmiw4UJv7FFakJA0irr+6I0pGFL9f0CduVAnk 7+0Q== X-Gm-Message-State: AGi0PuaZTioaP9UbubYlnBoXheYTTC2KOt9VNBx09fSh6M47DtcSk5yx taSmgwyTPOFTsZqBmfMKEOoy97Nb/4E= X-Google-Smtp-Source: APiQypIos1zdsCs6jifcObWYTzNmukXDj98Hli8Kw1W6vJRD4bUknBcxDGHHFxiUAFv4g9HgXcAcVg== X-Received: by 2002:adf:f1ce:: with SMTP id z14mr19682306wro.68.1586106419816; Sun, 05 Apr 2020 10:06:59 -0700 (PDT) X-Mailer: Apple Mail (2.3608.80.23.2.2) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::42f X-Mailman-Approved-At: Sun, 05 Apr 2020 14:54:32 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-gnu-utils@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU utilities List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <58616427-9DBC-4DF7-AF74-6EAA6844492B@gmail.com> Xref: csiph.com gnu.utils.help:319 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.=20 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=