All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Error while running test suit (required="sep tsc", present="sep", missing="tsc").
@ 2006-04-24 15:29 Deepak Joglekar
  2006-04-24 15:40 ` Philippe Gerum
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Deepak Joglekar @ 2006-04-24 15:29 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

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 worked.

I changed the same in
src/include/xeno_config.h.in

original line
#undef CONFIG_X86_TSC
changed to.
#undef CONFIG_XENO_X86_TSC

Then normal ./configure ... make etc.

It worked.

Thanks,

Deepak Joglekar

--------------------------------------------------------

I get following error while running test suit.


Xenomai: incompatible feature set
(required="sep tsc", present="sep", missing="tsc").

I configured the xenomai with
./configure --enable-x86-tsc --enable-x86-sep


config.log file entries

configure:20569: checking for x86 TSC support
configure:20579: result: y
#define CONFIG_X86_TSC 1

configure:20556: checking for x86 SEP instructions in syscalls
configure:20566: result: y
#define CONFIG_XENO_X86_SEP 1


cat /proc/cpuinfo shows sep and tsc.

flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm pni
monitor ds_cpl est cid cx16 xtpr

---------------------------

[-- Attachment #2: Type: text/html, Size: 1642 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-04-25  7:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-24 15:29 [Xenomai-help] Error while running test suit (required="sep tsc", present="sep", missing="tsc") Deepak Joglekar
2006-04-24 15:40 ` Philippe Gerum
2006-04-24 15:42 ` Gilles Chanteperdrix
2006-04-24 17:35 ` Jim Cromie
2006-04-25  7:15   ` Deepak Joglekar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.