From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 3 Dec 2009 08:26:59 +0100 Subject: [U-Boot] [PATCH v2] makefiles: fixes for building build tools In-Reply-To: <20091202215903.210004C025@gemini.denx.de> References: <20091105004141.GB925@loki.buserror.net> <20091202215903.210004C025@gemini.denx.de> Message-ID: <200912030826.59587.sr@denx.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 Scott, On Wednesday 02 December 2009 22:59:03 Wolfgang Denk wrote: > > config.mk | 34 ++++++++++++- > > rules.mk | 13 ++++- > > tools/Makefile | 121 > > +++++++++++++--------------------------------- > > tools/easylogo/Makefile | 9 ++- > > tools/gdb/Makefile | 15 ++---- > > tools/imls/Makefile | 29 ++++------- > > 6 files changed, 98 insertions(+), 123 deletions(-) > > Applied to "next". Thanks. This patch causes some problems, at least on 4xx platforms (others as well I suspect): [stefan at stefan-desktop u-boot (next)]$ ./MAKEALL kilauea Configuring for kilauea board... /usr/bin/ld: crc32.o: Relocations in generic ELF (EM: 20) /usr/bin/ld: crc32.o: Relocations in generic ELF (EM: 20) /usr/bin/ld: crc32.o: Relocations in generic ELF (EM: 20) /usr/bin/ld: crc32.o: Relocations in generic ELF (EM: 20) /usr/bin/ld: crc32.o: Relocations in generic ELF (EM: 20) /usr/bin/ld: crc32.o: Relocations in generic ELF (EM: 20) /usr/bin/ld: crc32.o: Relocations in generic ELF (EM: 20) crc32.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status This is on "next" with ELDK 4.2. Scott, do you have any ideas what's going wrong here? Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de