Actually, my release iPhone settings are like this:
-aot="nimt-trampolines=2048" -v -v -v -gcc_flags "-L${ProjectDir}
-lsqlite3.0 -force_load
${ProjectDir}/../ThirdParty/UserVoice/device/libUserVoice.a -framework
CFNetwork -framework QuartzCore -ObjC"
On Tue, Aug 2, 2011 at 9:10 PM, Scott Colestock <[email protected]> wrote:
> Thanks for your reply - I already have the following, though:
>
> -v -v -v -gcc_flags "-L${ProjectDir} -lsqlite3.0 -force_load
> ${ProjectDir}/../ThirdParty/UserVoice/simulator/libUserVoice.a -framework
> CFNetwork -framework QuartzCore -ObjC"
>
> On Tue, Aug 2, 2011 at 7:09 PM, Jeff Stedfast [via MonoTouch] <
> [email protected]> wrote:
>
>> Hi Scott,
>>
>> Go into MonoDevelop's Project Options dialog for your project, then click
>> the iPhone Build section and add a few -v's in the textbox for additional
>> mtouch arguments. That might provide more useful feedback about why it is
>> failing.
>>
>> Jeff
>> On Aug 2, 2011 6:18 PM, "scolestock" <[hidden
>> email]<http://user/SendEmail.jtp?type=node&node=3714080&i=0>>
>> wrote:
>> > 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
>> > [hidden email] <http://user/SendEmail.jtp?type=node&node=3714080&i=1>
>>
>> > http://lists.ximian.com/mailman/listinfo/monotouch
>>
>> _______________________________________________
>> MonoTouch mailing list
>> [hidden email] <http://user/SendEmail.jtp?type=node&node=3714080&i=2>
>> http://lists.ximian.com/mailman/listinfo/monotouch
>>
>>
>> ------------------------------
>> If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://monotouch.2284126.n4.nabble.com/134-error-on-LLVM-with-MonoTouch-4-0-4-1-tp3713937p3714080.html
>> To unsubscribe from 134 error on LLVM with MonoTouch 4.0.4.1, click
>> here<http://monotouch.2284126.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3713937&code=c2NvdHRAY29sZXN0b2NrLm5ldHwzNzEzOTM3fDE4MTM4Njg0Nzc=>.
>>
>>
>
>
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/134-error-on-LLVM-with-MonoTouch-4-0-4-1-tp3713937p3714231.html
Sent from the MonoTouch mailing list archive at Nabble.com._______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch