[Mono-list] mkbundle and cross compiling for ARM

Jonathan Pryor jonpryor at vt.edu
Tue Jun 11 14:33:19 UTC 2013


On Jun 11, 2013, at 10:00 AM, markcoburnwa <mcoburn at globalscape.com> wrote:
> Thanks, that is helpful to know about.  However, according to the mkbundle.cs source file, it defaults to using the linux style and that style matches what is being generated when I run mkbundle.

Indeed; I should have read the temp.s you provided more closely.

It would appear that your ARM arm-none-linux-gnueabi-as takes an assembly format that is currently unsupported. You will need to determine what assembly format arm-none-linux-gnueabi-as accepts and patch mkbundle to generate it.

 - Jon



More information about the Mono-list mailing list