Hi, how are you, I have an assabet and I want to compile the arm linux kernel-2.4.17. I downloaded the file "linux-2.4.17.tar.gz" from website. I used the following process to unzip and make it: (1)#gzip -cd linux-2.4.17.tar.gz | tar xvf - (2)#cd linux (3)#PATH=/usr/local/arm-linux/bin:$PATH (4)Modify two lines in Makefile as following: ARCH:=........ ==> ARCH:=arm CROSS_COMPILE = ==> CROSS_COMPILE = arm-linux- (5)make ARCH=arm CROSS_COMPILE=arm-linux- assabet_config (6)yes no | make ARCH=arm CROSS_COMPILE=arm-linux- oldconfig (7)make dep (8)make zImage When I make zImage, error message occur. And then, stop and quit the process. One of the error message line is: sa1100fb.c:164:linux/cpufreq.h:No such file or directory It looks like that the kernel source tree miss some head files. But the kernel source tree is unzip from linux-2.4.17.tar.gz directly. I don't kill any file from it. Could anyone tell me what happen and how to solve it. I used the following cross compile tools: arm-linux-gcc-2.95.2-2.i386.rmp arm-linux-binutils-2.10-1.i386.rpm arm-linux-glibc-2.1.3-2.i386.rpm Thank you very much and have a nice day.
----------------------------------------------------------------- < �C�ѳ� Yahoo!�_�� > www.yahoo.com.tw _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
