Am 19.04.2014 11:53, schrieb Peter Maydell:
> It's almost always much simpler just to build on the host
> system. Since there's nothing you can do with the cross
> compiled binaries unless you already have a host system,
> I think what you need to do first is get and set up the ARM
> hardware you're going to use. Then just build natively on that.

... or just use your distro's (or self-built without --cpu=)
qemu-system-arm (with appropriate -machine argument) on the x86_64
machine to emulate an ARM machine, and within that use the gcc of the
distro for building arm packages natively.

A chroot using linux-user is another more advanced way to do the same.

Cheers,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

Reply via email to