i am new to Xenomai so please forgive me if my question is silly
i have installed xenomai 2.4.8 in my ubuntu 11.04 with the command
apt-get install libxenomai-dev
Now i want test a simple vxWorks program, but when i compile my program, i receive this message
Xenomai: vxworksskin or CONFIG_XENO_OPT_PERVASIVE disabled
(modprobe xeno_vxworks?)
and output of modprobe xeno_vxworks is
FATAL: Module xeno_vxworks not found
My question is, how can i eanble xeno_vxworks module ?
Thanks