Go to the first, previous, next, last section, table of contents.


GDB and Hitachi microprocessors

GDB needs to know these things to talk to your Hitachi SH, H8/300, or H8/500:

  1. that you want to use `target hms', the remote debugging interface for Hitachi microprocessors, or `target e7000', the in-circuit emulator for the Hitachi SH and the Hitachi 300H. (`target hms' is the default when GDB is configured specifically for the Hitachi SH, H8/300, or H8/500.)
  2. what serial device connects your host to your Hitachi board (the first serial device available on your host is the default).
  3. what speed to use over the serial device.


Go to the first, previous, next, last section, table of contents.