This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cross GCC for mips64-linux


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 -


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