search for: robertm

Displaying 12 results from an estimated 12 matches for "robertm".

Did you mean: robert
2008 May 29
2
[LLVMdev] problems compiling gcc frontend: Error: bad register name `%rbp'
...s are compiled, the assembler complains about bad registers. Any idea what I am doing wrong? Thanks, Robert HOST: os: ubuntu 2.6.18 kernel x86_64 GNU/Linux compiler: gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) SOURCE: svn trunk gcc4.2 CONFIGURE: ../llvm-gcc-svn/configure --prefix=/home/robertm/Projects/llvm/ --enable-llvm=$PWD/../llvm-objects --disable-shared --enable-languages=c SAMPLE ERROR: /home/robertm/Projects/llvm/llvm-gcc-objects/./gcc/xgcc -B/home/robertm/Projects/llvm/llvm-gcc-objects/./gcc/ -B/home/robertm/Projects/llvm/export/x86_64-unknown-linux-gnu/bin/ -B/home/robertm/Pro...
2008 May 29
0
[LLVMdev] problems compiling gcc frontend: Error: bad register name `%rbp'
...atform). Try the mailing list archives around 2-3 months back. > HOST: > os: ubuntu 2.6.18 kernel x86_64 GNU/Linux > compiler: gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) > > SOURCE: > svn trunk gcc4.2 > > CONFIGURE: > ../llvm-gcc-svn/configure --prefix=/home/robertm/Projects/llvm/ > --enable-llvm=$PWD/../llvm-objects --disable-shared > --enable-languages=c > > SAMPLE ERROR: > /home/robertm/Projects/llvm/llvm-gcc-objects/./gcc/xgcc > -B/home/robertm/Projects/llvm/llvm-gcc-objects/./gcc/ > -B/home/robertm/Projects/llvm/export/x86_64-unknown-...
2008 May 29
1
[LLVMdev] problems compiling gcc frontend: Error: bad register name `%rbp'
...compiles. I cannot find a llvm-gcc binary in my install directory, all I have is gcc which reports: ../export/bin/gcc -dumpmachine i686-pc-linux-gnu It turns out I can generate llvm assembler output using "-S -emit-llvm" but using just -emit-llvm does not work ./gcc -emit-llvm /home/robertm/hello.c /tmp/cc3X2m5t.o: file not recognized: File format not recognized collect2: ld returned 1 exit status Is this expected? Robert On Wed, May 28, 2008 at 8:53 PM, Dale Johannesen <dalej at apple.com> wrote: > > On May 28, 2008, at 5:22 PM, robert muth wrote: > >> I have p...
2003 Aug 28
2
Problem Running Samples (Mingw, Ruby 1.8.0)
...ompiling wxwindows, ruby and wxruby. Indeed all of the compilation stages have worked flawlessly, however when I try to ruby any of the samples I get an error dialog "This application has failed to start because wxmsw241d.dll was not found ...." Looking in the c:/mingw/lib directory robertm@PC126 /mingw/lib $ ls -la *wx* -rwxr-xr-x 3 robertm Administ 39230756 Aug 28 12:06 libwx_mswd-2.4.dll -rwxr-xr-x 3 robertm Administ 39230756 Aug 28 12:06 libwx_mswd-2.4.dll.0 -rwxr-xr-x 3 robertm Administ 39230756 Aug 28 12:06 wxmsw241d.dll -rw-r--r-- 1 robertm Administ 10448410 Au...
2012 Jun 26
1
[LLVMdev] reducing llc's memory consumption
We are processing some fairly large, e.g. 10s of MB, bitcode files with llc, which result in peak memory use of several GBs. We would like to ameliorate this somewhat. On one end of the spectrum we could look into reducing the size of common data structures and local space optimization. On the other end we could try to switch the MCAssembler from a model where it processes the entire Module at
2005 Jul 25
1
Winbind and AD issues
...guest ok = no create mask = 0777 [InfoTech] comment = System public = no valid users = aj tom vitus EWNS.NET+administrator writable = yes path = /infotech guest ok = no create mask = 0770 [Acct] comment = Accounting public = no valid users = tom vitus terry mikep robertm bibic selenam idam phoebe accounting acctemp write list = terry mikep robertm bibic selenam idam phoebe tom vitus accounting acctemp writable = yes path = /acct guest ok = no create mask = 0770 directory mask = 0770 force group = acct [Payroll] comment = Payroll public =...
2010 Nov 23
1
[LLVMdev] adding (dwarf) unwind table emission to ARM llc backend
I attended one of the sessions at the developer meeting where exception handling and unwind table generation was discussed but forgot to write down names. I am interested in getting the ARM llc backend to emit/work with dwarf unwind tables and use those with llvm-gcc's generic c++ exception handling mechanism. A large part of this will also benefit ARM's eabi way of handling unwinding. A
2011 Jul 13
1
[LLVMdev] problems with single byte stores in the arm backend
I have been struggling with this for way too long now, so hopefully the mighty list can help: I am trying to generate a byte store instruction storing the constant value 4 at some given address in a new helper function inside ARMISelLowering.cpp I tried: SDValue Val = DAG.getConstant(4, MVT::i8); SDValue Store = DAG.getStore(chain, dl,
2005 Aug 02
1
AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFO problems
I have been playing with a 480i with the new firmware 1.2.0.162 I hope to get some form of paging intercom function to work. In the wiki someone post that ALERT_INFO type of paging might be in this version of firmware but I have been unable to find anything on this yet. I have tried sending the ALERT_INFO to the phone a number of ways with no results. I then hooked up my bt100 and tried to dial
2004 Jan 07
0
Another Updated - wxRuby Windowsinstalleravailablefor
Just to let you know Curt the new debug build works perfectly for me ... well nearly. Trying to run the controls.rbw example generates an error dialog "Debug" "E:\dev\RubyDev\wx\src\common\ctrlsub.cpp(120): assert "m_clientDataItemsType == wxClientData_Void" failed: this window doesn''t have void client data Do you want to stop the program? You can also choose
2003 Sep 23
0
Cygwin & wxRuby
Mod required to extconf.rb supplied with wxruby-0.1.0.tgz to make it compile wxRuby for the cygwin platform. $ diff wxruby/src/extconf.rb wxruby-my/src/extconf.rb 19,20c19 < < if /linux/ =~ RUBY_PLATFORM or /i386-freebsd/ =~ RUBY_PLATFORM --- > if /linux/ =~ RUBY_PLATFORM or /i386-freebsd/ =~ RUBY_PLATFORM or /cygwin/ =~ RUBY_PLATFORM 24c23,24 < $LDFLAGS += " `wx-config
2004 Jan 06
5
Another Updated - wxRuby Windows installeravailable for
Hmm everything installed fine but when I try to run the samples I get an error dialog stating: "rubyw.exe - unable to Locate Component This application has failed to start because MSVCRTD.dll was not found. Re-installing the application may fix this problem." Which unless you are supplying the debug microsoft dll''s, re-installing will have no effect :) This was on WinXP