From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44700 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvF6B-0007Sr-C6 for qemu-devel@nongnu.org; Mon, 13 Sep 2010 15:53:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvF6A-0003WK-3S for qemu-devel@nongnu.org; Mon, 13 Sep 2010 15:53:55 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:62081) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvF69-0003Vx-V5 for qemu-devel@nongnu.org; Mon, 13 Sep 2010 15:53:54 -0400 Received: by pxi12 with SMTP id 12so2321061pxi.4 for ; Mon, 13 Sep 2010 12:53:52 -0700 (PDT) Message-ID: <4C8E814C.8010402@codemonkey.ws> Date: Mon, 13 Sep 2010 14:53:48 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1 References: <4C8BBE63.3010607@codemonkey.ws> <4C8D2978.9050105@codemonkey.ws> <4C8D5329.30508@codemonkey.ws> <4C8E66F1.5090802@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Adhyas Avasthi Cc: =?ISO-8859-1?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org 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 > >