Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » How can a log-file of compile/link of my app be created? (We are interested in getting a log-file output from clang compiler in theide. How?)
Re: How can a log-file of compile/link of my app be created? [message #45234 is a reply to message #45233] |
Wed, 14 October 2015 06:18  |
|
jfranks wrote on Wed, 14 October 2015 00:55How can I obtain a log-file of the compilation/link of our app using theide?
Hi Jeff,
You can simply copy it from the Console (the pane under code editor, it's the second tab from top) after compilation. Simple ctrl+a and ctrl+c should be enough.
Also, it might be a good idea to turn on verbose mode and/or clean your packages, so that you have a full report.
Best regards,
Honza
PS: You could also run the compilation from command line, using umk, which puts all the output on stdout. But that is unnecessarily complicated, unless you want this process automated.
|
|
|
Goto Forum:
Current Time: Sun Jun 22 14:10:33 CEST 2025
Total time taken to generate the page: 0.04327 seconds
|