Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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?)
How can a log-file of compile/link of my app be created? [message #45233] Wed, 14 October 2015 00:55 Go to next message
jfranks is currently offline  jfranks
Messages: 36
Registered: September 2014
Location: Houston, Texas
Member
Hello,

We have an application that we are compiling w/ CLANG using theide.
There are so many warnings in our code and we need to closely examine and resolve.
I wanted to share some of these with my peers at work and the
easiest way is to produce a log-file of the compilation for them to look at.

How can I obtain a log-file of the compilation/link of our app using theide?

--Jeff
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 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

jfranks wrote on Wed, 14 October 2015 00:55
How 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.
Previous Topic: Is U++ compatible w/ Linux Clang compiler?
Next Topic: MSC15 build method
Goto Forum:
  


Current Time: Fri Mar 29 16:28:41 CET 2024

Total time taken to generate the page: 0.01096 seconds