|
楼主 |
发表于 2002-11-1 08:14:52
|
显示全部楼层
[root@localhost 412-2]# make clean
cd coredrv; make clean
make[1]: Entering directory `/root/412-2/coredrv' rm -f *.o *~ coremake[1]: Leaving directory `/root/412-2/coredrv' cd serialdrv;
make clean
make[1]: Entering directory `/root/412-2/serialdrv' rm -f *.o *~ core
make[1]: Leaving directory `/root/412-2/serialdrv' rm -f ham.o rm -f hamcore.o
[root@localhost 412-2]# make all
cd coredrv; make ham; make[1]: Entering directory `/root/412-2/coredrv' cc -DLINUX -Wall -O -I /usr/src/linux/include -I../inc -c -o coredrv.o coredrv.c In file included from /usr/include/linux/timex.h:152, from /usr/include/linux/sched.h:14, from /usr/include/linux/delay.h:12, from coredrv.c:34:/usr/include/asm/timex.h:10:21: asm/msr.h: No such file or directory In file included from coredrv.c:34: /usr/include/linux/delay.h:13:23: asm/delay.h: No such file or directory make[1]: *** [coredrv.o] Error 1 make[1]: Leaving directory `/root/412-2/coredrv' make: *** [ham] Error 2
[root@localhost 412-2]# make install
bash haminst running kernel 2.4.18-3 installing hamregistry, used for persistant storage installing hamregistry data installing ham module install: cannot stat `ham.o': No such file or directory installing hamcore module install: cannot stat `hamcore.o': No such file or directory redhat hamboot rc2.d and rc3.d scripts starting module and utilities insmod: hamcore: no module by that name found done |
|