Hmm... I don't know. Both 2.4.26 and 2.6.10 headers do not contain this call number in unistd.h for N64, but glibc tries to generate a stub referencing to undefined __NR_sendfile64, and I got this assembler error. I tried various kernel/glibc configurations and result is the same - we fail on sendfile64 or time. Do anyone have a clue what is happening? AFAIK, some people already had success building glibc for mips64. Probably I miss something? Best regards, Maxim On 5/26/05, Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> wrote: > On Thu, 26 May 2005, Daniel Jacobowitz wrote: > > > > I am trying to build glibc-2.3.4 using binutils-2.15 and gcc-3.4.3 > > > from ftp://ftp.linux-mips.org/pub/linux/mips/crossdev/i386-linux/mips64-linux. > > > Compilation fails with following messages: > > > > Looks like your kernel headers are too old. > > Or too new, sigh... See: > "http://sources.redhat.com/bugzilla/show_bug.cgi?id=758". Unfortunately > it's not clear to me what "the 2.3 branch inclusion criteria" are and it's > a pity the MIPS port of glibc is unmaintained these days... > > Maciej > >