<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>