Re: [Qemu-devel] sysroot

2008-03-03 Thread Edgar E. Iglesias
Apologies, this was the correct sysroot patch. Best regards -- Edgar E. Iglesias Axis Communications AB diff --git a/darwin-user/qemu.h b/darwin-user/qemu.h index 41b57f8..2147da3 100644 --- a/darwin-user/qemu.h +++ b/darwin-user/qemu.h @@ -106,7 +106,7 @@ void write_dt(void *ptr, unsigned long

[Qemu-devel] sysroot

2008-03-03 Thread Edgar E. Iglesias
Hello, >From my experience, many times when one cross compiles software for linux at >some point one ends up creating a directory which contains a root filesystem >for the target. A nice thing with qemu is the ability to cross run programs >within that target dir with the linux-user -L option.