Re: Problem building arm toolchain for x86_64 host system

2014-05-03 Thread Reinier Millo Sánchez
> Hello, > I have a problem building gcc-linaro-arm-linux-gnueabihf > toolchain for my x86_64 system. I download crosstool-ng (v1.13) and > toolchain source code (4.8-2014.03) from > http://releases.linaro.org/14.03/components/toolchain/binaries. I use > the example configuration linar

Re: Problem building arm toolchain for x86_64 host system

2014-05-03 Thread Zhenqiang Chen
Three ways to fix it: * Disable multilib. * apt-get install gcc-multilib g++-multilib * config gcc with --with-system-zlib On 4 May 2014 00:48, Reinier Millo Sánchez wrote: >> Hello, >> I have a problem building gcc-linaro-arm-linux-gnueabihf >> toolchain for my x86_64 system. I downlo