I've just installed TC in VBox 4.3.0. There is no tcz extension for it, and using the "Install Guest Additions" from CD doesn't work. One of the reasons is that the vboxadd script uses "modprobe -c" , which is not supported by busybox' modprobe.
So I tried recompiling the guest additions, by running make in /opt/VBoxGuestAdditions-4.3.0/src/vboxguest-4-3-0.It (script Makefile.include.header) wants the linux sources, so I installed linux-3.8.10-sources-env and ran that script. Directory /lib/modules/3.8.10-tinycore/build appeared. The make now complained about the headers, it was trying to find /usr/src/linux-3.8.10/include, which doesn't exist. So I installed linux-3-8-3_api_headers.tcz . I think this should be upgraded to 3.8.10 but for this purpose it doesn't matter probably. I did export KERN_INCL=/usr/include
Make now wanted scripts/kBuild.include, which isn't there, and gcc-goto in the same directory. The scripts directory is empty. It then said "Error: kernel configuration is invalid. include/generated/autoconf.h or include/config/auto.conf are missing. Run "make oldconfig && make prepare" to fix it.
Now I am stuck. In the /home/tc/kernel_sources dir there is a document which looks like a set of config defines for kernel compilation. Is that any use here?
Any suggestions?
Thanks, Mat