From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Tue, 07 Jul 2009 15:27:08 +0200 Subject: [U-Boot] EABI version error when building u-boot In-Reply-To: <73173D32E9439E4ABB5151606C3E19E202DD54DBB1@SC-VEXCH1.marvell.com> References: <73173D32E9439E4ABB5151606C3E19E202DD54DBB1@SC-VEXCH1.marvell.com> Message-ID: <4A534D2C.5000003@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Prafulla Wadaskar wrote: >> -----Original Message----- >> From: u-boot-bounces at lists.denx.de >> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Ulrich Gerster >> Sent: Tuesday, July 07, 2009 3:45 PM >> To: u-boot at lists.denx.de >> Subject: [U-Boot] EABI version error when building u-boot >> >> Hello, >> >> I'm trying to build my u-boot but in the building proccess I >> get an error which I cannot solve myself. >> The error prompt I get is: >> >> drivers/video/libvideo.a drivers/watchdog/libwatchdog.a >> common/libcommon.a libfdt/libfdt.a api/libapi.a >> post/libpost.a board/freescale/mx31guf/libmx31guf.a >> --end-group -L >> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue >> abi/4.2.1 -lgcc -Map u-boot.map -o u-boot >> arm-none-linux-gnueabi-ld: ERROR: Source object >> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue > abi/4.2.1/libgcc.a(_lshrdi3.o) has EABI version 5, but target u-boot has EABI version 0 >> arm-none-linux-gnueabi-ld: failed to merge target specific >> data of file >> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue > abi/4.2.1/libgcc.a(_lshrdi3.o) >> make: *** [/tmp/mybuild/u-boot] Fehler 1 >> >> I don't get this when I'm building other boards like the PDK >> Board. So I think it's a problem in my code. >> Does anybody of you have an idea? > Hi Ulrich > > I faced similar problem > Following reference may help you > > http://lists.denx.de/pipermail/u-boot/2009-June/055064.html An additional reason to try to fix this tool chain dependency issue in mainline as soon as possible. Jean-Christophe: Do you mind sending an updated patch fixing the issue mentioned in http://lists.denx.de/pipermail/u-boot/2009-July/055469.html ? Best regards Dirk