All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Shaun R." <mailinglists@unix-scripts.com>
To: xen-devel@lists.xensource.com
Subject: XEN_TARGET_ARCH=x86_32 make
Date: Mon, 26 Jan 2009 08:40:24 -0800	[thread overview]
Message-ID: <glkp35$n87$1@ger.gmane.org> (raw)

Attempting to build 32bit tools on a 64bit host. I'm doing the following and 
gettign this error.  Any help?

[root@devhost1 tools]# XEN_TARGET_ARCH=x86_32 make
................<SNIP>.....................
gcc  -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 
 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement   
-D__XEN_TOOLS__  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs 
 -Werror -Wno-unused -I../lib -I../../../tools/libxc -I../../../tools/include 
 -I../../../tools/xenstore -I../../../tools/include -I 
../../libaio/src -D_GNU_SOURCE -Wp,-MD,.block-qcow2.o.d -c -o block-qcow2.o 
block-qcow2.c
cc1: warnings being treated as errors
block-qcow2.c: In function 'bdrv_pread':
block-qcow2.c:236: warning: format '%#llx' expects type 'long long unsigned 
int', but argument 5 has type '__off_t'
make[4]: *** [block-qcow2.o] Error 1
make[4]: Leaving directory 
`/home/rpms/xen/BUILD/xenctrl-xen-3.3.1/xen-3.3.1/tools/blktap/drivers'
make[3]: *** [subdir-all-drivers] Error 2
make[3]: Leaving directory 
`/home/rpms/xen/BUILD/xenctrl-xen-3.3.1/xen-3.3.1/tools/blktap'
make[2]: *** [subdirs-all] Error 2
make[2]: Leaving directory 
`/home/rpms/xen/BUILD/xenctrl-xen-3.3.1/xen-3.3.1/tools/blktap'
make[1]: *** [subdir-all-blktap] Error 2
make[1]: Leaving directory 
`/home/rpms/xen/BUILD/xenctrl-xen-3.3.1/xen-3.3.1/tools'
make: *** [subdirs-all] Error 2
[root@manager tools]# 

                 reply	other threads:[~2009-01-26 16:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='glkp35$n87$1@ger.gmane.org' \
    --to=mailinglists@unix-scripts.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.