Bor*_*ris 3 mono arm makefile raspberry-pi raspbian
为了摆脱软浮动与硬浮ABI问题,我试图在我的Raspberry Pi上安装最新版本的mono
git clone https://github.com/mono/mono.git
cd mono
git submodule init
git submodule update
./autogen.sh --prefix=/usr/local
make
make install
Run Code Online (Sandbox Code Playgroud)
make命令失败.错误如下:
Run Code Online (Sandbox Code Playgroud)make[6]: gmcs: Command not found make[6]: *** [build/deps/basic-profile-check.exe] Error 127 *** The compiler 'gmcs' doesn't appear to be usable. *** You need Mono version 2.4 or better installed to build MCS *** Check mono README for information on how to bootstrap a Mono installation. make[5]: *** [do-profile-check] Error 1 make[4]: *** [profile-do--basic--all] Error 2 make[3]: *** [profiles-do--all] Error 2 make[2]: *** [all-local] Error 2 make[2]: Leaving directory `/home/pi/mono/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/pi/mono'
为了解决这个问题,我尝试使用"sudo apt-get install mono-runtime"安装mono,然后再次启动make.但错误仍然存在.
是否有可能让Mono 3.x在ARM(Raspberry Pi)上工作?
有两种可能的解决方案:
make get-monolite-latest之前使用命令make.更多细节在这里.| 归档时间: |
|
| 查看次数: |
2750 次 |
| 最近记录: |