Displaying 4 results from an estimated 4 matches for "llvm_gcc_home".
2008 Dec 29
0
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
2008/12/28 Elvis Dowson <elvis.dowson at mac.com>
> Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the
> following error:
>
gccas is one of the LLVM tools; you have to build them before building
llvm-gcc and you should configure llvm-gcc with the --enable-llvm=[...] flag
unless the LLVM tools are in your PATH.
See
2008 Dec 28
0
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hello, Elvis
> $ ../src/configure --program-prefix=llvm- --disable-bootstrap
> --enable-checking --enable-languages=c,c++
You haven't configured llvm-gcc properly. Please do read readme.llvm file.
However, afair, Trident was LLVM 1.5-based, and it will require
massive rewrite to use LLVM 2.x
(bytecode format was also changed)
--
With best regards, Anton Korobeynikov
Faculty of
2008 Dec 29
3
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
Hi Anton,
Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the
following error:
xgcc: installation problem, cannot exec `gccas': No such file or
directory
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: *** Waiting for unfinished jobs....
xgcc: installation problem, cannot exec `gccas': No such file or
directory
make[2]: *** [libgcc/./_negdi2.o] Error 1
make[1]:
2008 Dec 28
3
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hi,
I'm new to LLVM and I want to setup the Trident Compiler
system on Mac OS X. I downloaded the llvm-gcc-4.2-2.4.source.tar.gz
package, created a build directory and ran the following command to
configure
$ ../src/configure --program-prefix=llvm- --disable-bootstrap --enable-
checking --enable-languages=c,c++
$ make -j 2
Configure works fine, but I get the following error