How build gold linker?

Cary Coutant ccoutant@gmail.com
Tue Mar 29 19:01:00 GMT 2016


Did you forget to attach an error log? I can't even take a wild guess
with what's here.

(This won't fix anything, but you may want to add --enable-threads
when configuring gold.)

-cary


On Tue, Mar 29, 2016 at 11:11 AM, Fiodar <fedor_qd@mail.ru> wrote:
> Why can't build gold linker? Compiler - Mingw 4.8.1. Taken from my shell script:
>
> TARGET=arm-none-symbianelf
> # Installation folder
> GCCC=gcc-5.3.0-2
> PREFIX=/usr/local/$GCCC
> PATH=$PATH:$PREFIX/bin
> unset CFLAGS
> export CFLAGS+="-pipe"
> # ------------------
> BINUTILS=binutils-2.26
>
> mkdir build-binutils2
> cd build-binutils2
> make clean
> ../$BINUTILS/configure --target=$TARGET --prefix=$PREFIX --disable-option-checking \
> --enable-ld --enable-gold --enable-lto --enable-vtable-verify \
> --enable-werror=no --without-headers --disable-nls --disable-shared \
> --disable-libquadmath --enable-plugins --enable-multilib
>
> make
> make install-strip
> cd ..
>
>
> Stryzhniou Fiodar
> Стрижнёв Федор



More information about the Binutils mailing list