Has anyone experience with c# or .net based languages for arm based boards?
Are there compilers that make my code ready for the arm board?
Is it recommed to develop with linux or windows?
Are there advantages having a Linux, or Windows OS on the target board?
any help appreciated.
Thx
You can download Mono and compile it for ARM. The managed code (C#, etc) does not have to be recompiled for ARM, so you can develop it however you want, only the runtime needs to be ARM specific.
Mono (Novell) has commercial products for writing .Net apps for the iPhone/iPod/iPad (MonoTouch), and soon Android (MonoDroid), so ARM is a very well tested platform.