

The stripdebug tool generates a dynamic module to be passed to the EL library from object files.
% 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.
$TwlSDK/tools/bin/stripdebug.exe
2008/10/06 Initial version.
CONFIDENTIAL