From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Ann Date: Thu, 31 Mar 2005 14:06:15 +0900 Subject: [U-Boot-Users] Error compiling/linking In-Reply-To: <20050331012121.GA657@acmay.homeip.net> References: <9b7ca65705032817584e803f61@mail.gmail.com> <20050329075928.A9A71C108D@atlas.denx.de> <9b7ca657050329033133e2f746@mail.gmail.com> <20050331012121.GA657@acmay.homeip.net> Message-ID: <9b7ca657050330210643d3ae15@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there , I've tried touching the file first, but with no luck. I didnt think this would be the problem since it successfully creates the u-boot.map file. However, I'm not certain if it created the whole map file or not, but if anyone is interested, last few lines of the map file reads, //////////////////////////////////////// .rela.got *(.rela.got) .rel.ctors *(.rel.ctors) .rela.ctors ////////////////////////////////////// As for now, I've filed bug report for binutil. We'll see if they have better luck with it. Cheers, On Wed, 30 Mar 2005 17:21:21 -0800, Debian User wrote: > 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. > -- Daniel