From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Gurevich Date: Mon, 17 Mar 2003 07:23:36 -0800 Subject: [U-Boot-Users] Problems with the port to PPC 405EP ev. board References: <5.1.1.6.0.20030317155655.02f9aa68@dns.struinfo.it> Message-ID: <3E75E878.2070709@paulidav.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I'd guess that attaching your new start.S or, at least, the diff to the original one will definitely help... Best regards, Vladimir llandre wrote: > ppc-linux-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -mrelocatable > -ffixed-r14 -meabi -mrelocatable -ffixed-r14 -meabi -D__KERNEL__ > -DTEXT_BASE=0xFFF80000 -I/proj/ppc405ep/sw/u-boot/include -fno-builtin > -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -ffixed-r29 > -mstring -Wa,-m405 -mcpu=405 -msoft-float -DCONFIG_PPC -D__powerpc__ > -DCONFIG_4xx -ffixed-r2 -ffixed-r29 -mstring -Wa,-m405 -mcpu=405 > -msoft-float -c -o start.o /proj/ppc405ep/sw/u-boot/cpu/ppc4xx/start.S > /proj/ppc405ep/sw/u-boot/cpu/ppc4xx/start.S: Assembler messages: > /proj/ppc405ep/sw/u-boot/cpu/ppc4xx/start.S:849: Error: attempt to > .org/.space backwards? (-8) > /proj/ppc405ep/sw/u-boot/cpu/ppc4xx/start.S:1582: Internal error! > Assertion failure in write_contents at ../../gas/write.c line 1187. > Please report this bug. > make[1]: *** [start.o] Error 1 > make[1]: Leaving directory `/proj/ppc405ep/sw/u-boot/cpu/ppc4xx' > make: *** [subdirs] Error 1 > --------------------------------------------------------------------------- > > I never saw an error like that. Anybody can tell me what is wrong?