Changes between Version 37 and Version 38 of Developer/Projects/Open/TraceTool


Ignore:
Timestamp:
08/10/09 17:47:55 (15 years ago)
Author:
Cocanlucian
Comment:

/* Compile mode */

Legend:

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

    v37 v38  
    3030                           --objpath=path to where the compiled wrapping code should be saved
    3131
    32 Using this mode the user can compile all the .c files from a directory (usually the .c files from the wrapping code directory) and save the resulted files (.o files) in the directory specified by the -o option. If the -g and -o options are not specified then the rtems_trace tool will look in the ''wrappers'' directory located in cwd and save the .o files in a directory named ''objects'' also from cwd. Also, if the -l option it's not specified than the tool will choose this path by default: ''/opt/rtems-4.10/i386-rtems4.10/pc386/lib/''
     32Using this mode the user can compile all the .c files from a directory (usually the .c files from the wrapping code directory) and save the resulted files (.o files) in the directory specified by the -o option. If the -g and -o options are not specified then the rtems_trace tool will look in the ''wrappers'' directory located in cwd and save the .o files in a directory named ''objects'' also from cwd. Also, if the -l option it's not specified than the tool will choose this path by default: ''/opt/rtems-4.10/i386-rtems4.10/pc386/lib/''.
    3333Example:
    3434