cross compiler build error fro arm

Paul Brook paul@codesourcery.com
Wed Nov 17 18:18:00 GMT 2004


On Wednesday 17 November 2004 13:54, aram bharathi wrote:
> hi to all
>            i configured and build the binutils. after i configure the gcc
> using
>
> ./configure --prefix=/home/obj --target=arm-linux --with-as=/home/obj/bin
> --with-ld=/home/obj/bin

You should use separate source and build directories for gcc, as described in 
http://gcc.gnu.org/install/configure.html

--with-as and--with-ld need to specify and executable, not a directory.

Paul



More information about the Gcc mailing list