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]
Other format: [Raw text]

Re: Trying to compile binutils 2.15 for BSD/OS 4.3.1


On Mon, Jan 10, 2005 at 01:38:23PM +0000, Nick Clifton wrote:
> Hi,
> 
> Since you are working with patched sources rather than clean ones it 
> could well be that the problems you are encountering are connected with 
> the patch.
> 
> The best way to debug this problem is to start with the first error.  So 
> leave off the -k switch to make and then investigate when the build fails:
> 
> >i386bsd.c:155: syntax error before `i386bsd_bfd_final_link'
> 
> Which is this line:
> 
> + static boolean
> 
> The binutils sources now use a different type for boolean values: 
> bfd_boolean.  The true and false values have also been renamed to TRUE 
> and FALSE.
> 
> Cheers
>   Nick Clifton

Thank Nick problem 1 solved:

However, I now get:


Script started on Mon Jan 10 07:21:17 2005
gallifrey.nk.ca//usr/source/binutils-2.15$ make
make  all-recursive
Making all in doc
Making all in po
make: don't know how to make bsdi-core.lo. Stop
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
gallifrey.nk.ca//usr/source/binutils-2.15$ make      
gallifrey.nk.ca//usr/source/binutils-2.15$ 
gallifrey.nk.ca//usr/source/binutils-2.15$ gmake
gmake[1]: Entering directory `/usr/source/binutils-2.15/libiberty'
gmake[2]: Entering directory `/usr/source/binutils-2.15/libiberty/testsuite'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/source/binutils-2.15/libiberty/testsuite'
gmake[1]: Leaving directory `/usr/source/binutils-2.15/libiberty'
gmake[1]: Entering directory `/usr/source/binutils-2.15/intl'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/source/binutils-2.15/intl'
gmake[1]: Entering directory `/usr/source/binutils-2.15/bfd'
gmake  all-recursive
gmake[2]: Entering directory `/usr/source/binutils-2.15/bfd'
Making all in doc
gmake[3]: Entering directory `/usr/source/binutils-2.15/bfd/doc'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/source/binutils-2.15/bfd/doc'
Making all in po
gmake[3]: Entering directory `/usr/source/binutils-2.15/bfd/po'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/source/binutils-2.15/bfd/po'
gmake[3]: Entering directory `/usr/source/binutils-2.15/bfd'
gmake[3]: *** No rule to make target `bsdi-core.lo', needed by `libbfd.la'.  Stop.
gmake[3]: Leaving directory `/usr/source/binutils-2.15/bfd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/source/binutils-2.15/bfd'
gmake[1]: *** [all-recursive-am] Error 2
gmake[1]: Leaving directory `/usr/source/binutils-2.15/bfd'
gmake: *** [all-bfd] Error 2
gallifrey.nk.ca//usr/source/binutils-2.15$ exit
exit

Script done on Mon Jan 10 07:21:34 2005

Can I forward you the patch that I was send?

-- 
Member - Liberal International	
This is doctor@nl2k.ab.ca	Ici doctor@nl2k.ab.ca
God Queen and country! Beware Anti-Christ rising!
Birthdate: 29 Jan 1969 Redhill, Surrey, England, UK


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