From: Frederik Bayart <frederik_bayart@yahoo.co.uk>
To: xenomai@xenomai.org
Subject: Re: [Xenomai] include guard trank/posix/pthread.h
Date: Mon, 22 Jun 2015 16:20:59 +0100 [thread overview]
Message-ID: <1434986459.50378.YahooMailBasic@web173201.mail.ir2.yahoo.com> (raw)
In-Reply-To: <55882075.3000005@xenomai.org>
>--------------------------------------------
>On Mon, 22/6/15, Philippe Gerum <rpm@xenomai.org> wrote:
>
> Subject: Re: [Xenomai] include guard trank/posix/pthread.h
> To: "Frederik Bayart" <frederik_bayart@yahoo.co.uk>, xenomai@xenomai.org
> Date: Monday, 22 June, 2015, 16:49
>
> On 06/22/2015 04:37 PM,
> Frederik Bayart wrote:
> >> On Mon,
> 22/6/15, Frederik Bayart <frederik_bayart@yahoo.co.uk>
> wrote:
> >>
> >>
> Subject: Re: [Xenomai] include guard
> trank/posix/pthread.h
> >> To: xenomai@xenomai.org
> >> Date: Monday, 22 June, 2015, 15:41
> >>
> >>
> >>>
> --------------------------------------------
> >>> On Mon, 22/6/15, Philippe Gerum
> <rpm@xenomai.org>
> >> wrote:
> >>>
> >>> Subject:
> >>
> Re: [Xenomai] include guard trank/posix/pthread.h
> >>> To: "Frederik Bayart"
> <frederik_bayart@yahoo.co.uk>,
> >> xenomai@xenomai.org
> >>> Date: Monday, 22 June, 2015,
> 14:48
> >>>
> >>> On 06/22/2015 12:26
> >> PM,
> >>>
> Philippe Gerum wrote:
> >>>> On
> 06/22/2015
> >>>
> >> 11:54 AM, Frederik Bayart wrote:
> >>>
> >>>>
> >>>>>
> >>>
> >>>>
> >>>>> On Friday, 19 June
> >> 2015, 15:07,
> >>> Philippe Gerum <rpm@xenomai.org>
> >>> wrote:
> >>>>>>
> >> On 06/19/2015 03:02 PM,
> >>> Frederik Bayart
> >> wrote:
> >>>>>>
> >>>>>>
> >>>
> >>>>>
> >>>>>>
> >>>>>>>
> >>>
> >> Hallo,
> >>>>>>> I noticed that
> >> both
> >>>
> /usr/xenomai/include/trank/trank.h
> >>
> and
> >>>
> >>
> /usr/xenomai/include/trank/posix/pthread.h share the same
> >>> include guard
> (_XENOMAI_TRANK_TRANK_H).Can
> >> this
> be an error
> >>> ? I use compile
> flags
> >> 'xeno-config
> --skin=native
> >>>
> >> --cflags' and get compile errors.
> If I change the
> >>> include guard
> of pthread.h to
> >>>
> _XENOMAI_TRANK_POSIX_PTHREAD_H, the
> >>
> problem seems to be
> >>>
> solved.In
> >> attachment a diff with my
> changes.
> >>>
> >>>>>> Frederik
> >>>
> >>>>>>
> >>>>>>
> >>>>>> Yes,
> >>> the
> >> guard
> is definitely wrong, will fix. Thanks for pointing
> >>> this out.
> >>>
> >>>>>
> >>>>>> --
> >>>>>>
> >>>
> >>
> Philippe.
> >>>>>
> >>>
> >>>>
> >>>
> In the same context : to make
> >> it
> compile, I had to add
> >>>>>
> >>
> /usr/xenomai/include/trank/posix to
> >>>
> >>>>
> $(shell xeno-config --skin=native
> >>> --cflags).
> >>>>>
> >>
> At the moment
> >>>
> >> -I/usr/xenomai/include/trank
> -D__XENO_COMPAT__
> >>>>>
> >> -I/usr/xenomai/include/cobalt
> >>>
> >>
> -I/usr/xenomai/include -D_GNU_SOURCE
> >>>
> >>>>
> -D_REENTRANT -D__COBALT__
> >>>
> >> -I/usr/xenomai/include/alchemy
> >>>>>
> >>
> is
> >>> returned.
> >>>
> >>>>
> >>>>>
> >>>
> >> If this
> is the correct solution, I can prepare a patch
> >>> for
> >>>>>
> >>
> xeno-config if desired.
> >>>>>
> >>>>
> >>>
> --------------------------------------------
> >>> On Mon, 22/6/15, Philippe Gerum
> <rpm@xenomai.org>
> >> wrote:
> >>>
> >>> Subject:
> >>
> Re: [Xenomai] include guard trank/posix/pthread.h
> >>> To: "Frederik Bayart"
> <frederik_bayart@yahoo.co.uk>,
> >> xenomai@xenomai.org
> >>> Date: Monday, 22 June, 2015,
> 14:48
> >>>
> >>> On 06/22/2015 12:26
> >> PM,
> >>>
> Philippe Gerum wrote:
> >>>> On
> 06/22/2015
> >>>
> >> 11:54 AM, Frederik Bayart wrote:
> >>>
> >>>>
> >>>>>
> >>>
> >>>>
> >>>>> On Friday, 19 June
> >> 2015, 15:07,
> >>> Philippe Gerum <rpm@xenomai.org>
> >>> wrote:
> >>>>>>
> >> On 06/19/2015 03:02 PM,
> >>> Frederik Bayart
> >> wrote:
> >>>>>>
> >>>>>>
> >>>
> >>>>>
> >>>>>>
> >>>>>>>
> >>>
> >> Hallo,
> >>>>>>> I noticed that
> >> both
> >>>
> /usr/xenomai/include/trank/trank.h
> >>
> and
> >>>
> >>
> /usr/xenomai/include/trank/posix/pthread.h share the same
> >>> include guard
> (_XENOMAI_TRANK_TRANK_H).Can
> >> this
> be an error
> >>> ? I use compile
> flags
> >> 'xeno-config
> --skin=native
> >>>
> >> --cflags' and get compile errors.
> If I change the
> >>> include guard
> of pthread.h to
> >>>
> _XENOMAI_TRANK_POSIX_PTHREAD_H, the
> >>
> problem seems to be
> >>>
> solved.In
> >> attachment a diff with my
> changes.
> >>>
> >>>>>> Frederik
> >>>
> >>>>>>
> >>>>>>
> >>>>>> Yes,
> >>> the
> >> guard
> is definitely wrong, will fix. Thanks for pointing
> >>> this out.
> >>>
> >>>>>
> >>>>>> --
> >>>>>>
> >>>
> >>
> Philippe.
> >>>>>
> >>>
> >>>>
> >>>
> In the same context : to make
> >> it
> compile, I had to add
> >>>>>
> >>
> /usr/xenomai/include/trank/posix to
> >>>
> >>>>
> $(shell xeno-config --skin=native
> >>> --cflags).
> >>>>>
> >>
> At the moment
> >>>
> >> -I/usr/xenomai/include/trank
> -D__XENO_COMPAT__
> >>>>>
> >> -I/usr/xenomai/include/cobalt
> >>>
> >>
> -I/usr/xenomai/include -D_GNU_SOURCE
> >>>
> >>>>
> -D_REENTRANT -D__COBALT__
> >>>
> >> -I/usr/xenomai/include/alchemy
> >>>>>
> >>
> is
> >>> returned.
> >>>
> >>>>
> >>>>>
> >>>
> >> If this
> is the correct solution, I can prepare a patch
> >>> for
> >>>>>
> >>
> xeno-config if desired.
> >>>>>
> >>>>
> >>>> Please
> >> do.
> >>>>
> >>>
> >>> -rc5
> is ready and I don't
> >>> want
> to hold it for too long, so if
> >>
> possible,
> >>> any feedback
> regarding this
> >> asap would be
> >>> great. By default,
> >> I'll merge
> >>> the patch
> >>> below, which should address this
> issue.
> >>>
> >>> diff --git
> >> a/scripts/xeno-config-cobalt.in
> >>>
> >>
> b/scripts/xeno-config-cobalt.in
> >>>
> >> index
> >>> c6e51d1..7b623db 100644
> >>> ---
> >>>
> >>
> a/scripts/xeno-config-cobalt.in
> >>>
> +++
> >>>
> b/scripts/xeno-config-cobalt.in
> >>>
> @@ -198,7
> >>> +198,10 @@
> >> if test x$do_cflags = xy; then
> >>>
> >>>
> test x$compat = xy &&
> >>>
> cflags="-I$XENO_INCLUDE_DIR/trank
> >>> -D__XENO_COMPAT__ $cflags"
> >>> for skin in $skin_list;
> do
> >>> case
> "$skin" in
> >>> -
> posix|cobalt|rtdm)
> >>> +
> posix|rtdm)
> >>> +
> test x$compat = xy
> >> &&
> >>> cflags="$cflags
> >>>
> -I$XENO_INCLUDE_DIR/trank/posix"
> >>> + ;;
> >>> +
> >>
>
> >>> cobalt)
> >>> ;;
> >>>
> >>>
>
> >>
> vxworks|psos|alchemy|smokey)
> >>>
> >>>
> >> cflags="$cflags
> >>>
> >>
> -I$XENO_INCLUDE_DIR/$skin"
> >>>
> >>> --
>
> >>> Philippe.
> >>>
> >>>>
> Please do.
> >>>>
> >>>
> >>> -rc5
> is ready and I don't
> >>> want
> to hold it for too long, so if
> >>
> possible,
> >>> any feedback
> regarding this
> >> asap would be
> >>> great. By default,
> >> I'll merge
> >>> the patch
> >>> below, which should address this
> issue.
> >>>
> >>> diff --git
> >> a/scripts/xeno-config-cobalt.in
> >>>
> >>
> b/scripts/xeno-config-cobalt.in
> >>>
> >> index
> >>> c6e51d1..7b623db 100644
> >>> ---
> >>>
> >>
> a/scripts/xeno-config-cobalt.in
> >>>
> +++
> >>>
> b/scripts/xeno-config-cobalt.in
> >>>
> @@ -198,7
> >>> +198,10 @@
> >> if test x$do_cflags = xy; then
> >>>
> >>>
> test x$compat = xy &&
> >>>
> cflags="-I$XENO_INCLUDE_DIR/trank
> >>> -D__XENO_COMPAT__ $cflags"
> >>> for skin in $skin_list;
> do
> >>> case
> "$skin" in
> >>> -
> posix|cobalt|rtdm)
> >>> +
> posix|rtdm)
> >>> +
> test x$compat = xy
> >> &&
> >>> cflags="$cflags
> >>>
> -I$XENO_INCLUDE_DIR/trank/posix"
> >>> + ;;
> >>> +
> >>
>
> >>> cobalt)
> >>> ;;
> >>>
> >>>
>
> >>
> vxworks|psos|alchemy|smokey)
> >>>
> >>>
> >> cflags="$cflags
> >>>
> >>
> -I$XENO_INCLUDE_DIR/$skin"
> >>>
> >>> --
>
> >>> Philippe.
> >>>
> >>
> >> Philippe,
> >>
> >> With
> >> this
> patch, xeno-config works with --native and --posix.
> >>
> >> Thank you for
> the quick
> >> fix.
> >>
> >> I noticed
> also that
> >> xeno-config is in 2
> debian packages so that you yet an
> >>
> install error.
> >> I'm busy to
> write a mail
> >> to report this, and to
> fix this, but maybe this is not
> >>
> urgent for rc5
> >>
> >> Regards,
> >>
> >> Frederik
> >
> > Philippe
> >
> > I haven't test the ldflags yet. I will
> have a look at it right now and keep you informed. I noticed
> that in older xenomai versions there was a dependency on
> libpthread_rt.so.1 but now I don't see that dependency
> anymore, I don't know yet whether this a problem.
> >
>
> That's correct, this library is named
> libcobalt in xenomai 3. With the
> compat mode
> enabled, you only need -ltrank in addition to the usual
> deps.
>
> --
> Philippe.
>
Ok, libtrank is in the dependencies, server proces starts and I have several tasks. I have still some problems but I think these are on application level, not on compile and link level. So I think the xeno-config is correct now.
Frederik
next prev parent reply other threads:[~2015-06-22 15:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-22 9:54 [Xenomai] include guard trank/posix/pthread.h Frederik Bayart
2015-06-22 10:26 ` Philippe Gerum
2015-06-22 12:48 ` Philippe Gerum
2015-06-22 13:41 ` Frederik Bayart
2015-06-22 14:37 ` Frederik Bayart
2015-06-22 14:49 ` Philippe Gerum
2015-06-22 15:20 ` Frederik Bayart [this message]
2015-06-22 14:39 ` Philippe Gerum
2015-06-22 15:48 ` Frederik Bayart
2015-06-22 17:53 ` Philippe Gerum
-- strict thread matches above, loose matches on Subject: below --
2015-06-19 13:02 Frederik Bayart
2015-06-19 13:07 ` Philippe Gerum
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=1434986459.50378.YahooMailBasic@web173201.mail.ir2.yahoo.com \
--to=frederik_bayart@yahoo.co.uk \
--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.