From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPq1m-0004t1-NV for qemu-devel@nongnu.org; Wed, 10 Apr 2013 04:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPq1l-0005x2-F6 for qemu-devel@nongnu.org; Wed, 10 Apr 2013 04:05:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:59922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPq1l-0005wu-8g for qemu-devel@nongnu.org; Wed, 10 Apr 2013 04:05:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UPq1d-00061y-1p for qemu-devel@nongnu.org; Wed, 10 Apr 2013 10:05:01 +0200 Received: from 93-34-176-20.ip50.fastwebnet.it ([93.34.176.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Apr 2013 10:05:01 +0200 Received: from pbonzini by 93-34-176-20.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Apr 2013 10:05:01 +0200 From: Paolo Bonzini Date: Wed, 10 Apr 2013 10:04:52 +0200 Message-ID: References: <5163D3F6.3060903@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit In-Reply-To: Subject: Re: [Qemu-devel] latest version qemu compile error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Il 10/04/2013 05:24, Zhanghaoyu (A) ha scritto: > The log of "make V=1" is identical with that of "make", shown as below, > > hw/virtio/dataplane/vring.c: In function 'vring_enable_notification': > hw/virtio/dataplane/vring.c:72: warning: implicit declaration of function 'vring_avail_event' > hw/virtio/dataplane/vring.c:72: warning: nested extern declaration of 'vring_avail_event' > hw/virtio/dataplane/vring.c:72: error: lvalue required as left operand of assignment > hw/virtio/dataplane/vring.c: In function 'vring_should_notify': > hw/virtio/dataplane/vring.c:107: warning: implicit declaration of function 'vring_need_event' > hw/virtio/dataplane/vring.c:107: warning: nested extern declaration of 'vring_need_event' > hw/virtio/dataplane/vring.c:107: warning: implicit declaration of function 'vring_used_event' > hw/virtio/dataplane/vring.c:107: warning: nested extern declaration of 'vring_used_event' > hw/virtio/dataplane/vring.c: In function 'vring_pop': > hw/virtio/dataplane/vring.c:262: error: lvalue required as left operand of assignment > make: *** [hw/virtio/dataplane/vring.o] Error 1 I don't need the errors, I need the compiler command line. Paolo