Mono Cross Platform AOT (Ahead Of Time) compiling
问题 After compiling my Mono application on the host (x86-64) I have to copy the resulting executable to my target (AARCH64). On the target I have to run mono with the '--aot' option to improve run time performance. That's anoying, since I have to do that for every target device. Is it possible to run AOT compilation on the host for the target in a cross-compile maner? Best regards -Carsten Update: It is possible to run a cross plattform command with qemu. E.g. for ARM: http://tuxthink.blogspot