Whole document tree
14.3.13 Tsqware Sparclet
GDB enables developers to debug tasks running on
Sparclet targets from a Unix host.
GDB uses code that runs on
both the Unix host and on the Sparclet target. The program
When compiling for debugging, include the options `-g' to get debug information and `-Ttext' to relocate the program to where you wish to load it on the target. You may also want to add the options `-n' or `-N' in order to reduce the size of the sections. Example:
You can use
Once you have set
your Unix execution search path to find GDB, you are ready to
run GDB. From your Unix host, run GDB comes up showing the prompt:
This document was generated by root on January, 30 2002 using texi2html |