This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: master error list for crossgcc enthusiasts



>BTW, I did try building for sparc64 once, but got the error

> ../sysdeps/unix/sysv/linux/sparc/sparc64/pause.c:1:39:
sysdeps/unix/common/pause.c: No such file or directory
> make[2]: ***
> [/home/dank/crosstool-0.27-pre1/build/sparc64-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/posix/pause.o]
> Error 1


> and haven't tried diagnosing it yet.  Sounds like you're further along than me;
> where'd you get that version of glibc?  Is it an official
> snapshot, or did you grab it from cvs yourself?


I added this patch to your crosstool-0.27 patches/glibc-2.3.2 directory
and it built. :)  I still need to test it though:

--- libc/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c  2004-02-25 13:32:49.400603566 -0800
+++ libc/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c  2004-02-25 13:33:50.555706572 -0800
@@ -1 +1 @@
-#include <sysdeps/unix/common/pause.c>
+#include <sysdeps/generic/pause.c>


The newer file is actually sysdeps/posix/pause.c, but I got an error with
that build:

/var/crosstool-0.27/build/sparc64-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/linuxthreads/libpthread_pic.a(ptw-pause.os)(.text+0x2c):
In function `pause':
: undefined reference to `__sigprocmask'


Judith Lebzelter
OSDL



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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