I am trying to roll-my-own toolchain by following the instructions
outlined in http://www.linux-mips.org/wiki/Toolchains. I have
encountered the "cannot create executables" / "crt01.o: No such file"
problem. There are a lot of people who see the same thing, but there
does not seem to be a definative answer.
When did you get the message?
During the "make -j2" command when building gcc
building toolchain or ...
FYI, my packages are:-
binutils-2.16.91.0.6-5
gcc-4.1.1-1.fc5
lib-gcc-4.1.1-1.fc5
gcc-gfortran-4.1.1-1.fc5
gcc-g++-4.1.1-1.fc5
Did you install glibc-devel package?
I have glibc-devel-2.4-11
Yoichi