Re: [Qemu-devel] qemu-arm user mode

2006-10-03 Thread K. Richard Pixley
Paul Brook wrote: 1) Paul's patch for NLS. You mean TLS and/or NPTL. NLS is something completely different :-) Bah. Of course you're right. And I'm sure you can explain your patch better than I can. --rich ___ Qemu-devel mailing list Qemu-d

Re: [Qemu-devel] qemu-arm user mode

2006-10-02 Thread Paul Brook
> 1) Paul's patch for NLS. You mean TLS and/or NPTL. NLS is something completely different :-) Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu-arm user mode

2006-10-02 Thread K. Richard Pixley
I have now managed to run a null program and a helloworld, (both eabi, linked statically, and without any thread calls), using the qemu-arm user mode, both inside and outside of scratchbox. To do this with qemu-0.8.2 I needed the following: 1) Paul's patch for NLS. http://lists.gnu.org/arch

Re: [Qemu-devel] qemu-arm user mode does not work with ARM EABI

2006-09-29 Thread Paul Brook
On Tuesday 26 September 2006 19:27, Martin Guy wrote: > Summary: > Ever since QEMU 0.8.1, qemu-arm-system mode works fine with ARM EABI > kernel and rootfs, but qemu-arm single-process mode is broken with > EABI, failing with "Unknown system call 0xf0005". > This is ARM private system call "set

Re: [Qemu-devel] qemu-arm user mode does not work with ARM EABI

2006-09-29 Thread Rafael EspĂ­ndola
- Voipio's "eabi-rootfs" which I gather uses EABI internally and glibc shims to convert the system calls to old-ABI just before they hit the kernel (glibc-2.3.4) I have a similar setup with a maemo 2.0 rootstrap (glibc 2.3.5). I am currently able to compile a functional python package. I am not