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 <[email protected]>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 > [email protected] > http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3 >
_______________________________________________ Tux3 mailing list [email protected] http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3
