Hi, 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... -- Thanks, Feri. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stefano Stabellini
2009-Apr-28 13:44 UTC
Re: [Xen-devel] lwip include path in stubdom/Makefile
Ferenc Wagner wrote:> Hi, > > 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. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stefano Stabellini <stefano.stabellini@eu.citrix.com> 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@lists.xensource.com http://lists.xensource.com/xen-devel