build error while building binutils for i686-pc-cygwin

Dan Kegel dank@kegel.com
Mon Dec 15 00:44:00 GMT 2003


cathy cobb wrote:
> I used below comand 
> 
> $ ./configure --target=m68k-coff --prefix=/bar -v
> 
> to configure.
> 
> 
> I used below command to build
> 
> 
> make all.

gcc doesn't like being configured in the source directory,
perhaps binutils doesn't, either.  (I never configure it
in the source directory, so I wouldn't know.)

Try

mkdir build
cd build
../configure  --target=m68k-coff --prefix=/bar -v
make all

to configure and build.  (BTW I haven't checked to see if that
target is supported, nor what -v does, but I assume you know
what you're doing.)
- Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list