crash
crash copied to clipboard
crash-8.0.1/gdb-10.2/missing: makeinfo: not found
I download the crash tools files in:https://crash-utility.github.io/
$ tar -xf crash-8.0.1.tar.gz
$ cd crash-8.0.1
$ make target=ARM64
then errors as following:
WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: http://www.gnu.org/software/texinfo/ The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: http://www.gnu.org/software/make/ Makefile:542: recipe for target 'bfd.info' failed make[5]: *** [bfd.info] Error 127 Makefile:1643: recipe for target 'info-recursive' failed make[4]: *** [info-recursive] Error 1 Makefile:2771: recipe for target 'all-bfd' failed make[3]: *** [all-bfd] Error 2 Makefile:859: recipe for target 'all' failed make[2]: *** [all] Error 2
crash build failed
What happens with having makeinfo
installed?
texinfo package required. in debian, may install it by 'apt install texinfo --no-install-recommends'