Changes between Version 64 and Version 65 of Developer/Projects/Open/TraceTool


Ignore:
Timestamp:
08/14/09 15:13:13 (15 years ago)
Author:
Cocanlucian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/TraceTool

    v64 v65  
    7676                           '''--trace-file'''=''path to the trace file''
    7777                           '''--dec-file'''=''where to save the final decoded data''
    78                            '''--c''' ''path to the configuration file''
     78                           '''--config'''=''path to the configuration file''
    7979
    8080In this mode, the RTEMS trace tool will read the input file, specified using the -t or --trace-file option and decode it, generating the final decoded data in the file specified by the -d or --dec-file option. If these options are not specified then the file ''cwd/log.txt'' will be used as input file and ''cwd/decoded.txt'' will be used as output file.
     
    217217 *  Set up the configuration files as explained [http://www.rtems.org/wiki/index.php/RTEMS_Trace_Tool#Configuration_files here].
    218218 *  Generate the wrapping code:
    219 
     219                         
    220220   ./rtems_trace.py
    221221