ChorusOS 4.0 Introduction

Enabling Debugging for Components Built with mkmk

To enable symbolic debugging for system components:

  1. Change to your build directory and remove all the object files and executables:


    % make clean
    

  2. Create a mkmk build definition file:


    % echo 'FREMOTEDEB=ON' > filename.df
    

    filename can be a name of your choice.

  3. Rebuild the system component:


    % make makemk