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

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to