From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <kiszka@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [bug-reminder] user/kernel space header deps
Date: Mon, 24 Oct 2005 22:46:56 +0200 [thread overview]
Message-ID: <435D4840.2050602@domain.hid> (raw)
In-Reply-To: <435CC24C.20708@domain.hid>
Jan Kiszka wrote:
> Philippe Gerum wrote:
>
>>Jan Kiszka wrote:
>>
>>
>>>Hi,
>>>
>>>just to avoid that this issue got lost during the migration to Xenomai:
>>>
>>>It's still not possible to compile a C++ POSIX program with CFLAGS
>>>obtained via "xeno-config --posix-ldflags". This is due to the fact that
>>>low-level, C++-incompatible headers get included in that case. Moreover,
>>>the same scenarion works for native skin programs only by chance at the
>>>moment.
>>>
>>>On the long term, a clear separation between types, defines, function
>>>prototypes, etc. needed for the user API on the one and for core
>>>compilation on the other side is required.
>>>
>>
>>Without duplicating definitions and ABI information, otherwise this
>>would be an absolute nightmare. Suggestions welcome.
>>
>
>
> To pick up this issue again (as it's biting me more and more...):
>
> What precisely prevents us at the moment from removing the
> -I<kernel-headers> from all userspace build steps, both Xenomai's own
> libraries as well as external rt-applications?
>
Because a few things like asm/atomic.h and linux/bitops.h are wanted from the
target header base for compiling some bits of user-space stuff. Not pretty, but
currently needed. This is probably what needs to be fixed, in which case the -I
directive would become useless in the same move.
> Gilles explained to me that at least asm/atomic.h is used by certain
> parts like UVM (or only UVM?), and that including this header directly
> from /usr/include fails on Red Hat/Fedora boxes. Are there any further
> problems? At least on my SuSE 10 everything still compiles fine
> (including UVM) when I remove the kernel headers from XENO_USER_CFLAGS
> in configure.in.
>
It's not an issue with such inclusion failing/passing, it's just that it would
be incorrect to include your host distro's headers for that purpose, since what
we need here is the _target_ stuff. The fact that it works on your box is just
because 1) your host == your target arch, and 2) your host header base does not
seem to implement guards preventing the use of kernel headers in user-space
context. In cross compilation context, such inclusion would simply break the
build, since it expects the target architecture headers to be used, not the
host's ones.
> Jan
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
--
Philippe.
next prev parent reply other threads:[~2005-10-24 20:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-17 9:27 [Xenomai-core] [bug-reminder] user/kernel space header deps Jan Kiszka
2005-10-17 11:34 ` Philippe Gerum
2005-10-24 11:15 ` Jan Kiszka
2005-10-24 20:46 ` Philippe Gerum [this message]
2005-10-24 20:59 ` Jan Kiszka
2005-10-24 21:03 ` Philippe Gerum
2005-10-17 19:23 ` Gilles Chanteperdrix
2005-10-17 19:42 ` Philippe Gerum
2005-10-18 11:17 ` Jan Kiszka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=435D4840.2050602@domain.hid \
--to=rpm@xenomai.org \
--cc=kiszka@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.