|
Unable to make ixp4xx based configuration.
Hi,
I am trying to compile kernel 2.6.29 for arm xScale ixp425 machine. if i try
#make ixp4xx_defconfig
and then
# make
i get
CC kernel/bounds.s
cc1: error: invalid option `abi=aapcs-linux'
make[1]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2
Then i tried another default config called "eb42x_defconfig" which is for Kontron EB425 board based on IXP425, now it compiles a lot many files and then says
LD .tmp_vmlinux1
/opt/crosstool/armeb-xscale-linux-gnu/gcc-3.4.3-glibc-2.3.3/bin/armeb-xscale-linux-gnu-ld: no machine record defined
make: *** [.tmp_vmlinux1] Error 1
Any idea what this means?
Thanks in advance.
-Rohit
|