You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to linuxgurus
Hai
I'm trying to build cross compiler for arm from i386 mach.
But I'm getting many errors
I,m trying to build binutils with the these args for configure
../crossbuild/binutils-2.17.50.0.6/configure --target=$TARGET --
prefix=$PREFIX
TARGET=arm
PREFIX=/usr/local/crossgcc
And I have copied the system headers to /usr/local/crossgcc/include
Kernelversion=2.6.18
I'm getting the following error:
make[3]: Leaving directory `/root/toolchain/build-binutils/bfd/po'
make[3]: Entering directory `/root/toolchain/build-binutils/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory `/root/toolchain/build-binutils/bfd/po'
make[3]: Entering directory `/root/toolchain/build-binutils/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory `/root/toolchain/build-binutils/bfd'
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory `/root/toolchain/build-binutils/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/root/toolchain/build-binutils'
make: *** [all] Error 2
Can any one tell me good book or documentation for building toolchain
for arm processor