[Xenomai-core] PATCH: GCC4 build on Xenomai Simulator

2007-01-30 Thread jserv
Hello list, Recently, I am building Xenomai Simulator on Ubuntu feisty, and encounter the following compilation errors: % make[1]: Entering directory `/home/jserv/realtime/xenomai/build-sim/vm' if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.

Re: [Xenomai-core] Xenomai Bits on MIPS

2007-01-30 Thread Jan Kiszka
somshekar kadam wrote: Hi All, I am porting Xenomai on MIPS, I am beginner o Xenomai, please help me in understanding this point. whats the purpose of bits directory in include directory, please throw some light on this, I see it for 64 bit adoption , correct me if am wrong, what are

Re: [Xenomai-core] I-pipe patch for linux 2.6.19 on ARM.

2007-01-30 Thread Gilles Chanteperdrix
Gilles Chanteperdrix wrote: Hi, here comes the I-pipe patch for linux 2.6.19 on ARM. In addition to the upgrade to linux 2.6.19, the AT91 port is improved: - it waits for the console to be enabled or about 2 minutes before panicing if the configured frequency is wrong; - the timer counter

Re: [Xenomai-core] rt_task_create() hangs ?

2007-01-30 Thread Gilles Chanteperdrix
Steven Scholz wrote: We noticed that on the AT91RM9200 we don't see the Xenomai: POSIX: destroyed thread c14a0320 message. Not even when running (and stopping) cyclictest. I suspect that this is leading to our problems. This message only appears if CONFIG_XENO_OPT_DEBUG_POSIX is enabled,

Re: Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority

2007-01-30 Thread Philippe Gerum
On Mon, 2007-01-29 at 14:25 +0100, Gilles Chanteperdrix wrote: Philippe Gerum wrote: On Fri, 2007-01-26 at 18:16 +0100, Thomas Necker wrote: So it clearly states that a non-preemtible task may block (and rescheduling occurs in this case). Ok, so this is a must fix. Will do.