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

---------------------------
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to