Elvis Dowson
2008-Dec-28 23:01 UTC
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Thanks Anton,
Yes, I just realized this. I am going
through the steps now.
So, you're saying that Trident will not work with llvm-2.4?
If I have to use llvm-1.5, which is the corresponding C front end? I
couldn't locate the C front end package on the Trident Compiler
website.
Best regards,
Elvis Dowson
On Dec 29, 2008, at 2:43 AM, Anton Korobeynikov wrote:
> 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 Mathematics and Mechanics, Saint Petersburg State
> University
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20081229/aef47be4/attachment.html>
Anton Korobeynikov
2008-Dec-28 23:46 UTC
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hi, Elvis> So, you're saying that Trident will not work with llvm-2.4?No idea, but most probably - yes, it won't work.> If I have to use llvm-1.5, which is the corresponding C front end? I > couldn't locate the C front end package on the Trident Compiler website.I think you might try to grab some old source package from llvm-1.5 days. However, it was pre gcc-3.4-based and you'll definitely miss 2+ years of rapid LLVM progressing... -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Elvis Dowson
2008-Dec-29 00:08 UTC
[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]: *** [libgcc.a] Error 2 make: *** [all-gcc] Error 2 Best regards, Elvis Dowson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081229/32a80559/attachment.html>
Apparently Analagous Threads
- [LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
- [LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
- [LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
- [LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
- [LLVMdev] Enhancing the Trident compiler