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 running xeno-test.
-----------------------------------------------------------
Xenomai: incompatible feature set
(required="sep tsc", present="sep", missing="tsc").
-----------------------------------------------------------

I checked /proc/cpuinfo
--------------------------------
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
--------------------------------

Then I was bit confused.

Gilles Chanteperdrix correctly pointed out error.

You should have "CONFIG_X86_TSC=y" in kernel ".config" file.  It will be selected automatically based on the Processor selected for kernel  compilation.

If you don't have this line in ".config" then one should configure the Xenomai as
-----------------------------------
./configure --disable-tsc
-----------------------------------

When CONFIG_X86_TSC is available in kernel then on "./configure" will work for Xenomai.

Thanks.


On 4/24/06, Jim Cromie <[EMAIL PROTECTED]> wrote:
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

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

Reply via email to