Chris Lattner
2006-Mar-01 17:49 UTC
[LLVMdev] Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Wed, 1 Mar 2006, Vladimir Prus wrote:>> I just pushed out the latest version of my new GCC4-based llvm-gcc here: >> http://gcc.gnu.org/ml/gcc/2006-01/msg00931.html >> This email includes status and instructions for use. > > The instructions seem to have one path wrong. It says to get:I'll put together a tarball today. That will be easier than dealing with a patch, and it will include a bunch of bugfixes since the previous email. -Chris -- http://nondot.org/sabre/ http://llvm.org/
Vladimir Prus
2006-Mar-02 10:34 UTC
[LLVMdev] Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
Chris Lattner wrote:> On Wed, 1 Mar 2006, Vladimir Prus wrote: >>> I just pushed out the latest version of my new GCC4-based llvm-gcc here: >>> http://gcc.gnu.org/ml/gcc/2006-01/msg00931.html >>> This email includes status and instructions for use. >> >> The instructions seem to have one path wrong. It says to get: > > I'll put together a tarball today. That will be easier than dealing with > a patch, and it will include a bunch of bugfixes since the previous email.Further into process, I get this error: In file included from ../../llvm-new-frontend/gcc/llvm-backend.cpp:23: ../../llvm-new-frontend/gcc/llvm-internal.h:216: error: 'uint64_t' is used as a type, but is not defined as a type. Any ideas what could be wrong? - Volodya
Chris Lattner
2006-Mar-02 21:23 UTC
[LLVMdev] Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Thu, 2 Mar 2006, Vladimir Prus wrote:>>> The instructions seem to have one path wrong. It says to get: >> >> I'll put together a tarball today. That will be easier than dealing with >> a patch, and it will include a bunch of bugfixes since the previous email. > Further into process, I get this error: > In file included from ../../llvm-new-frontend/gcc/llvm-backend.cpp:23: > ../../llvm-new-frontend/gcc/llvm-internal.h:216: error: 'uint64_t' is used > as a type, but is not defined as a type. > > Any ideas what could be wrong?Sorry for the delay, please try this tarball: http://nondot.org/sabre/2006-03-02-llvm-gcc-4.tar.gz In addition to fixing the specific error you list above, it also fixes many other things. Please let me know if you have any problems with it! -Chris -- http://nondot.org/sabre/ http://llvm.org/
Maybe Matching Threads
- [LLVMdev] Re: New GCC4-based C/C++/ObjC front-end for LLVM
- [LLVMdev] Re: New GCC4-based C/C++/ObjC front-end for LLVM
- [LLVMdev] New GCC4-based C/C++/ObjC front-end for LLVM
- [LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
- [LLVMdev] Re: Re: Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM