This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

strange build failure


I have been attempting to build a fresh set of binutils and gcc for
m68k-rtems-elf for a few months now from the latest CVS versions.
Unfortunately I continue to run into the same problem when compiling
gcc under redhat 6.0, linux 2.2.16:

/.automount/kaben2/usr/projects/aaron/m68k-rtems-elf/gcc/xgcc -B/.automount/kaben2/usr/projects/aaron/m68k-rtems-elf/gcc/ -nostdinc -B/.automount/kaben2/usr/projects/aaron/m68k-rtems-elf/m68k-rtems-elf/newlib/ -isystem /.automount/kaben2/usr/projects/aaron/m68k-rtems-elf/m68k-rtems-elf/newlib/targ-include -isystem /projects/7000/dist/build-gcc-binutils/newlib/libc/include -B/usr/local/cross/m68k-rtems-elf/bin/ -B/usr/local/cross/m68k-rtems-elf/lib/ -isystem /usr/local/cross/m68k-rtems-elf/include -L/.automount/kaben2/usr/projects/aaron/m68k-rtems-elf/ld -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/projects/7000/dist/build-gcc-binutils/gcc -I/projects/7000/dist/build-gcc-binutils/gcc/. -I/projects/7000/dist/build-gcc-binutils/gcc/config -I/projects/7000/dist/build-gcc-binutils/gcc/../include -m68000 -c /projects/7000/dist/build-gcc-binu!
tils/gcc/frame-dwarf2.c -o libgcc/m68000/frame-dwarf2.o
n file included from /projects/7000/dist/build-gcc-binutils/gcc/frame-dwarf2.c:243:
/projects/7000/dist/build-gcc-binutils/gcc/frame.c: In function `fde_split':
/projects/7000/dist/build-gcc-binutils/gcc/frame.c:101: warning: implicit declaration of function `abort'
/projects/7000/dist/build-gcc-binutils/gcc/frame-dwarf2.c: In function `extract_cie_info':
/projects/7000/dist/build-gcc-binutils/gcc/frame-dwarf2.c:439: warning: implicit declaration of function `strcmp'
/projects/7000/dist/build-gcc-binutils/gcc/frame-dwarf2.c:444: warning: implicit declaration of function `strlen'
/projects/7000/dist/build-gcc-binutils/gcc/frame-dwarf2.c: In function `execute_cfa_insn':
/projects/7000/dist/build-gcc-binutils/gcc/frame-dwarf2.c:693: warning: implicit declaration of function `memcpy'
/projects/7000/dist/build-gcc-binutils/gcc/frame-dwarf2.c: In function `__frame_state_for':
/projects/7000/dist/build-gcc-binutils/gcc/frame-dwarf2.c:753: warning: implicit declaration of function `memset'
/tmp/ccml0wTi.s: Assembler messages:
/tmp/ccml0wTi.s:2002: Error: Value of -1336 too large for field of 1 bytes at 1335
/tmp/ccml0wTi.s:2002: Error: Value of -1410 too large for field of 1 bytes at 1409
/tmp/ccml0wTi.s:2002: Error: Value of -1512 too large for field of 1 bytes at 1511
make[2]: *** [libgcc/m68000/frame-dwarf2.o] Error 1
make[2]: Leaving directory `/.automount/kaben2/usr/projects/aaron/m68k-rtems-elf/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/.automount/kaben2/usr/projects/aaron/m68k-rtems-elf/gcc'
make: *** [all-gcc] Error 2

if I use -save-temps, I can assemble the resulting .s file with gas from
binutils 2.9.5 without trouble.

has anybody else run into this?

--  
  Aaron J. Grier   |    Frye Electronics, Tigard, OR   |   aaron@frye.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]