This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/16311] New: Make fails when configuring libiberty
- From: "heiko dot panther at web dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jul 2004 09:36:19 -0000
- Subject: [Bug other/16311] New: Make fails when configuring libiberty
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I'm trying to compile gcc-3.4.1-20040625 with the patch from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15948
Configure options are
# /Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/configure
--target=arm-elf --prefix=/opt/arm-elf --enable-languages=c,c++ --with-gnu-as
--with-gnu-ld --with-newlib --with-gxx-include-dir=/opt/arm-elf/arm-elf/include
--with-gcc-version-trigger=/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/gcc/version.c
t-arm-elf has been modified, it is attached.
This is the output from make, when make is invoked a second time after it failed.
[localhost:gnu_toolchain/iceLynx/b-gcc-3.4.1] hpanther% make
make[2]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make \
CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long " \
CONFIG_H="config.h auto-host.h
/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/gcc/../include/ansidecl.h"
\
MAKEOVERRIDES= \
-f libgcc.mk all
for d in libgcc thumb libgcc/thumb interwork libgcc/interwork thumb/interwork
libgcc/thumb/interwork; do \
if [ -d $d ]; then true; else /bin/sh
/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/gcc/mkinstalldirs
$d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
echo timestamp > stmp-multilib
Checking multilib configuration...
multilib.out is unchanged
Configuring in arm-elf/libiberty
configure: loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking build system type... powerpc-apple-darwin7.3.0
checking host system type... arm-unknown-elf
checking for arm-elf-ar... arm-elf-ar
checking for arm-elf-ranlib... arm-elf-ranlib
checking for arm-elf-gcc...
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include accepts
-g... yes
checking for
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include option to
accept ANSI C... none needed
checking how to run the C preprocessor...
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include -E
checking whether
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include and cc
understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... cross-compiling...
unknown
checking to probe for byte ordering... /opt/arm-elf/arm-elf/bin/ld: cannot open
crt0.o: No such file or directory
collect2: ld returned 1 exit status
unknown
configure: error: unknown endianess - sorry
/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/libiberty/configure:
line 3289: exit: please: numeric argument required
/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/libiberty/configure:
line 3289: exit: please: numeric argument required
make: *** [configure-target-libiberty] Error 1
--
Summary: Make fails when configuring libiberty
Product: gcc
Version: 3.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: heiko dot panther at web dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: powerpc-apple-darwin
GCC target triplet: arm-unknown-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16311