Hi all,
is any body knows how command line option --show_cmdline works?
i didn't get enough information from compiler reference guide.
In what way was it lacking? What further information did you require?
www.keil.com/.../armccref_cihgifhg.htm
Have you just tried it?
What do you actually want to achieve?
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?