[Xenomai-help] Error while running test suit (required="sep tsc", present="sep", missing="tsc").

2006-04-24 Thread Deepak Joglekar
Hi,I am using kernel 2.6.15.7 and Xenomai 2.1While writing this mail I noticed the probable reason.parameter #define CONFIG_X86_TSC 1 should be#define CONFIG_XENO_X86_TSC 1 I changed this in src/include/xeno_config.hAfter recompile testsuit worked.I changed the same in src/include/xeno_config.h.i

Re: [Xenomai-help] Error while running test suit (required="sep tsc", present="sep", missing="tsc").

2006-04-24 Thread Philippe Gerum
Deepak Joglekar wrote: Hi, I am using kernel 2.6.15.7 and Xenomai 2.1 While writing this mail I noticed the probable reason. parameter #define CONFIG_X86_TSC 1 should be #define CONFIG_XENO_X86_TSC 1 I changed this in src/include/xeno_config.h After recompile testsuit worke

Re: [Xenomai-help] Error while running test suit (required="sep tsc", present="sep", missing="tsc").

2006-04-24 Thread Gilles Chanteperdrix
Deepak Joglekar wrote: > Hi, > > I am using kernel 2.6.15.7 and Xenomai 2.1 > > While writing this mail I noticed the probable reason. > parameter > #define CONFIG_X86_TSC 1 should be > #define CONFIG_XENO_X86_TSC 1 No, the issue is that you enable usage of tsc in user-space by passing t

Re: [Xenomai-help] Error while running test suit (required="sep tsc", present="sep", missing="tsc").

2006-04-24 Thread Jim Cromie
Deepak Joglekar wrote: Hi, hi. For the Record, can you post your actual error messages, in context, so that folks who search the ML (gasp) for the "exact error message string" will find it in your post ? And it would be good to post the answer youve recieved also. tia __

Re: [Xenomai-help] Error while running test suit (required="sep tsc", present="sep", missing="tsc").

2006-04-25 Thread Deepak Joglekar
Hi, For record complete results. 1. Initally I chose i686 processor family in kernel config. and followed instructions for kernel and xenomai compile and install. My processor is Pentium IV on build system. My Target processor will be AMD Geode. I was getting following error message while runni