[Xenomai-core] libvxworks not built

2006-01-17 Thread Niklaus Giger
Hi I am at revision 464 of the xenomai trunk and wanted to build UVM for vxworks. The following libraries built fine: libuvm.a libpsos.a libuitron.a libvrtx.a libnucleus.a but the library I am most intrested in is missing? Does anybody has any clue? The XENO-parts of my .config are:

Re: [Xenomai-core] libvxworks not built

2006-01-17 Thread Gilles Chanteperdrix
Niklaus Giger wrote: Hi I am at revision 464 of the xenomai trunk and wanted to build UVM for vxworks. The following libraries built fine: libuvm.a libpsos.a libuitron.a libvrtx.a libnucleus.a but the library I am most intrested in is missing? This should be fixed in

Re: [Xenomai-core] [PATCH] shared irqs v.3

2006-01-17 Thread Jan Kiszka
Hi Dmitry, Dmitry Adamushko wrote: Hi, here goes another implementation of shared irqs on the nucleus layer. I have conducted a few tests and it seems to work. The test example is attached. There were 2 main issues concerning synchronization: 1) xnintr_attach() vs. xnintr_detach()

[Xenomai-core] rt_heap in userspace, heapsize

2006-01-17 Thread Stefan Kisdaroczi
Hi, I made a small test with rt_heap_ in userspace, i think I understood the actual limitations of the userspace support. I used 1 as heapsize. Xenomai 2.1-RC2/x86. This should alloc the entire heap, according to the API documentation: rt_heap_create( ..., ..., 1, ... ) rt_heap_alloc(

[Xenomai-core] Re: [Xenomai-help] Scheduling while atomic

2006-01-17 Thread Gilles Chanteperdrix
Jeroen Van den Keybus wrote: Gilles, Jan, The offending program is quite complex (several .c files and a considerable .h file tree) and involves 2 computers. However, I think I can narrow down the problem to concurrent access (from 2 Xenomai threads in 2nd domain) to the same Linux

[Xenomai-core] --enable-linux-build

2006-01-17 Thread Jan Kiszka
Hi Gilles, I just tested your new build option. Maybe I'm using it the wrong way, but I stumbled over two quirks: o make install-nodev fails as it tries to install the kernel without being root. Actually, I only wanted to install the user space part, how can I do this separately? Or is

[Xenomai-core] Re: --enable-linux-build

2006-01-17 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Hi Gilles, I just tested your new build option. Maybe I'm using it the wrong way, but I stumbled over two quirks: o make install-nodev fails as it tries to install the kernel without being root. Actually, I only wanted to install the user space part, how

Re: [Xenomai-core] rt_heap in userspace, heapsize [patch]

2006-01-17 Thread Stefan Kisdaroczi
Hi again, I looked at the sources now... Am Tuesday 17 January 2006 14:57 schrieb Stefan Kisdaroczi: Hi, I made a small test with rt_heap_ in userspace, i think I understood the actual limitations of the userspace support. I used 1 as heapsize. Xenomai 2.1-RC2/x86. This should alloc