Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-11018

OFD utility -o option doesn't work if it is specified after the file name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low

      The following command works as expected ...

      % ofd2000 --call_graph -o=stack_calls.xml file.out
      

      When the -o option is at the end of the command ...

      % ofd2000 --call_graph file.out -o=stack_calls.xml
      

      ... the output is not written to the file named with -o, but to stdout instead. It ends with ...

      error: failed to read "-o=stack_calls.xml"
      

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: