Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

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


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

/* Compile mode */

Legend:

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

    v36 v37  
    3131
    3232Using 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/''
     33Example:
    3334
    3435   ./rtems_trace.py --mode=compile --compiler=i386-rtems4.10-gcc