|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] lwip include path in stubdom/Makefile
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] lwip include path in stubdom/Makefile,
Ferenc Wagner <=
|
|
|
|
|