Hi, Env: Uvision 3, ARM Realview 2.??? dev tools Is there a way to see the messages passed between the IDE & the compiler / linker / etc... in other words, i want more than compiling foo.c.... compiling bar.c.... linking... I want to see the explicit / full command line passed to the compiler / linker from the IDE (while using the IDE, not a batch file.) Thanks & sorry if this in "ITFM" :-/
Isn't the full command line shown in the listing file?
Well, a couple things... - I don't create assembly listings for each .c file, the only file I create is the "linker error file" - even if I got the output from the compiler / linker, I'm even more interested in the command(s) sent from the IDE to the ARM tools. Having them together (commands sent to the dev tools, along with the text output msgs from the dev tools) would be best. With the ARM SDT (I know, call me a child of the 90s) I could copy & paste the output from the build window to see exactly the full invocation path of the compiler, the options passed to the compiler for each file, the directories / paths used, the list of object files linked together, etc... Basically, you know when you would do a "make" in Unix / Linux (and I guess in Windows too), you see in the shell window the commands being executed to create the target, along with the output from the tools? That's what I want. I don't know if I've explained it clearly though.... Thanks for your help.
Sorry -- one more thing I should mention -- I know there is the "Create Batch File" option under the Output tab, and there is the linker .lnp file used by the linker. But ideally I'd like the contents of these 2 files shown in the output window during the build, interspersed with the output from the build tools... Could be there's no way to do it, it would just be surprising to me if that were true.