On Sat, 2005-04-02 at 13:09 +0200, Christian Parpart wrote: > Hi, > > I'd be interested in whether someone has got this running. > I know, valgrind is *NOT* supporting this yet. But it is > (theoretically) possible to create a 32bit-chroot environment > and run it inside. However, Mine is always crashing (for any reason :( > > Has anyone more luck with it? > > Regards, > Christian Parpart. >
Have you tried using QEMU? I've found that you can use a 32-bit chroot to cross compile for it, so if it's a big package, you don't have to wait for it to build in the emulator (which, if you're talking about the kernel, took me about an hour and a half, as opposed to 15 minutes in the chroot). Basically, I mount my root image on a loopback device, chroot into it, do any compiling I need to do, and then exit and unmount it, and then launch qemu. I think you could even launch qemu without unmounting, but I haven't tried it. Now, whether or not valgrind works properly in QEMU, I don't know. Greg
signature.asc
Description: This is a digitally signed message part
