From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Mon, 27 Jul 2009 13:40:02 -0400 Subject: [U-Boot] [PATCH] Refresh LZMA-lib to v4.65 In-Reply-To: <1248165949-5845-2-git-send-email-luigi.mantellini.ml@gmail.com> References: <1248165949-5845-1-git-send-email-luigi.mantellini.ml@gmail.com> <1248165949-5845-2-git-send-email-luigi.mantellini.ml@gmail.com> Message-ID: <200907271340.03549.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 21 July 2009 04:45:49 Luigi 'Comio' Mantellini wrote: > --- /dev/null > +++ b/lib_generic/lzma/LzmaDec.c > @@ -0,0 +1,1007 @@ > +/* LzmaDec.c -- LZMA Decoder > +2008-11-06 : Igor Pavlov : Public domain */ > + > +#include "LzmaDec.h" > + > +#include there is no string.h in the source tree. because of this, the .depend step fails: make[1]: Entering directory `/usr/local/src/u-boot/blackfin/lib_generic/lzma' LzmaDec.c:9:20: error: string.h: No such file or directory i know there's a hack in the Makefile: CFLAGS += -D_LZMA_PROB32 -I$(TOPDIR)/include/linux looks like this should be CPPFLAGS, not CFLAGS. or fix the source and drop the -I hack. > --- a/lib_generic/lzma/LzmaTools.c > +++ b/lib_generic/lzma/LzmaTools.c > + SizeT inProcessed; this variable isnt used in this function: LzmaTools.c: In function ?lzmaBuffToBuffDecompress?: LzmaTools.c:64: warning: unused variable ?inProcessed? -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20090727/269981ff/attachment.pgp