Results 1 to 2 of 2
hi all,
i am trying to compile linux kernel 2.6.26.3 and port it for my ARM PXA proccesor. while running the make command i got the following message :
CHK ...
- 09-29-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 7
error while compiling linux kernel 2.6 V
hi all,
i am trying to compile linux kernel 2.6.26.3 and port it for my ARM PXA proccesor. while running the make command i got the following message :
CHK include/linux/compile.h
make[1]: *** No rule to make target `arch/arm/mach-pxa/arch.o', needed by `arch/arm/mach-pxa/built-in.o'. Stop.
make: *** [arch/arm/mach-pxa] Error 2
plzz help me to sort out my problem..
- 09-29-2008 #2Just Joined!
- Join Date
- Jun 2006
- Posts
- 29
First you have cross compiler for ARM ?
if yes, follow these commands
#make ARCH=arm CROSS_COMPILE=arm-linux- clean
#make ARCH=arm CROSS_COMPILE=arm-linux- menuconfig
#make ARCH=arm CROSS_COMPILE=arm-linux-
-- Ashok


Reply With Quote
