Mono on ARM linux

夙愿已清 提交于 2019-12-02 10:35:02

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!