[U-Boot-Users] PXA Support on ELDK

Hello,
Apologies for posting this question here, I couldn't find a list for the ELDK. I am working with a PXA270 based custom board. I am trying to compile the Linux kernel (2.6.13) with the ELDK Toolchain (version 3.1.1) and am facing an issue.
Most of the kernel compiles fine but during the link stage, it fails with a parse error from arm-linux-ld. The last section of the build log is as follows:
AS arch/arm/lib/strrchr.o AS arch/arm/lib/testchangebit.o AS arch/arm/lib/testclearbit.o AS arch/arm/lib/testsetbit.o AS arch/arm/lib/uaccess.o CC arch/arm/lib/ucmpdi2.o AR arch/arm/lib/lib.a GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arm-linux-ld:arch/arm/kernel/vmlinux.lds:859: parse error make: *** [.tmp_vmlinux1] Error 1
On browsing through the line that showed this error, I guess it says that support for PXA processor is not present in the build.
May I know if anyone has compiled a kernel for the PXA processor using the ELDK toolchain? Does the ELDK toolchain support build for PXA processor?
Thanks in advance, Kanagesh

In message 20061129113212.817547AE9F@ws5-10.us4.outblaze.com you wrote:
Apologies for posting this question here, I couldn't find a list for the ELDK. I am working with a PXA270 based custom board. I am trying to compile the Linux kernel (2.6.13) with the ELDK Toolchain (version 3.1.1) and am facing an issue.
Please use ELDK 4.0 for 2.6 kernel trees.
Best regards,
Wolfgang Denk
participants (2)
-
Kanagesh R
-
Wolfgang Denk