From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Lange Date: Thu, 06 Apr 2006 11:03:54 +0200 Subject: [U-Boot-Users] Re: Compiled system and target board mismatched while make U-boot image.. In-Reply-To: <015a01c65958$4151ecc0$8873608c@11088002601> References: <015a01c65958$4151ecc0$8873608c@11088002601> Message-ID: <4434D97A.6070701@corelatus.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi. Use dbau1550 for big endian version. Use dbau1550_el for little endian version. Your toolchain is little endian. Regards, /Thomas Charles C.K.Lai wrote: > Dear Thomas, > > I make my U-boot image from PC to DBAu1550, > I used GCC 3.4.4, with mipsel-linux-sdelinux-6.03.01-1 toolchain, > while I make my U-boot image with U-boot-1.1.4, > I got the following messages: > > mipsel-linux-ld: hello_world.o: compiled for a little endian system and > target is big endian > mipsel-linux-ld: hello_world.o: endianness incompatible with that of the > selected emulation > mipsel-linux-ld: failed to merge target specific data of file > hello_world.o > > I searched for related articles on U-Boot Website and Mailing lists, > but I can't find out any helpful messages to fix the problem. > Did I miss some patches? Do you have the reference material for this > problem? > Thanks a lot. > > Charles C.K. Lai > >