[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6

Misha Brukman brukman at gmail.com
Sun Dec 28 17:09:12 PST 2008


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 http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk/README.LLVM for more
details; http://llvm.org/docs/GCCFEBuildInstrs.html is also applicable, even
though it mostly talks about Ada.

Misha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081228/4ef2dd0f/attachment.html>


More information about the llvm-dev mailing list