stripdebug

Description

The stripdebug tool generates a dynamic module to be passed to the EL library from object files.

Using the Tool

Start Command

% stripdebug [-o OUTPUT_FILE] [-O OUTPUT_DEBUG_FILE] INPUT_FILE

This tool generates OUTPUT_FILE, a dynamic module actually used by the application, as well as OUTPUT_DEBUG_FILE, a file used for debugging, from the object file specified by INPUT_FILE.

For more information on using the EL library, including how to pass OUTPUT_DEBUG_FILE to the debugger and details on using this tool, see EL Library Overview.

Location

$TwlSDK/tools/bin/stripdebug.exe

See Also

EL

Revision History

2008/10/06 Initial version.


CONFIDENTIAL