From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef Baumgartner Date: Fri, 23 Jan 2004 07:36:54 +0100 Subject: [U-Boot-Users] Motorola M5282EVB compiling In-Reply-To: <200401222243.45806.swood@rochester.rr.com> References: <20040122171344.56775.qmail@web60508.mail.yahoo.com> <200401222243.45806.swood@rochester.rr.com> Message-ID: <200401230735.54434.josef.baumgartner@telex.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stuart, to get rid of the error message "File format not recognized" change the build rule for the lib in board/m5282evb/Makefile to: $(LIB): .depend $(OBJS) $(AR) crv $@ $(OBJS) Regards, Josef On Friday 23 January 2004 04:43, Stuart Wood wrote: > When compiling U-Boot the last three lines are > m68k-elf-objdump: .depend: File format not recognized > m68k-elf-objcopy --gap-fill=0xff -O srec u-boot u-boot.srec > m68k-elf-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin > > Is it normal to get the "File format not recognized" > and the size of the u-boot file is 254921. Is this right? > it seems way to large. > > Any help would be appreciated! > > Thanks > > Stuart Wood > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users