Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Lange Norbert
>>> Norbert, I have followed your emails and your project. You did a good job, >>> but I don't agree with your approach. My points are: >>> >>> - You are trying to convert Xenomai a CMake project and this probably will >>> not happen because Upstream is very happy with the autotools. I don't

Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Leopold Palomo-Avellaneda
On 14/09/18 11:14, Lange Norbert wrote: >> So, from my point of view it confirm my suspicious that the wrapper >> mechanism is fragile. I really didn't understand why Xenomai core team >> changed the native API for the POSIX. Although I saw the Jan Kiska >> conference video explaining it, tell me

Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Leopold Palomo-Avellaneda
On 14/09/18 09:45, Per Oberg wrote: [...] > > Being able to use the same code, without patches or a lot of defines > including other files is a very clean way of debugging your software. I often > set up Simulations where I use my laptop running or our controller, possibly > connected to

Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Giulio Moro
> So, from my point of view it confirm my suspicious that the wrapper > mechanism is fragile. I really didn't understand why Xenomai core team > changed the native API for the POSIX. Although I saw the Jan Kiska > conference video explaining it, tell me primitive or dump, but I prefer to > have >

Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Lange Norbert
> So, from my point of view it confirm my suspicious that the wrapper > mechanism is fragile. I really didn't understand why Xenomai core team > changed the native API for the POSIX. Although I saw the Jan Kiska > conference video explaining it, tell me primitive or dump, but I prefer to > have >

Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Julien Blanc
Le vendredi 14 septembre 2018 à 02:45 -0500, Per Oberg a écrit : > > This! > > Being able to use the same code, without patches or a lot of defines > including other files is a very clean way of debugging your software. > I often set up Simulations where I use my laptop running or our >

Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Per Oberg
- Den 13 sep 2018, på kl 23:36, Leopold Palomo-Avellaneda l...@alaxarxa.net skrev: > Hi, > El 13/09/18 a les 14:42, Lange Norbert ha escrit: >> link order is important and goes left-to-right, this seems to include > > "wrappers", >> which only wrap symbols that where already encountered

Re: [Xenomai] Order options to build a Xenomai program

2018-09-13 Thread Leopold Palomo-Avellaneda
Hi, El 13/09/18 a les 14:42, Lange Norbert ha escrit: > link order is important and goes left-to-right, this seems to include > "wrappers", > which only wrap symbols that where already encountered (to the left of the > wrapper argument) [...] > The call to malloc is wrapped to __wrap_malloc

Re: [Xenomai] Order options to build a Xenomai program

2018-09-13 Thread Lange Norbert
Of Leopold Palomo-Avellaneda Sent: Donnerstag, 6. September 2018 11:53 To: Xenomai@xenomai.org Subject: [Xenomai] Order options to build a Xenomai program E-MAIL FROM A NON-ANDRITZ SOURCE: AS A SECURITY MEASURE, PLEASE EXERCISE CAUTION WITH E-MAIL CONTENT AND ANY LINKS OR ATTACHMENTS. Hi,

Re: [Xenomai] Order options to build a Xenomai program

2018-09-13 Thread Per Oberg
- Den 13 sep 2018, på kl 10:54, Henning Schild henning.sch...@siemens.com skrev: > Hey, > i personally am a bit overwhelmed with the amount of information, and i > could not clearly spot the issue you seem to have. > But you might want to have a look at: >

Re: [Xenomai] Order options to build a Xenomai program

2018-09-13 Thread Henning Schild
Hey, i personally am a bit overwhelmed with the amount of information, and i could not clearly spot the issue you seem to have. But you might want to have a look at: https://github.com/nolange/cmake_xenomai Henning Am Thu, 6 Sep 2018 11:52:39 +0200 schrieb Leopold Palomo-Avellaneda : > Hi, >

[Xenomai] Order options to build a Xenomai program

2018-09-06 Thread Leopold Palomo-Avellaneda
Hi, I resend this message to the list now that it has again more activity. Maybe some of you cold help me to understand what is wrong here. I'm sorry if it's not appropriate to send again a message to the list. = I have an strange problem and I would like to ask if some clever mind can