This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

cygwin->mipsel xgcc


I am trying to compile a cross gcc cygwin -> mipsel (mips r4000 core).
Binutiles have compiled well and are installed.
I configured the egcs 1.1.2 like this:

$ ../../egcs-1.1.2/configure --host=i686-pc-cygwin32 --build=i686-pc-cygwin32 -
-target=mipsel --with-newlib --with-gnu-as --prefix=/usr/local/ -v >config.log
2>&1

after that I did a make:
$ make LANGUAGES="c c++" cross > make.log 2>&1

The compile process stops with this error
../../../egcs-1.1.2/gcc/choose-temp.c:206: Internal compiler error in function make_temp_file

Has anyone sucessfully compiled such a xgcc ?
thanks for help!

(See attached file: make.log)

make.log

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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