Matthijs,
  That is currently the solution I use for x86. The drawbacks are
slower compilation performance (cross compilers running on 64 bit
empirically seem faster) and other overhead caused by chrooting. The
approach also does not extend to other architectures like ARM.
Essentially this approach is a lightweight emulation; taken to its
fullest extent you would be running QEMU to build for these other
architectures.

Dave

On Mon, Apr 28, 2008 at 3:07 PM, Matthijs Kooijman <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>  > As I mention in my earlier email, build host is x86_64, target is x86
>  > (specifically c3 processor).
>  If your host is x86_64, wouldn't it make sense to use a x86 chroot as
>  development host instead (which would run on your normal x86_64 kernel)? I
>  have exactly this setup, and this prevents any sort of cross compilation from
>  being necessary.
>
>  Gr.
>
>  Matthijs
>
> -----BEGIN PGP SIGNATURE-----
>  Version: GnuPG v1.4.6 (GNU/Linux)
>
>  iD8DBQFIFiCAz0nQ5oovr7wRAs5SAJ0eT0RJIvSzemoFleJhghskBTzSKQCfQIK3
>  xnvNGgZ/hIiUxEUkNWMtFS0=
>  =1dkQ
>  -----END PGP SIGNATURE-----
>
>
-- 
[email protected] mailing list

Reply via email to