ChorusOS 5.0 Debugging Guide

Enabling Debugging for Components Built With mkmk

The following procedure describes how to enable symbolic debugging for system components built with mkmk.

To Enable Debugging for Componentes Built with mkmk
  1. Edit the definition file.

    Add the following line to the end of the specified *.df (definition) file:

    FREMOTEDEB=ON

  2. Remove all the object files and executables.


    $ make clean
    

  3. Create a new Makefile.


    $ make mkmk
    

  4. Rebuild the system component.


    $ make