# $Id: gdb-README.txt,v 1.1 1999/12/07 10:42:04 johana Exp $ # tools/README.gdb - Information and hints about gdb # You can execute the commands in this file with # '. README.gdb' or 'source README.gdb' # Obtaining the source code # ------------------------- # For example, check out the release gdb-cris4-18R1 by the shell command: # cvs -d :ext:ebbas:/h/hendrikr/gdbcvsroot co -r gdb-cris4-18R1 gdb # The latest development version may be accessed without release tag. # # Configuration and build of the host executable # ---------------------------------------------- # The host options below may be deduced by the shell command uname -a # On a Linux-based machine, mkdir gdb-cris-gnu cd gdb-cris-gnu ../gdb/configure --srcdir=../gdb --host=i686-pc-linux-gnu --target=cris make cd .. ln -s gdb-cris-gnu/gdb/gdb gdb-cris # The gdb executable is in gdb-cris-gnu/gdb/gdb @echo "The gdb executable is in gdb-cris-gnu/gdb/gdb"