Confirmed users
3
edits
Mrosenberg (talk | contribs) (→GDB) |
|||
Line 44: | Line 44: | ||
# Run make <pre>make -j8</pre> | # Run make <pre>make -j8</pre> | ||
# The compiled binary will be at gdb/gdb | # The compiled binary will be at gdb/gdb | ||
If you see an error like: | |||
<pre> | |||
../../../../bfd/doc/bfd.texinfo:325: unknown command `colophon' | |||
../../../../bfd/doc/bfd.texinfo:336: unknown command `cygnus' | |||
Makefile:421: recipe for target 'bfd.info' failed | |||
</pre> | |||
you can fix this by running: | |||
<pre> | |||
sed -i -e 's/@colophon/@@colophon/' -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo | |||
</pre> | |||
or by disabling building documentation. | |||
===== GDBServer ===== | ===== GDBServer ===== |