From: Nicklas Bo J. <nbj...@gm...> - 2012-04-23 22:09:59
|
Hi, He did reply to my message: On Wed, Apr 11, 2012 at 7:30 PM, John Myers <ato...@gm...> wrote: > Hi Nicklas, > > Sorry, The getting started page needs to be updated. I've always just > applied the patch files one at a time, so I never checked to see if this > method works. But I get the same error when trying to apply the patches > with ../avr-llvm/patches/*.diff | patch -p0 > > You can try something like the below instead. > echo ../avr-llvm/llvm/trunk/patches/*.diff > patch -p0 > > > --John I ended up applying the patches one by one though, as patch returned "**** Only garbage was found in the patch input." when using echo and "malformed patch at line 16: Index: CMakeLists.txt" when using cat. Should any special revision of llvm be checked out? Right now the latest revision in the patches is 152169. I'm getting the following configure error (Regardless of chosen llvm revision): config.status: error: cannot find input file: tools/llvmc/src/Base.td.in Indeed the file is not there? I have followed the instructions in: avr-llvm/README and can normally compile llvm+clang directly from svn. BR, Nicklas On Fri, Apr 20, 2012 at 5:06 PM, Borja Ferrer <bor...@gm...> wrote: > Hello, > > Please wait for John to reply here about issues with patches since he's > the one that usually work with them. > > CCing John. > > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > avr-llvm-devel mailing list > avr...@li... > https://lists.sourceforge.net/lists/listinfo/avr-llvm-devel > > |