WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: lwip include path in stubdom/Makefile

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: lwip include path in stubdom/Makefile
From: Ferenc Wagner <wferi@xxxxxxx>
Date: Tue, 28 Apr 2009 16:07:02 +0200
Delivery-date: Tue, 28 Apr 2009 07:07:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49F7082D.4020903@xxxxxxxxxxxxx> (Stefano Stabellini's message of "Tue, 28 Apr 2009 14:44:13 +0100")
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <87fxfu3qw4.fsf@xxxxxxxxxxxxx> <49F7082D.4020903@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)
Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> writes:

> Ferenc Wagner wrote:
>
>> stubdom/Makefile says:
>> 
>> TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip/src/include
>> TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip/src/include/ipv4
>> 
>> but shouldn't these be
>> 
>> TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include
>> TARGET_CPPFLAGS += -isystem 
>> $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include/ipv4
>> 
>> instead?  Putting in -x86_32 in my case helped much...
>
> They are, on xen-unstable, the fix is CS 18472.

Great, thanks.
-- 
Feri.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>