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

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

2006-09-29 Thread Martin Guy
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_tls", called from both the linuxthreads and the NPTL pthread imp