Is there a recommended version of GNU binutils for 4.1? I have been
using 2.13 but the latest compiler doesn't seem to be happy with it.
I tried the latest, 2.16.1, but I get the same error with it as well.
I don't see anything about this in INSTALL/specific.html.
Here's the error I get (building 4.1 with 4.0.2):
/usr/local/binutils-2.13/bin/ld:libgcc/./libgcc.map: file format not
recognized; treating as linker script
/usr/local/binutils-2.13/bin/ld:libgcc/./libgcc.map:1: parse error
collect2: ld returned 1 exit status
make[3]: *** [libgcc_s.so] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/build/sebor/gcc-4.1.0-build/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/build/sebor/gcc-4.1.0-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/build/sebor/gcc-4.1.0-build/gcc'
make: *** [bootstrap] Error 2
Martin