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


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

Re: configuring binutils


On Wed, Oct 04, 2000 at 01:21:28PM -0400, Mike MacMillan wrote:
> Hello,
> 
> Ran configure script for GNU binutils tool under Windows NT.Script appears 
> to have worked.
> However,I observed a message "checking target system 
> type...powerpc_unknown-eabi".
> A makefile file is generated in /tmp/build/binutils as well as a directory 
> powerpc-eabi which
> is empty. Did the configure work?? If not,does anybody know why? Can I 
> proceed to
> configure gdb and gcc without having succesfully configured binutils?
> 
> Any help is greatly appreciated!

Assuming you are trying to target a PowerPC eABI system, make sure the --target
is either:  --target=powerpc-eabi (or) --target=powerpc-unknown-eabi.  It looks
like from your message you used --target=powerpc_unknown-eabi, which is not
correct (ie, using a `_' insteaad of a `-').

-- 
Michael Meissner, Red Hat, Inc.
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482

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