[Mono-list] problems porting mono 1.2 to PXA255

Paolo Molaro lupus at ximian.com
Mon Dec 11 09:55:31 EST 2006


On 12/07/06 Harald Jordan wrote:
> after porting (without scratchbox) mono 1.2 to use within my xscale 
> powered cam and starting some applications following error message 
> occures:
> 
> /target/mono/bin # ./arm-linux-mono cs1.exe
> Create a new CWorkerClass without Info
> Create a new CWorkerClass with Info
> cwc_a: default info
> cwc_b: user info
> 
> 
> ** ERROR **: Opcode 'arm_rsbs_imm' missing from machine description file.
[...]
> Well, I think this message tells me that not every arm-specific opcode 
> is known - but what went wrong???

You compiled mono incorrectly (likely using a genmdesc binary
that was not compiled for ARM).
You may have more luck if you remove the defined(__arm__) check in
mini/mini-ops.h and recompile, but I don't guarantee that you won't run
into other issues later.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better


More information about the Mono-list mailing list