From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: Building XCI on a 64 bit Linux - Fails Date: Fri, 14 Aug 2009 12:07:53 +0100 Message-ID: <4A854589.9030701@eu.citrix.com> References: <8686c3cd0908030920t6607000bv76c70f418a2e521f@mail.gmail.com> <4A801A26.6050105@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <4A801A26.6050105@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tom Rotenberg Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Vincent Hanquez wrote: >> What i did: >> git clone http://xenbits.xensource.com/git-http/xenclient/build >> cd build >> cp configs/xenclient_config ./.config >> make >> >> I got the following errors: >> cc1: warnings being treated as errors >> block-qcow2.c: In function =D7=92bdrv_pread=D7=92: >> block-qcow2.c:237: warning: format =D7=92%#llx=D7=92 expects type =D7=92= long long >> unsigned int=D7=92, but argument 5 has type =D7=92__off_t=D7=92 >> =20 >> =20 > it looks like you __off_t is 32 bits ... where it should have been 64=20 > bits... > > did you use the config in configs/ ? > can you send me your build .config and the uclibc config in=20 > toolchain_build_*/uClibc-0.9.30/.config ? > =20 ok, i did the same experiments and end up with the same error. we're currently modifying our toolchain for better caching and better=20 reliability, which hope may fix thoses kind of issue once and for all. --=20 Vincent