ChorusOS 4.0 Production Guide

Build in Debug Mode

To debug a component, you may need to recompile it with special compilation options. To achieve this for the EXAMPLES component:

  1. Remove the component's build directory:

    host% rm -rf build-EXAMPLES
    

  2. Add 'FREMOTEDEB=ON' to the Paths file.

  3. Use the make command to recompile the component:

    host% make