Changes

Jump to: navigation, search

Mobile/Fennec/Android/GDB

392 bytes added, 20:15, 9 May 2014
GDB
# Run make <pre>make -j8</pre>
# 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 =====
Confirm
3
edits

Navigation menu