All of lore.kernel.org
 help / color / mirror / Atom feed
* check gcc parameters without recompiling
@ 2015-10-08 20:14 Ivan Sergio Borgonovo
  2015-10-08 20:47 ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Sergio Borgonovo @ 2015-10-08 20:14 UTC (permalink / raw)
  To: poky

I'd like to check how some stuff has been compiled after I've already 
generated an image.

How can I check it without forcing an actual rebuild?
If not how can I at least restrict the rebuilt to something specific and 
enable some sort of log just to test if gcc option where set as I expect?

Is this the right list for asking such kind of questions?

thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: check gcc parameters without recompiling
  2015-10-08 20:14 check gcc parameters without recompiling Ivan Sergio Borgonovo
@ 2015-10-08 20:47 ` Gary Thomas
  2015-10-08 21:27   ` Ivan Sergio Borgonovo
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2015-10-08 20:47 UTC (permalink / raw)
  To: poky

On 2015-10-08 14:14, Ivan Sergio Borgonovo wrote:
> I'd like to check how some stuff has been compiled after I've already generated an image.
>
> How can I check it without forcing an actual rebuild?
> If not how can I at least restrict the rebuilt to something specific and enable some sort of log just to test if gcc option where set as I expect?
>
> Is this the right list for asking such kind of questions?

Have you looked at the logs?  Complete build logs are found
in ${TMPDIR}/work/*/<package>/<version>/temp/, where '*' is
your target architecture or platform name.  In this directory
you'll find a file 'log.do_compile' which should show you the
output generated from the compile step.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: check gcc parameters without recompiling
  2015-10-08 20:47 ` Gary Thomas
@ 2015-10-08 21:27   ` Ivan Sergio Borgonovo
  0 siblings, 0 replies; 3+ messages in thread
From: Ivan Sergio Borgonovo @ 2015-10-08 21:27 UTC (permalink / raw)
  To: poky

On 10/08/2015 10:47 PM, Gary Thomas wrote:

> Have you looked at the logs?  Complete build logs are found
> in ${TMPDIR}/work/*/<package>/<version>/temp/, where '*' is
> your target architecture or platform name.  In this directory
> you'll find a file 'log.do_compile' which should show you the
> output generated from the compile step.

Thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-08 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 20:14 check gcc parameters without recompiling Ivan Sergio Borgonovo
2015-10-08 20:47 ` Gary Thomas
2015-10-08 21:27   ` Ivan Sergio Borgonovo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.