[Mono-dev] Compiling with NaCl support

Kannan Goundan kannan at cakoose.com
Tue Aug 17 04:03:27 EDT 2010


On Mon, Aug 16, 2010 at 23:44, Raja R Harinath <harinath at hurrynot.org> wrote:
> Kannan Goundan <kannan at cakoose.com> writes:
> > I'm not too familiar with this stuff.  How do I cross compile Mono?  I
> > tried adding "--target=i386-unknown-linux" to my "./autogen.sh"
> > invocation, but I got the same error as before.
>
> Well, we don't support JITing to a different architecture from the
> host.  So, 'target' is not appropriate.  Unless you're building GCC or
> Binutils, --target is mostly wrong.

For JITing I can see how that makes sense.  Does AOT currently have
the same restriction?

If I set "host" to i386, will I need to pull in tons of 32-bit
libraries to get Mono to compile?

-- Kannan


More information about the Mono-devel-list mailing list