>             I am getting errors when I  am building the  kernel 2.4.0
>what  I have done is  cp  arm-linux-gcc to /usr/bin/src and
>tried to do a make but I am getting  errors  like  the following
>
>gcc -D__KERNEL__ -I/usr/src/arm/linux/include -Wall -Wstrict-prototypes
>-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe  -march=i686   -c -o

Building the kernel is another area where it pays to be a conformist.  Rather 
than invent new and wacky procedures, best to stick to the beaten track: set 
CROSS_COMPILE and ARCH appropriately in the top-level makefile and you should 
be away.  In this particular case it looks like it's ARCH you are missing.

p.



_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to