Re: [Xenomai-help] shm_open, ftruncate

2006-06-09 Thread Lionel Perrin
Gilles Chanteperdrix a écrit : Lionel Perrin wrote: > ///* the following lines shouldn't be commented but xenomai... */ > //else > //{ > ///* a new shm_file has been created, we need to truncate it */ > //if (ftruncate(h_shm, nbvalues

Re: [Xenomai-help] shm_open, ftruncate

2006-06-09 Thread Gilles Chanteperdrix
Lionel Perrin wrote: > // /* the following lines shouldn't be commented but xenomai... */ > // else > // { > // /* a new shm_file has been created, we need to truncate it */ > // if (ftruncate(h_shm, nbvalues * sizeof(double))==-1) > // { > //

Re: [Xenomai-help] shm_open, ftruncate

2006-06-09 Thread Gilles Chanteperdrix
Lionel Perrin wrote: > > > > > I can confirm that a few fixes in v2.1 were missing, so trunk works > > > > correctly, didn't you forget to rebuild the kernel when building > > trunk ? > > > > Attached is a patch to v2.1 that contain the fixes backported from > > > > trunk. Please try t

Re: [Xenomai-help] shm_open, ftruncate

2006-06-09 Thread Lionel Perrin
> > I can confirm that a few fixes in v2.1 were missing, so trunk works > > correctly, didn't you forget to rebuild the kernel when building trunk ? > > Attached is a patch to v2.1 that contain the fixes backported from > > trunk. Please try this patch and tell me if this works for you. > >

Re: [Xenomai-help] shm_open, ftruncate

2006-06-07 Thread Gilles Chanteperdrix
Lionel Perrin wrote: > > > I can confirm that a few fixes in v2.1 were missing, so trunk works > > correctly, didn't you forget to rebuild the kernel when building trunk ? > > Attached is a patch to v2.1 that contain the fixes backported from > > trunk. Please try this patch and tell me if th

Re: [Xenomai-help] shm_open, ftruncate

2006-06-07 Thread Lionel Perrin
I can confirm that a few fixes in v2.1 were missing, so trunk works correctly, didn't you forget to rebuild the kernel when building trunk ? Attached is a patch to v2.1 that contain the fixes backported from trunk. Please try this patch and tell me if this works for you. In fact, I've downloa

Re: [Xenomai-help] shm_open, ftruncate

2006-06-06 Thread Gilles Chanteperdrix
Lionel Perrin wrote: > > > > - Will this shared memory be accessible to non rt-task ? > > > - What's the simplest way to share information with a non rt-task ? > > > > Shared memory are also accessible to non-rt tasks. Since user-space > > realtime and non-realtime threads from the same pr

Re: [Xenomai-help] shm_open, ftruncate

2006-06-06 Thread Gilles Chanteperdrix
Lionel Perrin wrote: > > > > - Will this shared memory be accessible to non rt-task ? > > > - What's the simplest way to share information with a non rt-task ? > > > > Shared memory are also accessible to non-rt tasks. Since user-space > > realtime and non-realtime threads from the same pr

Re: [Xenomai-help] shm_open, ftruncate

2006-06-06 Thread Lionel Perrin
> - Will this shared memory be accessible to non rt-task ? > - What's the simplest way to share information with a non rt-task ? Shared memory are also accessible to non-rt tasks. Since user-space realtime and non-realtime threads from the same process reside in the same address space, the si

Re: [Xenomai-help] shm_open, ftruncate

2006-06-05 Thread Gilles Chanteperdrix
Lionel Perrin wrote: > Ok, thanks, i'll try. My old pc will have some job... :) > > I still have a few questions : > - How can we load/unload posix skin ? When configuring your kernel, configure the posix skin as a module. A module xeno_posix.ko will then be compiled that you may load with mo

Re: [Xenomai-help] shm_open, ftruncate

2006-06-05 Thread Lionel Perrin
Ok, thanks, i'll try. My old pc will have some job... :) I still have a few questions : - How can we load/unload posix skin ? - Will this shared memory be accessible to non rt-task ? - What's the simplest way to share information with a non rt-task ?

Re: [Xenomai-help] shm_open, ftruncate

2006-06-02 Thread Gilles Chanteperdrix
Lionel Perrin wrote: > Hi, > > I got some problems with shared memory. > I started from the shm_open example from opengroup.org. > When I compile it as non real time tasks, it works properly. But since I > tried to compile it with > gcc $(xeno-config --posix-cflags) shm_open.c $(xeno-confi

Re: [Xenomai-help] shm_open, ftruncate

2006-06-02 Thread Gilles Chanteperdrix
Lionel Perrin wrote: > Hi, > > I got some problems with shared memory. > I started from the shm_open example from opengroup.org. > When I compile it as non real time tasks, it works properly. But since I > tried to compile it with > gcc $(xeno-config --posix-cflags) shm_open.c $(xeno-confi

[Xenomai-help] shm_open, ftruncate

2006-06-02 Thread Lionel Perrin
Hi, I got some problems with shared memory. I started from the shm_open example from opengroup.org. When I compile it as non real time tasks, it works properly. But since I tried to compile it with gcc $(xeno-config --posix-cflags) shm_open.c $(xeno-config --posix-ldflags) -o xeno_shm_open, i