<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><br>And I just double check, the transition happened from 2.6.25 to 2.6.26:<br><br>This is makefile fragment of 2.6.25:<br><br>linux-2.6.25/arch/x86/boot/compressed/Makefile<br>OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S<br>$(obj)/vmlinux.bin: vmlinux FORCE<br>&nbsp;&nbsp;&nbsp; $(call if_changed,objcopy)<br><br>while the following is makefile fragment of 2.6.26:<br><br>linux-2.6.26/arch/x86/boot/compressed/Makefile:<br>OBJCOPYFLAGS_vmlinux.bin :=&nbsp; -R .comment -S<br>$(obj)/vmlinux.bin: vmlinux FORCE<br>&nbsp;&nbsp;&nbsp; $(call if_changed,objcopy)<br><br>The "-O binary" is removed. And I don't find any changelog.<br><br>Jacky<br><br>At 2013-03-02 15:54:33,Jacky&nbsp;&lt;jackyclivia@163.com&gt; wrote:<br> <blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">&nbsp;Hi All,<br><br>Recently, I found that x86 vmlinux.bin are changed from raw image to elf, we can got it from the following objcopy flags:<br><br>linux-3.7.x/arch/x86/boot/compressed/Makefile£º<br>OBJCOPYFLAGS_vmlinux.bin :=&nbsp; -R .comment -S<br>$(obj)/vmlinux.bin: vmlinux FORCE<br>&nbsp;&nbsp;&nbsp; $(call if_changed,objcopy)<br><br>we can see that kbuild pass no "-O binary" to objcopy. <br><br>And I double check the vmlinux.bin as following:<br><br>linux-3.7.x/arch/x86/boot/compressed$ file vmlinux.bin<br>vmlinux.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, BuildID[sha1]=0x7ad967473a9b36bc529551eecd326b5dfd15a426, stripped<br><br>Make sure the vmlinux.bin is elf, not raw binary. Anyone knows the rootcause ?<br><br>Thanks,<br>Jacky<br><br><br><br><br><br></div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span></blockquote></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>