This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

‧‧show_cmdline

Hi all,

is any body knows how command line option --show_cmdline works?

i didn't get enough information from compiler reference guide.

Parents Reply Children
  • hi Andy,

    The reference guide says This option shows how the command-line options are processed .

    I just placed --show_cmdline string in Options for target/C or C++/Misc controls box, no use of doing this.

    where do i input this command to see the command-line options processing?

    I need to know how the linker links different files.

  • I'd guess that this is really only useful when using the compiler from the command line?

    The compiler peobably sends the results to the console - which you'll never see if you do it from uVision!

    "I need to know how the linker links different files."

    Isn't that described in the Linker manual?