On 12/25/09, Tilo Lutz <TiloLutz@xxxxxx> wrote: > > Am 25.12.2009 um 16:20 schrieb Ineiev: > >> On 12/25/09, Tilo Lutz <TiloLutz@xxxxxx> wrote: >>> compiled and installed binutils to /usr/local/arm >>> compiled and installed gmp to /usr/local/arm >>> compiled and installed mpfr to /usr/local/arm >> Some random guess: >> You certainly add /usr/local/arm/bin to your PATH? > Not yet because there are no files in arm/bin yet. Seems strange to me. if you install binutils to /usr/local/arm, there should be programs like linker and assembler in /usr/local/arm/bin. my experience shows that when I build gcc, the configure script looks for binutils and subsequent build process uses them. >> Have you tried to configure without --build? >> What about newlib? have you installed it somewhere? > Do I have to install newlib before gcc? I have read I should first install > gcc and 2nd newlib Not sure, but as far as I recollect there should be newlib sources unpacked; probably you can try to configure without this option first.