[Bug target/23231] cross compiling fails for mips-sgi-irix6.5

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23231 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/23231] cross compiling fails for mips-sgi-irix6.5

2005-11-09 Thread pfl at iis dot fhg dot de
--- Comment #5 from pfl at iis dot fhg dot de 2005-11-09 18:35 --- Ok, I switched to MacOSX. There I have a /usr/gnu/build/gcc-4.0.2 diectory with the original sources. Then I do a ../gcc-4.0.2/configure --cache-file=../mips-gcc-4.0.2.configure.cache --prefix=/usr/gnu --bindir=/usr/gn

[Bug target/23231] cross compiling fails for mips-sgi-irix6.5

2005-08-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-07 15:14 --- (In reply to comment #3) > I tried your suggestions with the following parameters: No -lc is needed. Did you copy the libraries and headers from the IRIX box as you need both to get a working cross compi

[Bug target/23231] cross compiling fails for mips-sgi-irix6.5

2005-08-07 Thread pfl at iis dot fhg dot de
--- Additional Comments From pfl at iis dot fhg dot de 2005-08-07 09:22 --- I tried your suggestions with the following parameters: I compilied with gcc-4.0.2 binutils 2.16.1 with: CC="ccache i686-pc-linux-gnu-gcc-4.0" CXX="ccache i686-pc-linux-gnu-g++-4.0" CFLAGS="-O1" CXXFLAGS="-O1"

[Bug target/23231] cross compiling fails for mips-sgi-irix6.5

2005-08-06 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-08-06 23:57 --- You need to add a --with-gnu-ld configure option. GNU ld and Irix ld have incompatible options, and the toolchain naturally defaults to assuming irix ld options, so you must specify GNU ld at configure time

[Bug target/23231] cross compiling fails for mips-sgi-irix6.5

2005-08-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 06:36 --- Hmm cross64.h is being used for crosses, why I don't know. That should be only used for crosses which are on IRIX. -- What|Removed |Added -