This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cross compiler build error fro arm


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]