编译(仅编译内核没有增加应用程序):
make dep
make clean
make lib_only
make user_only
make romfs
make image
以上都正常
在make是出现以下错误:
rk.o: In function `skb_copy_and_csum_bits':
/home/phoebus/new2/uClinux-dist/linux-2.4.x/include/linux/highmem.h:68: undefined reference
to `__phys_to_virt'
net/network.o: In function `skb_copy_datagram_iovec':
/home/phoebus/new2/uClinux-dist/linux-2.4.x/include/linux/highmem.h:68: undefined reference
to `__phys_to_virt'
net/network.o:/home/phoebus/new2/uClinux-dist/linux-2.4.x/include/linux/highmem.h:68: more undefined references to `__phys_to_virt' follow
make[1]: *** [linux] Error 1
make[1]: Leaving directory `/home/phoebus/new2/uClinux-dist/linux-2.4.x'
make: *** [linux] Error 1
[root@localhost uClinux-dist]# cd ..