This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: build error while building binutils for i686-pc-cygwin


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


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