I have a Mono cross compilation for embedded linux on an ARM9 processor. But when I try to compile my first C # program "Hello world", I get this output from mono:
Native stacktrace: Debug info from gdb: ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= Aborted
I googled, but my problem is too general. Can someone explain the problem?
Is it possible to cross an example file on a computer (with the Mono-arm compiler) a binary file on the built-in lever?
I will try to recompile without Mono-debugger.
thanks
source share