This is the mail archive of the binutils@sourceware.org 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]

bfd.info failing in binutils 2.32


I am trying to build binutils 2.32 on Windows cygwin,
like this:

export PATH=/usr/bin
set -o igncr
export SHELLOPTS
./configure --target=i386-pc-mingw32 --with-sysroot --disable-nls --disable-werror
make


I am getting these errors:

else \
 rc=$?; \
 $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
bfd.texi:193: @include: could not find bfdsumm.texi
bfd.texi:219: @include: could not find bfdt.texi
bfd.texi:220: @include: could not find bfdio.texi
bfd.texi:246: @include: could not find init.texi
bfd.texi:249: @include: could not find section.texi
bfd.texi:252: @include: could not find syms.texi
bfd.texi:255: @include: could not find archive.texi
bfd.texi:258: @include: could not find format.texi
bfd.texi:261: @include: could not find reloc.texi
bfd.texi:264: @include: could not find core.texi
bfd.texi:267: @include: could not find targets.texi
bfd.texi:270: @include: could not find archures.texi
bfd.texi:273: @include: could not find opncls.texi
bfd.texi:276: @include: could not find libbfd.texi
bfd.texi:279: @include: could not find cache.texi
bfd.texi:282: @include: could not find linker.texi
bfd.texi:285: @include: could not find hash.texi
bfd.texi:304: @include: could not find aoutx.texi
bfd.texi:307: @include: could not find coffcode.texi
bfd.texi:310: @include: could not find elf.texi
bfd.texi:315: @include: could not find mmo.texi
bfd.texi:318: @include: could not find fdl.texi
bfd.texi:199: @menu reference to nonexistent node `typedef bfd'
bfd.texi:200: @menu reference to nonexistent node `Error reporting'
bfd.texi:201: @menu reference to nonexistent node `Miscellaneous'
bfd.texi:222: Prev reference to nonexistent `Miscellaneous'
Makefile:541: recipe for target 'bfd.info' failed
make[3]: *** [bfd.info] Error 1
make[3]: Leaving directory '/cygdrive/c/devel/binutils-2.32/bfd/doc'
Makefile:1641: recipe for target 'info-recursive' failed
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory '/cygdrive/c/devel/binutils-2.32/bfd'
Makefile:2694: recipe for target 'all-bfd' failed
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory '/cygdrive/c/devel/binutils-2.32'
Makefile:852: recipe for target 'all' failed
make: *** [all] Error 2

Paul@DESKTOP-57VDCOT /cygdrive/c/devel/binutils-2.32


It says that it can't find elf.texi etc, but they are there:

C:\devel\binutils-2.32\bfd\doc>dir elf.texi
Volume in drive C is OS
Volume Serial Number is 4274-E68B

Directory of C:\devel\binutils-2.32\bfd\doc

2019-07-03  12:33               318 elf.texi
              1 File(s)            318 bytes
              0 Dir(s)  155,928,330,240 bytes free

C:\devel\binutils-2.32\bfd\doc>


Any idea what I'm doing wrong?

Thanks. Paul.


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