[Tux3] tux3 against gcc 4.3.2
Liu XiaoFeng
bladehliu at gmail.com
Tue Jan 20 01:21:35 PST 2009
I am also using gcc 4.3.2.
Did you meet a link error? If so, try this patch.
diff --git a/arch/um/sys-i386/sys_call_table.S
b/arch/um/sys-i386/sys_call_table.S
index 00e5f52..9ed881a 100644
--- a/arch/um/sys-i386/sys_call_table.S
+++ b/arch/um/sys-i386/sys_call_table.S
@@ -7,6 +7,9 @@
#define sys_vm86old sys_ni_syscall
#define sys_vm86 sys_ni_syscall
+/* fix a link error */
+#define sys_sigprocmask sigprocmask
+
#define old_mmap old_mmap_i386
.section .rodata,"a"
On Tue, Jan 20, 2009 at 4:47 PM, pradeep singh rautela
<rautelap at gmail.com>wrote:
> Hi,
>
> I was wondering if anyone tried compiling tux3 recently with gcc 4.3.2 ?
> Looks like it is not UML friendly.
>
> Thanks,
> --Pradeep
>
> Pradeep Singh Rautela
> http://eagain.wordpress.com
> http://emptydomain.googlepages.com
>
> _______________________________________________
> Tux3 mailing list
> Tux3 at tux3.org
> http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://phunq.net/pipermail/tux3/attachments/20090120/5fb2d3ae/attachment-0001.html>
-------------- next part --------------
_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3
More information about the Tux3
mailing list