在Android设备上从已下载的源代码构建单声道。 Ran make get-monolite-latest仍然会出现以下错误
make[2]: Entering directory `/bld/mono/mono-4.0.0/runtime'
if test -w /bld/mono/mono-4.0.0/mcs; then :; else chmod -R +w /bld/mono/mono-4.0.0/mcs; fi
cd /bld/mono/mono-4.0.0/mcs && make --no-print-directory -s NO_DIR_CHECK=1 PROFILES='binary_reference_assemblies net_4_5 xbuild_12 xbuild_14 monodroid ' CC='gcc --sysroot=/usr/gcc-4.9.2/sysroot' all-profiles
make[6]: mcs: Command not found
make[6]: *** [build/deps/basic-profile-check.exe] Error 127
*** The compiler 'mcs' doesn't appear to be usable.
*** Trying the 'monolite' directory.
Illegal instruction
make[8]: *** [build/deps/basic-profile-check.exe] Error 132
*** The contents of your 'monolite' directory may be out-of-date
*** You may want to try 'make get-monolite-latest'
我发现我认为运行时/ _tmpdir / bin中的mcs可执行文件,但将其复制到构建似乎正在寻找它的位置并没有帮助。
如何解决此问题?
答案 0 :(得分:2)
正如错误消息所示:您可能想尝试命令'make get-monolite-latest'
你需要一个单声道版本来构建mono 4,我认为它是> = 3.8左右。在这种情况下,单体石应该有所帮助。