bootstrap/3587: GCC 3.0-CVS multilib problem on arc-elf
joel@gcc.gnu.org
joel@gcc.gnu.org
Fri Jul 6 06:46:00 GMT 2001
>Number: 3587
>Category: bootstrap
>Synopsis: GCC 3.0-CVS multilib problem on arc-elf
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jul 06 06:46:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: joel@gcc.gnu.org
>Release: gcc 3.0-CVS
>Organization:
>Environment:
GNU/Linux x86 (RedHat 6.2) with binutils 2.11.2 for target
>Description:
Fails with following messages
gcc -E conftest.c -DCROSS_COMPILE -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include > conftest.out
sed -e 's/xyzzy/#define USING_SJLJ_EXCEPTIONS/' -e '/#define/p' \
-e d conftest.out >> tconfig.h
rm conftest.*
echo '#define FLOAT' > fp-bit.c
echo '#ifndef __big_endian__' >> fp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >> fp-bit.c
echo '#endif' >> fp-bit.c
cat ../../gcc/gcc/config/fp-bit.c >> fp-bit.c
echo '#ifndef __big_endian__' > dp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >> dp-bit.c
echo '#endif' >> dp-bit.c
cat ../../gcc/gcc/config/fp-bit.c >> dp-bit.c
make[1]: *** No rule to make target `crtinit.o', needed by `stmp-multilib'. Stop.
make[1]: Leaving directory `/usr3/ftp_archive/gnu/gcc/ss/b3/b-arc-elf/gcc'
make: *** [all-gcc] Error 2
>How-To-Repeat:
Configure and build as follows:
../gcc/configure --target=${1} \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
--prefix=/opt/gnucross '--enable-languages=c,c++' && make
Contact me for assistance with binutils.
>Fix:
Unknown.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Gcc-bugs
mailing list