Re: [Xenomai-help] Accessing the dev_private field of the RTDM driver context

2006-02-22 Thread Jeroen Van den Keybus
Indeed. Thanks and sorry for bothering. Jeroen. ___ Xenomai-help mailing list Xenomai-help@gna.org https://mail.gna.org/listinfo/xenomai-help

Re: [Xenomai-help] no-brainer issue found, but not solved

2006-02-22 Thread Jan Kiszka
Steven Seeger wrote: There is a awful amount of code in this project, and I should point out that this same code did not exhibit these problems under a fusion cvs from You code contains a wrong assumption about the execution context. Older Xenomai/fusion versions may have concealed this due to

[Xenomai-help] Accessing the dev_private field of the RTDM driver context

2006-02-22 Thread Jeroen Van den Keybus
The dev_private data field of an rtdm_dev_context is defined as char[0]. How do I access such a field properly (given the fact that I defined a nonzero context_size in the rtdm_device structure during driver registration) ? E.g. trying to do: (struct my_struct *)context-dev_private = NULL;

Re: [Xenomai-help] no-brainer issue found, but not solved

2006-02-22 Thread Steven Seeger
Title: Re: [Xenomai-help] no-brainer issue found, but not solved There is a awful amount of code in this project, and I should point out that this same code did not exhibit these problems under a fusion cvs from October. I can see about posting the full code, but my supervisors dont want

Re: [Xenomai-help] no-brainer issue found, but not solved

2006-02-22 Thread Jan Kiszka
Steven Seeger wrote: There is a awful amount of code in this project, and I should point out that this same code did not exhibit these problems under a fusion cvs from You code contains a wrong assumption about the execution context. Older Xenomai/fusion versions may have concealed this due to

RE: [Xenomai-help] Newbie Question : Compile vxWorks test programm

2006-02-22 Thread Gilles Chanteperdrix
[EMAIL PROTECTED] wrote: thank you for the hint to the vxworks-skin-examples (ksrc/skins/vxworks/demos/) Unfortunately a new problem occured with these examples : Executing the Makefile, I get the following Error-Message : ppc-linux-gcc -o satch satch.c -I.