Ubuntu 上的 Xenomai:vxworks 皮肤被禁用?
我是 Xenomai 的新手,所以如果我的问题很愚蠢,请原谅我
我已经使用以下命令在我的 ubuntu 11.04 中安装了 xenomai 2.4.8
apt-get install libxenomai-dev
现在我想测试一个简单的 vxWorks 程序,但是当我编译我的程序时,我收到此消息
Xenomai: vxworksskin or CONFIG_XENO_OPT_PERVASIVE disabled
(modprobe xeno_vxworks?)
并输出modprobe xeno_vxworks 的
FATAL: Module xeno_vxworks not found
问题是,我怎样才能使用 xeno_vxworks 模块?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 Xenomai 不太了解,但听起来您需要下载源代码并自己制作,而不是从 Ubuntu 存储库安装。
然后,在配置包时,应该有一个选项来构建它或不构建它,如源目录所示(http://svn.gna.org/svn/xenomai/trunk/src/skins/)
I don't know much about Xenomai, but it sounds like you need to download the source and
make
it yourself instead of installing from the Ubuntu repository.Then, when configuring the package, there should be an option to build it or not, as the source directories suggest (http://svn.gna.org/svn/xenomai/trunk/src/skins/)