Trying to compile binutils 2.15 for BSD/OS 4.3.1
Nick Clifton
nickc@redhat.com
Mon Jan 10 13:30:00 GMT 2005
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
More information about the Binutils
mailing list