All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Adhyas Avasthi <adhyas@gmail.com>
Cc: "Andreas Färber" <andreas.faerber@web.de>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1
Date: Mon, 13 Sep 2010 14:53:48 -0500	[thread overview]
Message-ID: <4C8E814C.8010402@codemonkey.ws> (raw)
In-Reply-To: <AANLkTikwhaL==PrYRTfo5-OD5gqyxib8UDezYqa7yrR-@mail.gmail.com>

On 09/13/2010 02:51 PM, Adhyas Avasthi wrote:
> Alright, so I updated the version of make to what you have(3.81 GNU
> Make built for x86_64-redhat-linux-gnu)
>    

What OS are you running?

> When I build the RC1 image now, I get a bunch of compile time errors
> (different than what I saw before). Reproduced below. Not sure if this
> is because RC1 code has issues or something to do with my environment.
>
>    GEN   libhw64/qemu-options.def
>    CC    libhw64/vl.o
>    CC    libhw64/loader.o
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:45:16: error: hw.h:
> No such file or directory
>    

Your build environment is fubar.

Regards,

Anthony Liguori

> In file included from /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:46:
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/disas.h:28: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> In file included from /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:50:
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:7: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:12: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:13: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:14: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:15: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:18: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:20: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:25: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:27: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:30: error: expected
> declaration specifiers or '...' before 'target_phys_addr_t'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:31: error: expected
> ')' before 'addr'
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:51:20: error:
> fw_cfg.h: No such file or directory
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:53: error: stray
> '##' in program
> /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:53: error: expected
> '=', ',', ';', 'asm' or '__attribute__' before'<' token
>
> (and the errors follow).
>
> Thanks,
> Adhyas
>
>    

  reply	other threads:[~2010-09-13 19:53 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
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 [this message]
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=4C8E814C.8010402@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=adhyas@gmail.com \
    --cc=andreas.faerber@web.de \
    --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 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.