Even with the latest MonoTouch, I'm having trouble compiling my project with LLVM option.
I get a "Compilation exited with code 134" error, with the "mtouch exited with no output". Any suggestions? MONO_PATH=/Users/foo/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --llvm --aot=mtriple=thumbv7-darwin,nimt-trampolines=2048,full,static,asmonly,nodebug,llvm-path=/Developer/MonoTouch/LLVM/bin/,outfile=/var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp78a53503.tmp/UserVoiceLib.dll.7.s "/Users/foo/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/UserVoiceLib.dll" *Compilation exited with code 134, command:* MONO_PATH=/Users/foo/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --llvm --aot=mtriple=thumbv7-darwin,nimt-trampolines=2048,full,static,asmonly,nodebug,llvm-path=/Developer/MonoTouch/LLVM/bin/,outfile=/var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp78a53503.tmp/Newtonsoft.Json.MonoTouch.dll.7.s "/Users/foo/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/Newtonsoft.Json.MonoTouch.dll" Mono Ahead of Time compiler - compiling assembly /Users/foo/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/UserVoiceLib.dll Executing opt: /Developer/MonoTouch/LLVM/bin/opt -f -simplifycfg -domtree -domfrontier -scalarrepl -instcombine -simplifycfg -basiccg -prune-eh -inline -functionattrs -domtree -domfrontier -scalarrepl -simplify-libcalls -instcombine -simplifycfg -instcombine -simplifycfg -reassociate -domtree -loops -loopsimplify -domfrontier -loopsimplify -lcssa -loop-rotate -licm -lcssa -loop-unswitch -instcombine -scalar-evolution -loopsimplify -lcssa -iv-users -indvars -loop-deletion -loopsimplify -lcssa -loop-unroll -instcombine -memdep -gvn -memdep -memcpyopt -sccp -instcombine -domtree -memdep -dse -adce -simplifycfg -preverify -domtree -verify -o /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp78a53503.tmp/UserVoiceLib.dll.7.s.opt.bc /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp78a53503.tmp/UserVoiceLib.dll.7.s.bc Executing llc: /Developer/MonoTouch/LLVM/bin/llc -mattr=+v6 -asm-verbose=false -mtriple=thumbv7-darwin -relocation-model=static -unwind-tables -disable-gnu-eh-frame -enable-mono-eh-frame -o /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp78a53503.tmp/UserVoiceLib.dll.7.s /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp78a53503.tmp/UserVoiceLib.dll.7.s.opt.bc Code: 848 Info: 115 Ex Info: 57 Unwind Info: 68 Class Info: 83 PLT: 28 GOT Info: 344 GOT: 216 Offsets: 237 Output file: '/var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp78a53503.tmp/UserVoiceLib.dll.7.s'. Linking symbol: '_mono_aot_module_UserVoiceLib_info'. Compiled 19 out of 19 methods (100%) Methods compiled with LLVM: 15 (78%) Methods without GOT slots: 3 (15%) Direct calls: 0 (100%) -- View this message in context: http://monotouch.2284126.n4.nabble.com/134-error-on-LLVM-with-MonoTouch-4-0-4-1-tp3713937p3713937.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
