We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just to record this error on Fedora 21 OS. R1 google search result show similar error on different platforms.
R1: https://www.google.com/search?q=..%2F..%2F..%2Fbfd%2Fdoc%2Fbfd.texinfo%3A326%3A+unknown+command+%60colophon%27&oq=..%2F..%2F..%2Fbfd%2Fdoc%2Fbfd.texinfo%3A326%3A+unknown+command+%60colophon%27&aqs=chrome..69i57.681j0j4&sourceid=chrome&es_sm=119&ie=UTF-8#q=..%2F..%2F..%2Fbfd%2Fdoc%2Fbfd.texinfo:326:+unknown+command+%60colophon%27+fedora
else :; fi && \ if makeinfo --split-size=5000000 --split-size=5000000 -I ../../../bfd/doc \ -o bfd.info `test -f 'bfd.texinfo' || echo '../../../bfd/doc/'`bfd.texinfo; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc ../../../bfd/doc/bfd.texinfo:326: unknown command `colophon' ../../../bfd/doc/bfd.texinfo:337: unknown command `cygnus' Makefile:421: recipe for target 'bfd.info' failed make[3]: *** [bfd.info] Error 1 make[3]: Leaving directory '/home2/tjyang/riscv/riscv-gdb/build/bfd/doc' Making info in po make[3]: Entering directory '/home2/tjyang/riscv/riscv-gdb/build/bfd/po' make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/home2/tjyang/riscv/riscv-gdb/build/bfd/po' make[3]: Entering directory '/home2/tjyang/riscv/riscv-gdb/build/bfd' make[3]: Nothing to be done for 'info-am'. make[3]: Leaving directory '/home2/tjyang/riscv/riscv-gdb/build/bfd' Makefile:1548: recipe for target 'info-recursive' failed make[2]: *** [info-recursive] Error 1 make[2]: Leaving directory '/home2/tjyang/riscv/riscv-gdb/build/bfd' Makefile:3329: recipe for target 'all-bfd' failed make[1]: *** [all-bfd] Error 2 make[1]: Leaving directory '/home2/tjyang/riscv/riscv-gdb/build' Makefile:849: recipe for target 'all' failed make: *** [all] Error 2 [tjyang@fedora21 build]$ make
The text was updated successfully, but these errors were encountered:
There are 2 ways to fix this:
Sorry, something went wrong.
No branches or pull requests
Just to record this error on Fedora 21 OS. R1 google search result show similar error on different platforms.
R1: https://www.google.com/search?q=..%2F..%2F..%2Fbfd%2Fdoc%2Fbfd.texinfo%3A326%3A+unknown+command+%60colophon%27&oq=..%2F..%2F..%2Fbfd%2Fdoc%2Fbfd.texinfo%3A326%3A+unknown+command+%60colophon%27&aqs=chrome..69i57.681j0j4&sourceid=chrome&es_sm=119&ie=UTF-8#q=..%2F..%2F..%2Fbfd%2Fdoc%2Fbfd.texinfo:326:+unknown+command+%60colophon%27+fedora
The text was updated successfully, but these errors were encountered: