search for: odcctool

Displaying 4 results from an estimated 4 matches for "odcctool".

Did you mean: odcctools
2007 Apr 01
3
[LLVMdev] trouble compiling llvm-gcc4 1.9
...at's a real error message. Has anyone run into this before? I'm running on a G4 apple 10.4.8, kernel version 8.6.0. I googled around and found a bug with the same error message: http://llvm.org/bugs/show_bug.cgi?id=958 but it looks like this was for the gcc3 frontend. I tried using the odcctools from macports, but it didn't work. Any ideas what's wrong? Here's the relevant part of the error message: /opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/work/build/gcc/xgcc -B/opt/local/var/db/dports/build/_unencrypted_erickt_Projec...
2007 Apr 02
0
[LLVMdev] trouble compiling llvm-gcc4 1.9
...t; anyone run into this before? I'm running on a G4 apple 10.4.8, kernel > version 8.6.0. I googled around and found a bug with the same error > message: > > http://llvm.org/bugs/show_bug.cgi?id=958 > > but it looks like this was for the gcc3 frontend. I tried using the > odcctools from macports, but it didn't work. Any ideas what's wrong? Not in detail, but that file is the first thing it's using the built llvm-gcc4 to compile, so something is wrong with that. It looks like it might be misconfigured somehow. That message is coming from the assembler and I...
2009 Sep 21
1
[LLVMdev] Native Assembler for ARM
If you want Darwin arm assembler, then you need to register and download the iphone sdk. Evan On Sep 19, 2009, at 11:48 AM, Misha Brukman wrote: > On Sat, Sep 19, 2009 at 2:37 PM, Wayne Anderson > <wanderon at comcast.net> wrote: > I hope I'm not missing something obvious. I'm trying to get a native > binary for ARM from a .s file. If I try to run "as -arch
2008 Jun 10
4
[LLVMdev] Compiling llvm libraries to run on iPhone
Hi, I was wondering whether anyone has managed to compile the LLVM libraries to run on iPhone? After compiling and installing the iPhone toolchain on MacBook running Leopard (10.5.2). I run configure In the llvm2.3 directory: ./configure –host=arm-apple-darwin –target=arm-apple-darwin –enable-optimized –enable-targets=arm I run make, including an override for TBLGEN (because I obviously