问题
i've crosscompile Mono for embedded linux on ARM9 processor. But when i try to compile my first c# program "Hello world" i receive 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've googled but my problem is too generic. Can someone explain the problem ?
Can i crosscompile the example file on pc (with Mono-arm compiler) end run the binary on embedded-arm ?
i'll try to recompile without Mono-debugger.
Thanks
来源:https://stackoverflow.com/questions/9030736/mono-on-arm-linux