All of lore.kernel.org
 help / color / mirror / Atom feed
* lwip include path in stubdom/Makefile
@ 2009-04-27 18:14 Ferenc Wagner
  2009-04-28 13:44 ` Stefano Stabellini
  0 siblings, 1 reply; 3+ messages in thread
From: Ferenc Wagner @ 2009-04-27 18:14 UTC (permalink / raw)
  To: xen-devel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: lwip include path in stubdom/Makefile
  2009-04-27 18:14 lwip include path in stubdom/Makefile Ferenc Wagner
@ 2009-04-28 13:44 ` Stefano Stabellini
  2009-04-28 14:07   ` Ferenc Wagner
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Stabellini @ 2009-04-28 13:44 UTC (permalink / raw)
  To: Ferenc Wagner; +Cc: xen-devel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: lwip include path in stubdom/Makefile
  2009-04-28 13:44 ` Stefano Stabellini
@ 2009-04-28 14:07   ` Ferenc Wagner
  0 siblings, 0 replies; 3+ messages in thread
From: Ferenc Wagner @ 2009-04-28 14:07 UTC (permalink / raw)
  To: 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-28 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-27 18:14 lwip include path in stubdom/Makefile Ferenc Wagner
2009-04-28 13:44 ` Stefano Stabellini
2009-04-28 14:07   ` Ferenc Wagner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.