This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gengenrtl: cannot execute binary file



Hi, all:

I'm installing gcc 3.3 in s/390 environment and 'make bootstrap-lean' failed
with the following message:

gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -
DGENERATOR_FILE  -o gengenrtl \
 gengenrtl.o ../libiberty/libiberty.a
./gengenrtl -h > tmp-genrtl.h
/bin/sh: ./gengenrtl: cannot execute binary file
make[2]: *** [s-genrtl] Error 126
make[2]: Leaving directory `/mnt/dasdc/gcc-3.3-obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/dasdc/gcc-3.3-obj/gcc'
make: *** [bootstrap-lean] Error 2

My environment:

gcc 2.95.2
binutils 2.14.90.0.4
autoconf 2.13
bison 1.35
glibc 2.2.5
kernel 2.2.16

How It was prepared:

mkdir gcc-3.3-obj
cd gcc-3.3-obj
/mnt/dasdc/gcc-3.3/configure --disable-nls --disable-multilib
make bootstrap-lean

Any ideas?

Regards, Claudio.



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