Re: [Xenomai-core] Problem with periodic timer on PPC40x solved

2006-09-28 Thread Niklaus Giger
Am Mittwoch, 27. September 2006 20:19 schrieb Wolfgang Grandegger: .. I'm now a bit puzzled why a FP exception occurs. What happens if you disable MATH_EMULATION in your kernel (that's what I normally have). It will try the latency test on my Walnut-Board with CONFIG_XENO_OPT_DEBUG asap.

Re: [Xenomai-core] Problem with periodic timer on PPC40x solved

2006-09-28 Thread Wolfgang Grandegger
Niklaus Giger wrote: Am Mittwoch, 27. September 2006 20:19 schrieb Wolfgang Grandegger: .. I'm now a bit puzzled why a FP exception occurs. What happens if you disable MATH_EMULATION in your kernel (that's what I normally have). It will try the latency test on my Walnut-Board with

[Xenomai-core] possible future conflict w LOCAL_APIC

2006-09-28 Thread Jim Cromie
hi guys, I encountered this error building 18-mm2 with a .config Ive been using with xenomai since I started. arch/i386/kernel/built-in.o(.text+0x34f1): In function `do_nmi': arch/i386/kernel/traps.c:752: undefined reference to `panic_on_unrecovered_nmi'

Re: [Xenomai-core] [PATCH] fix for kgbd patch

2006-09-28 Thread Jan Kiszka
Jan Kiszka wrote: Hi, the kgdb-over-ipipe add-on patches available from gna.org contain two bugs that prevents stepping through Xenomai kernel threads. The attached update fixes them. It also contains the workaround to build kgdb with gcc-3.4 (before 3.4.4) and 4.1 (before 4.1.2). Tested