qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Adhyas Avasthi <adhyas@gmail.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1
Date: Sun, 12 Sep 2010 11:06:05 -0700	[thread overview]
Message-ID: <AANLkTinx6o7_8FjPbUQDz2nC8JaiLyXQUoBQeg2iQmDP@mail.gmail.com> (raw)
In-Reply-To: <4C8BBE63.3010607@codemonkey.ws>

[-- Attachment #1: Type: text/plain, Size: 407 bytes --]

Thanks for the response. I tried './configure' without any arguments
and still the same issue.
Find the output from ./configure and make attached.

Thanks,
Adhyas

On Sat, Sep 11, 2010 at 10:37 AM, Anthony Liguori <anthony@codemonkey.ws> wrote:
> Please  include the full output of configure.
>
> Why are you explicitly using --disable-kvm and --disable-xen?
>
> Regards,
>
> Anthony Liguori

[-- Attachment #2: out_configure --]
[-- Type: application/octet-stream, Size: 2262 bytes --]

Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
config directory  /usr/local/etc
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /auto/cats5/adavasth/svn/qemu
C compiler        gcc
Host C compiler   gcc
CFLAGS            -O2 -g 
QEMU_CFLAGS       -Werror -m64 -fstack-protector-all -Wold-style-definition -I. -I$(SRC_PATH) -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing 
LDFLAGS           -Wl,--warn-common -m64 -g 
make              make
install           install
host CPU          x86_64
host big endian   no
target list       i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu microblaze-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user microblaze-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user 
tcg debug enabled no
Mon debug enabled no
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   yes
SDL support       yes
curses support    yes
curl support      yes
check support     no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Block whitelist   
Mixer emulation   no
VNC TLS support   no
VNC SASL support  yes
VNC JPEG support  no
VNC PNG support   no
VNC thread        no
xen support       no
brlapi support    no
bluez  support    no
Documentation     yes
NPTL support      no
GUEST_BASE        yes
PIE user targets  no
vde support       no
IO thread         no
Linux AIO support no
ATTR/XATTR support yes
Install blobs     yes
KVM support       no
fdt support       no
preadv support    no
fdatasync         yes
uuid support      yes
vhost-net support no
Trace backend     nop
Trace output file trace-<pid>

[-- Attachment #3: out_make --]
[-- Type: application/octet-stream, Size: 1355 bytes --]

bash-3.2$ make
Makefile:331: no file name for `-include'
  GEN   trace.h
  CC    qemu-nbd.o
  CC    qemu-tool.o
  CC    qemu-error.o
  GEN   trace.c
  CC    trace.o
  CC    cutils.o
  CC    cache-utils.o
  CC    qemu-malloc.o
  CC    qemu-option.o
  CC    module.o
  CC    nbd.o
  CC    block.o
  CC    aio.o
  CC    aes.o
  CC    osdep.o
  CC    qemu-config.o
  CC    posix-aio-compat.o
  CC    block/raw.o
  CC    block/cow.o
  CC    block/qcow.o
  CC    block/vdi.o
  CC    block/vmdk.o
  CC    block/cloop.o
  CC    block/dmg.o
  CC    block/bochs.o
  CC    block/vpc.o
  CC    block/vvfat.o
  CC    block/qcow2.o
  CC    block/qcow2-refcount.o
  CC    block/qcow2-cluster.o
  CC    block/qcow2-snapshot.o
  CC    block/parallels.o
  CC    block/nbd.o
  CC    block/blkdebug.o
  CC    block/sheepdog.o
  CC    block/raw-posix.o
  CC    block/curl.o
  CC    qint.o
  CC    qstring.o
  CC    qdict.o
  CC    qlist.o
  CC    qfloat.o
  CC    qbool.o
  CC    qjson.o
  CC    json-lexer.o
  CC    json-streamer.o
  CC    json-parser.o
  CC    qerror.o
  LINK  qemu-nbd
  GEN   qemu-img-cmds.h
  CC    qemu-img.o
  LINK  qemu-img
  CC    qemu-io.o
  CC    cmd.o
  LINK  qemu-io
Makefile:24: no file name for `-include'
make-3.79.1-p7[1]: *** No rule to make target `loader.o', needed by `all'.  Stop.
make-3.79.1-p7: *** [subdir-libhw32] Error 2
bash-3.2$ 

  reply	other threads:[~2010-09-12 18:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-10 23:59 [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1 Adhyas Avasthi
2010-09-11 17:37 ` Anthony Liguori
2010-09-12 18:06   ` Adhyas Avasthi [this message]
2010-09-12 19:26     ` Anthony Liguori
2010-09-12 21:16       ` Andreas Färber
2010-09-12 22:24         ` Anthony Liguori
2010-09-13 17:47           ` Adhyas Avasthi
2010-09-13 18:01             ` Anthony Liguori
2010-09-13 19:51               ` Adhyas Avasthi
2010-09-13 19:53                 ` Anthony Liguori
2010-09-13 19:57                   ` Adhyas Avasthi
2010-09-13 20:01                     ` Anthony Liguori
2010-09-13 20:12                       ` Adhyas Avasthi
2010-09-12 22:08       ` Adhyas Avasthi
2010-09-12 22:21         ` Andreas Färber
2010-09-12 23:44           ` Adhyas Avasthi
2010-09-12 22:31 ` malc

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=AANLkTinx6o7_8FjPbUQDz2nC8JaiLyXQUoBQeg2iQmDP@mail.gmail.com \
    --to=adhyas@gmail.com \
    --cc=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).