RTEMS Logo

RTEMS 4.8.0 On-Line Library


Using the GDB configure Script Directly

PREV UP NEXT Bookshelf Getting Started with RTEMS

4.2.4.2: Using the GDB configure Script Directly

This section describes how to configure the GNU debugger for RTEMS targets using configure and make directly. The following example illustrates the invocation of configure and make to build and install gdb-6.5 for the m68k-rtems4.8 target:

mkdir b-gdb
cd b-gdb
../gdb-6.5/configure --target=m68k-rtems4.8 \
  --prefix=/tmp/rtemsdocs-4.8.0
make all
make info
make install

For some configurations, it is necessary to specify extra options to configure to enable and configure option components such as a processor simulator. The following is a list of configurations for which there are extra options:

powerpc-rtems4.8
--enable-sim --enable-sim-powerpc --enable-sim-timebase --enable-sim-hardware
sparc-rtems4.8
--enable-sim

After gdb-6.5 is built and installed the build directory b-gdb may be removed.

For more information on the invocation of configure, please refer to the documentation for gdb-6.5 or invoke the gdb-6.5 configure command with the --help option.


PREV UP NEXT Bookshelf Getting Started with RTEMS

Copyright © 1988-2007OAR Corporation