|
From: Tom H. <to...@co...> - 2006-03-28 13:17:51
|
In message <442...@si...>
Benjamin Collar <ben...@si...> wrote:
> Thanks Tom, I will give that a try.
>
> Currently, though, the crash comes from the fact that syscall 14
> (mknod) is not implemented :(
The message you quoted said syscall 72 so that is what I implemented...
I was a bit surprised as glibc will normally use sys_rt_sigsuspend
in preference to sys_sigsuspend.
Syscall 14 is easy - just uncomment it in syswrap-ppc32-linux.c and
it should work with the generic handler that already exists.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|