how to get create/compile time of vmlinux
Hi All: i have a vmlinux file, how can i know when it is created/compiled? thanks. Best Regards
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
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@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (5)
-
Alexandru Juncu -
brooks -
Jonathan Neuschäfer -
Vlad Dogaru -
卜弋天