looks like a good time to point you to:

http://bugzilla.xamarin.com/

:)

On Wed, Aug 3, 2011 at 03:25, scolestock <[email protected]> wrote:
> I got rid of the uservoice piece, so my compilation arguments are down to
> the following.  Output fragment is below.  Still the same error.....
> -aot="nimt-trampolines=2048" -v -v -v
>
> T time: 0 ms, Generation time: 58 ms, Assembly+Link time: 0 ms.
>
> MONO_PATH=/Users/scott/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-/tmp7463d58a.tmp/System.Xml.dll.7.s
> "/Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/System.Xml.dll"
>
> Mono Ahead of Time compiler - compiling assembly
> /Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/System.Xml.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-/tmp7463d58a.tmp/System.Xml.dll.7.s.opt.bc
> /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/System.Xml.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-/tmp7463d58a.tmp/System.Xml.dll.7.s
> /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/System.Xml.dll.7.s.opt.bc
>
> Code: 0 Info: 0 Ex Info: 0 Unwind Info: 0 Class Info: 106 PLT: 1 GOT Info: 4
> GOT: 16 Offsets: 13
>
> Output file:
> '/var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/System.Xml.dll.7.s'.
>
> Linking symbol: '_mono_aot_module_System_Xml_info'.
>
> Compiled 0 out of 0 methods (100%)
>
> Methods compiled with LLVM: 0 (100%)
>
> Methods without GOT slots: 0 (100%)
>
> Direct calls: 0 (100%)
>
> JIT time: 0 ms, Generation time: 48 ms, Assembly+Link time: 0 ms.
>
> MONO_PATH=/Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app
> /Developer/MonoTouch/usr/bin/arm-darwin-mono --llvm
> --aot=mtriple=armv6-darwin,nimt-trampolines=2048,full,static,asmonly,nodebug,llvm-path=/Developer/MonoTouch/LLVM/bin/,outfile=/var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/monotouch.dll.6.s
> "/Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/monotouch.dll"
>
> Compilation exited with code 134, command:
>
> MONO_PATH=/Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app
> /Developer/MonoTouch/usr/bin/arm-darwin-mono --llvm
> --aot=mtriple=armv6-darwin,nimt-trampolines=2048,full,static,asmonly,nodebug,llvm-path=/Developer/MonoTouch/LLVM/bin/,outfile=/var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/Newtonsoft.Json.MonoTouch.dll.6.s
> "/Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/Newtonsoft.Json.MonoTouch.dll"
>
> MONO_PATH=/Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app
> /Developer/MonoTouch/usr/bin/arm-darwin-mono --llvm
> --aot=mtriple=armv6-darwin,nimt-trampolines=2048,full,static,asmonly,nodebug,llvm-path=/Developer/MonoTouch/LLVM/bin/,outfile=/var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/LSiOS.exe.6.s
> "/Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/LSiOS.exe"
>
> Mono Ahead of Time compiler - compiling assembly
> /Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Release/LSiOS.app/monotouch.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-/tmp7463d58a.tmp/monotouch.dll.6.s.opt.bc
> /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/monotouch.dll.6.s.bc
>
> Executing llc: /Developer/MonoTouch/LLVM/bin/llc -mattr=+v6
> -asm-verbose=false -mtriple=armv6-darwin -relocation-model=static
> -unwind-tables -disable-gnu-eh-frame -enable-mono-eh-frame -o
> /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/monotouch.dll.6.s
> /var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/monotouch.dll.6.s.opt.bc
>
> Code: 64636 Info: 16305 Ex Info: 9497 Unwind Info: 1630 Class Info: 16278
> PLT: 1203 GOT Info: 25433 GOT: 11412 Offsets: 28152
>
> Output file:
> '/var/folders/03/033pAAGuHgGkIy4CorbVV++++TI/-Tmp-/tmp7463d58a.tmp/monotouch.dll.6.s'.
>
> Linking symbol: '_mono_aot_module_monotouch_info'.
>
> Compiled 2755 out of 2755 methods (100%)
>
> Methods compiled with LLVM: 2401 (87%)
>
> Methods without GOT slots: 1036 (37%)
>
> Direct calls: 55 (31%)
>
> JIT time: 929 ms, Generation time: 9677 ms, Assembly+Link time: 0 ms.
>
> MONO_PATH=/Users/scott/src/LS/Main/LSMobileNative/iOS/LSiOS/bin/iPhone/Rel
>
> On Tue, Aug 2, 2011 at 9:14 PM, Scott Colestock <[hidden email]> wrote:
>>
>> 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 <[hidden email]> 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] <[hidden
>>> email]> 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]> 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://lists.ximian.com/mailman/listinfo/monotouch
>>>>
>>>> _______________________________________________
>>>> MonoTouch mailing list
>>>> [hidden email]
>>>> 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.
>>
>
>
> ________________________________
> View this message in context: Re: 134 error on LLVM with MonoTouch 4.0.4.1
> Sent from the MonoTouch mailing list archive at Nabble.com.
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to