[Mono-devel-list] ARM Cross Compilation (make install)

Miguel de Icaza miguel at ximian.com
Thu Oct 7 08:53:17 EDT 2004


Hello,

> The core message seems to be that the lt-mint binary can't be executed. That's 
> somwhat clar since the binaries are cross compiled for ARM but "make install" 
> tries to execute them on x86.

Ah, this is our fault.

For now, the only piece that matters is the installation that comes from
doing:

	cd mono-1.XX.YY
	cd mono
	make install

The copy of the runtime, you can just copy the version from your Intel
box:

	cp -a /usr/lib/mono $arm_prefix/lib/

Miguel



More information about the Mono-devel-list mailing list