All of lore.kernel.org
 help / color / mirror / Atom feed
* how to get create/compile time of vmlinux
@ 2012-04-20 12:09 卜弋天
  2012-04-20 14:01 ` Alexandru Juncu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 卜弋天 @ 2012-04-20 12:09 UTC (permalink / raw)
  To: kernelnewbies





Hi All:    i have a vmlinux file, how can i know when it is created/compiled?   thanks.  Best Regards 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120420/5b3bf0ea/attachment.html 

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

* how to get create/compile time of vmlinux
  2012-04-20 12:09 how to get create/compile time of vmlinux 卜弋天
@ 2012-04-20 14:01 ` Alexandru Juncu
  2012-04-20 14:05 ` Vlad Dogaru
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Alexandru Juncu @ 2012-04-20 14:01 UTC (permalink / raw)
  To: kernelnewbies

2012/4/20 ??? <buyit@live.cn>:
> Hi All:
>
> ?? i have a vmlinux file, how can i know when it is created/compiled?
> ?? thanks.

If it's the original image (not a copy) you can always do a ls -l or
stats on it...

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

* how to get create/compile time of vmlinux
  2012-04-20 12:09 how to get create/compile time of vmlinux 卜弋天
  2012-04-20 14:01 ` Alexandru Juncu
@ 2012-04-20 14:05 ` Vlad Dogaru
  2012-04-20 16:46 ` Jonathan Neuschäfer
  2012-04-30  7:41 ` brooks
  3 siblings, 0 replies; 5+ messages in thread
From: Vlad Dogaru @ 2012-04-20 14:05 UTC (permalink / raw)
  To: kernelnewbies

2012/4/20 ??? <buyit@live.cn>:
> Hi All:
>
> ?? i have a vmlinux file, how can i know when it is created/compiled?
> ?? thanks.

If you manage to boot the image, /proc/version should tell you when
the image was compiled.

Vlad

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

* how to get create/compile time of vmlinux
  2012-04-20 12:09 how to get create/compile time of vmlinux 卜弋天
  2012-04-20 14:01 ` Alexandru Juncu
  2012-04-20 14:05 ` Vlad Dogaru
@ 2012-04-20 16:46 ` Jonathan Neuschäfer
  2012-04-30  7:41 ` brooks
  3 siblings, 0 replies; 5+ messages in thread
From: Jonathan Neuschäfer @ 2012-04-20 16:46 UTC (permalink / raw)
  To: kernelnewbies

On Fri, Apr 20, 2012 at 08:09:27PM +0800, ??? wrote:
> Hi All:    i have a vmlinux file, how can i know when it is created/compiled?   thanks.  Best Regards

The "file" utility should give you the version, the compile time, and
some other information about vmlinuz and probably also vmlinux files.

HTH,
	Jonathan Neusch?fer

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

* how to get create/compile time of vmlinux
  2012-04-20 12:09 how to get create/compile time of vmlinux 卜弋天
                   ` (2 preceding siblings ...)
  2012-04-20 16:46 ` Jonathan Neuschäfer
@ 2012-04-30  7:41 ` brooks
  3 siblings, 0 replies; 5+ messages in thread
From: brooks @ 2012-04-30  7:41 UTC (permalink / raw)
  To: kernelnewbies

Building time has already been statically compiled into the kernel image
file, you can use ' strings vmlinux | grep "Linux version" ' to get it back.

2012/4/20 ??? <buyit@live.cn>

>  Hi All:
>
>    i have a vmlinux file, how can i know when it is created/compiled?
>    thanks.
>
>
> Best Regards
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120430/825398cf/attachment.html 

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

end of thread, other threads:[~2012-04-30  7:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20 12:09 how to get create/compile time of vmlinux 卜弋天
2012-04-20 14:01 ` Alexandru Juncu
2012-04-20 14:05 ` Vlad Dogaru
2012-04-20 16:46 ` Jonathan Neuschäfer
2012-04-30  7:41 ` brooks

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.