This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Cross GCC for mips64-linux
- From: LLeweLLyn Reese <llewelly at lifesupport dot shutdown dot com>
- To: Jan-Hendrik Palic <jan dot palic at linux-debian dot de>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: 04 Jan 2003 12:16:03 -0800
- Subject: Re: Cross GCC for mips64-linux
- References: <20030104164705.GE711@billgotchy.de>
Jan-Hendrik Palic <jan.palic@linux-debian.de> writes:
> Hi .. happy new year ..
>
> I am trying to build cross-gcc for mips64-linux on my IBook ...
[snip]
I've never used mips64-linux or an IBook, but it looks to me
like you are missing the pthread.h header from mips64-linux. I
suggest you double check to make sure you've got all the c and
posix library headers for mips64-linux where xgcc can see them.
If won't be using threads, you may consider --disable-threads.
Just a few wild guesses -