Mini6410配置和编译内核问题咨询
1.按照mini6410用户手册在VMware Workstation(版本:6.0.0 build-45731)上安装了Fedora 9。但是在Fedora 9系统中使用Connect to Server却不能通过Windows share的方式访问Windows系统中的共享文件。在Enter Password窗口中直接点“Connect”却一直保持在Enter Password窗口,不能进入Windows共享文件夹。
2.在网上找了一些方法都没有成功,无奈之下只好安装VMware Tools,通过虚拟机进行文件共享。在安装VMware Tools过程中出现了一些错误,通过网友已解决的方法,下载并安装了两个文件:
kernel-devel-2.6.25-14.fc9.i686.rpm
open-vm-tools-2008.06.03-96374.tar.gz
问题解决了,Fedora 9和Windows可以通过虚拟机共享文件了(在/mnt/hgfs目录下)。
3.然后,按照手册上面依次进行了:
交叉编译环境;
解压安装源代码及其他工具;
配置和编译U-boot;
4.接下来,在进行配置和编译内核时,我选择的是config_mini6410_a70,编译时,出现了如下错误,编译停止。
kernel/module.c:3202:1: fatal error: error writing to /tmp/ccCOuJJu.s: No space left on device
compilation terminated.
make[1]: *** [kernel/module.o] Error 1
make: *** [kernel] Error 2
5.以为只是空间不足,就将之前复制到/tmp/linux下的源代码都删掉了。重新make zImage又出现了如下错误:
[root@Fedora linux-2.6.36]# make zImage
HOSTCC scripts/kconfig/conf.o
scripts/kconfig/conf.c:657: fatal error: error writing to /tmp/ccjP1rMS.s: No space left on device
compilation terminated.
make[2]: *** [scripts/kconfig/conf.o] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
希望版主能费心帮忙解决一下这个问题。