From mboxrd@z Thu Jan 1 00:00:00 1970 From: Debian User Date: Wed, 30 Mar 2005 17:21:21 -0800 Subject: [U-Boot-Users] Error compiling/linking In-Reply-To: <9b7ca657050329033133e2f746@mail.gmail.com> References: <9b7ca65705032817584e803f61@mail.gmail.com> <20050329075928.A9A71C108D@atlas.denx.de> <9b7ca657050329033133e2f746@mail.gmail.com> Message-ID: <20050331012121.GA657@acmay.homeip.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Mar 29, 2005 at 08:31:06PM +0900, Daniel Ann wrote: > After trying the compilation from the command line, I've found out the > powerpc-linux-objdump was okay. But had segmentation fault during > powerpc-linux-ld. > So, doing rather simple trial and error method, I've got it compiled > after removing line which reads "-Map u-boot.map". Try a touch u-boot.map before the ld command. I have seen some ld's crash when the file isn't there. Never spent much time look at it or reporting it, but it isn't a problem on newer versions so I thought it was known/resolved.