Package: qemu-user Version: 0.12.4+dfsg-2 Severity: important QEMU user mode emulation binaries (specifically qemu-arm) fail with mmap: Operation not permitted when run as a user. When run as a root there is no problem.
With CodeSourcery G++ Lite installed at $HOME: http://www.codesourcery.com/sgpp/lite/arm/portal/release1293 tinuv...@debian:~$ cat hello.c #include <stdio.h> int main() { printf("Hello, world!\n"); return 0; } tinuv...@debian:~$ /home/tinuviel/arm-2010q1/bin/arm-none-linux-gnueabi-gcc hello.c -o hello tinuv...@debian:~$ qemu-arm -L /home/tinuviel/arm-2010q1/arm-none-linux-gnueabi/libc hello mmap: Operation not permitted tinuv...@debian:~$ sudo qemu-arm -L /home/tinuviel/arm-2010q1/arm-none-linux-gnueabi/libc hello Hello, world! Seo Sanghyeon -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org