【发布时间】:2015-11-11 11:00:07
【问题描述】:
当我像在 Ubuntu 或 CentOS 上一样运行“sudo sh VBoxLinuxAdditions.run”时,TinyCore 会抛出错误并失败,并且 /var/log/vboxadd-install.log 显示:
/tmp/vbox.0/Makefile.include.header:97: *** Error:
unable to find the sources of your current Linux kernel.
Specify KERN_DIR=<directory> and run Make again. Stop.
我用tce工具安装了gcc、make、linux-kernel-sources-env.tcz、linux-3.16.2_api_headers.tcz等一些包,然后VBoxLinuxAdditions.run可以得到KERN_DIR,但是没有KERN_INC在这次。
如果有人以前做过这件事,请给我一些分数吗?我真的不知道应该在 TinyCore 中安装哪些软件包才能使 VBoxAdditions 工作。我的 VBox 和 TinyCore 是最新的。谢谢。
【问题讨论】:
-
这是我目前为止最好的线索:stackoverflow.com/questions/26621810/…
-
我找到了this article on how to do it...我还没有验证...
标签: linux virtualbox tinyos