Dear all, Is there any method to compile linux-2.6 with llvm-gcc? I google the information, but found nothing. Can anybody help me? Thanks!~ bests, Ping -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111215/9b3b4786/attachment.html>
Hi Ping,> Is there any method to compile linux-2.6 with llvm-gcc? I google the > information, but found nothing. Can anybody help me?llvm-2.6 is so old I doubt anyone here wants to think about it. But why do you want to compile LLVM with llvm-gcc? Just compile it with gcc or whatever compiler you have to hand. Ciao, Duncan.
On 12/15/11 11:15 AM, Duncan Sands wrote:> Hi Ping, > >> Is there any method to compile linux-2.6 with llvm-gcc? I google the >> information, but found nothing. Can anybody help me? > llvm-2.6 is so old I doubt anyone here wants to think about it. > But why do you want to compile LLVM with llvm-gcc? Just compile > it with gcc or whatever compiler you have to hand.Just a note that he's compiling *Linux* 2.6; he's not wanting to use *LLVM* 2.6. :) -- John T.> > Ciao, Duncan. > > > _______________________________________________ > 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/20111215/573f18e3/attachment.html>
Seemingly Similar Threads
- [LLVMdev] compile linux-2.6 using llvm-gcc
- [LLVMdev] compile linux-2.6 using llvm-gcc
- DragonEgg for GCC v8.x and LLVM v6.x is just able to work
- [LLVMdev] Compile error of latest Dragonegg on Ubuntu with GCC 4.5
- [LLVMdev] Compile llvm-gcc fortran backend using mingw