bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error when building binutils


From: joulnare18
Subject: Re: Error when building binutils
Date: Wed, 19 May 2010 06:28:11 -0700 (PDT)

 Hi nickc,
 
thank you for your response.

> It sounds as though you have not added your new architecture to the 
> bfd/config.bfd and/or bfd/configure.in files. 
 
in config.bfd
 
I aded the lines:
 
myarch*)         targ_archs=bfd_myarch_arch ;;
 
and 
 
myarch-*-*)
     targ_defvec=myarch_vec
     ;;
 
 
in configure.in
 
I aded the lines:
 
myarch_vec)   tb="$tb aout-myarch.lo" ;;
 
> Or that you have not regenerated the bfd/confgiure file. 
 
How can I do it?
 
>Or that you have not run "make headers" inside your bfd build directory.
 
I did it but no changes
 
cheers

-- 
View this message in context: 
http://old.nabble.com/Error-when-building-binutils-tp28594130p28608241.html
Sent from the Gnu - Binutils - Bugs mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]