Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] arm v7 offset link error


  • To: arm-gnu@xxxxxxxxxxxxxxxx
  • Subject: [arm-gnu] arm v7 offset link error
  • From: Steve Papacharalambous <stevep@xxxxxxxxxxxxx>
  • Date: Tue, 13 May 2008 11:15:53 +0100

Hi,

Building binutils-2.18 using
arm-2008q1-126-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 and with
the CFLAGS set to: "-march=armv7-a -mfloat-abi=softfp -mfpu=neon" fails
with the following error:

[snip]
gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -D_GNU_SOURCE -I. -I../../ld
-I../bfd -I../../ld/../bfd -I../../ld/../include  -g -O2
-DLOCALEDIR="\"/usr/share/locale\""   -W -Wall -Wstrict-prototypes
-Wmissing-prototypes -Werror -g -O2 -c earmelf_linux_eabi.c
/tmp/ccsjgffk.s: Assembler messages:
/tmp/ccsjgffk.s:253: Error: offset out of range
/tmp/ccsjgffk.s:258: Error: offset out of range
/tmp/ccsjgffk.s:261: Error: offset out of range
/tmp/ccsjgffk.s:265: Error: offset out of range
/tmp/ccsjgffk.s:268: Error: offset out of range
/tmp/ccsjgffk.s:272: Error: offset out of range
/tmp/ccsjgffk.s:275: Error: offset out of range
/tmp/ccsjgffk.s:279: Error: offset out of range
...
...
/tmp/ccsjgffk.s:5173: Error: offset out of range
make[4]: *** [earmelf_linux_eabi.o] Error 1
make[4]: Leaving directory
`/home/stevep/work/ltib/rpm/BUILD/binutils-2.18/build-binutils/ld'
[/snip]

Any help appreciated,

Best regards,

Steve