Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Bob Proulx Newsgroups: gnu.utils.help Subject: Re: arm-none-eabi-objdump: Reading section .bss failed because: memory exhausted Date: Mon, 6 Apr 2020 18:44:09 -0600 Lines: 11 Approved: help-gnu-utils@gnu.org Message-ID: References: <58616427-9DBC-4DF7-AF74-6EAA6844492B@gmail.com> <20200406183213536211500@bob.proulx.com> <20200406184250572638334@bob.proulx.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: usenet.stanford.edu 1586220254 10701 209.51.188.17 (7 Apr 2020 00:44:14 GMT) X-Complaints-To: action@cs.stanford.edu To: Arjan van Vught , help-gnu-utils@gnu.org Envelope-to: help-gnu-utils@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proulx.com; s=dkim2048; t=1586220249; bh=c/ZK9RSJAPa2rKp87B0UNy+zOPxqMkwuiFInn9TMQ+g=; h=Date:From:To:Subject:References:In-Reply-To:From; b=mfIBo2bm7LTyhBNCKvDH44ynzhUf2qwiLQH+YqqohAkfepqerlx1QwtfXNEfv+CjM a5y0evBqSn09zWeV+W/ZErl93lT6/ChZr8FygwI3yIEkcvlBsUZbZ7UHMDyclxzZCX WyKPumAaqcp09ZqNYrLBG+FKuCKenyTasgFWM0voy6XTA3jbVRfcDF3gd6n6FsmfOo lKnrQViTx5c1ar5GwIv5DuVkwcGSKrH1tNqTMu8PvoJGp/51rbqlTo8PUMtJmv+yep BmJWOCDJBT91fCq0cu4OGWzjm12vHIu9LxKTRFVB+iMLKHPGxcs7ME5RhmvCL+6AYF 8E6wSEyzjRCDA== Mail-Followup-To: Arjan van Vught , help-gnu-utils@gnu.org Content-Disposition: inline In-Reply-To: <20200406183213536211500@bob.proulx.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 96.88.95.61 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: <20200406184250572638334@bob.proulx.com> X-Mailman-Original-References: <58616427-9DBC-4DF7-AF74-6EAA6844492B@gmail.com> <20200406183213536211500@bob.proulx.com> Xref: csiph.com gnu.utils.help:321 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