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


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


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