dianziwlh 发表于 2006-12-16 21:49:45

新手求助:

我按照 <<源码开放的嵌入式系统软件分析与实践>>这本书里的光盘DEMO作的到第五步,
第五步:编译带有framebuffer和TouchScreen支持的嵌入式操作系统--armlinux
>> 在其上可以运行minigui应用程序。
>> #cd linux
>> #make 此时提示如下错误:
>> make: *** No rule to make target
>> `/mnt/hda9/ywc02/skyeyeProject/linux/include/asm/arch/param.h',
>> needed by
>> `/mnt/hda9/ywc02/skyeyeProject/linux/include/asm/param.h'.
>> Stop.
我用虚拟机装的LINUX,目录/mnt下根本就没有/hda9,请教各位高手怎样处理,谢谢,

ksh 发表于 2006-12-17 15:34:11

Before you run make, you should run "make distclean" at first.

dianziwlh 发表于 2006-12-17 17:37:11

感谢版主,但make distclean然后make之后,文件不能自动安装,我是手动安装的,但最后没有vmlinux vmlinux.bin两个文件,请版主赐教.
页: [1]
查看完整版本: 新手求助: