FYI: 2 patches for RH 4.1 branch
Mohan Embar
gnustuff@thisiscool.com
Sat Feb 17 01:53:00 GMT 2007
Hi Tom,
I'm still stuck on this error when trying to build
the cross compiler:
==================================================
gcc -c -O2 -g0 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I/datal/gcc/gcc/gcc
-I/datal/gcc/gcc/gcc/. -I/datal/gcc/gcc/gcc/../include -I/datal/gcc/gcc/gcc/../libcpp/include -I/datal/gcc/gmp_mpfr/include -I/datal/gcc/gmp_mpfr/include -I/datal/gcc/gcc/gcc/../libdecnumber -I../libdecnumber -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=
\"/datal/gcc/build/crossgcc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/datal/gcc/build/crossgcc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.3.0\" -DDEFAULT_TARGET_MACHINE=\"i686-pc-mingw32\" -DSTANDARD_BINDIR_PREFIX=\"/datal/gcc/build/crossgcc/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -
DTARGET_SYSTEM_ROOT=\"/datal/gcc/build/crossgcc/sys-root\" -DTARGET_SYSTEM_ROOT_RELOCATABLE `test "X${SHLIB_LINK}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
-I. -I. -I/datal/gcc/gcc/gcc -I/datal/gcc/gcc/gcc/. -I/datal/gcc/gcc/gcc/../include -I/datal/gcc/gcc/gcc/../libcpp/include -I/datal/gcc/gmp_mpfr/include -I/datal/gcc/gmp_mpfr/include -I/datal/gcc/gcc/gcc/../libdecnumber -I../libdecnumber /datal/gcc/gcc/gcc/cp/g++spec.c)
/datal/gcc/build/crossgcc/i686-pc-mingw32/bin/as: unrecognized option `-Qy'
make[2]: *** [g++spec.o] Error 1
==================================================
For some reason, it's trying to use the cross assembler with
the build compiler :( I haven't really had time to troubleshoot
this, which is why I haven't been responsive with these two
patches. /datal/gcc/build/crossgcc/i686-pc-mingw32/bin/ isn't
in my path, so I don't know why it wants to use this as.
The last time I tried doing this was a day or two ago. Marco:
when was the last time you got and built the trunk?
If this trunk is busted anyway and it's not just my configuration,
I don't see the harm in checking this in. That way I don't have
to regenerate the world and do a full build of the native compiler
just to build my cross compiler.
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/
More information about the Java-patches
mailing list