<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi,</div>
<div><br>
</div>
<div>I downloaded the 3.2.0.27 kernel linux-souce-3.2.0 through apt-get, and compiled it. However, when I tried "make isoimage", it failed as shown below. </div>
<div><br>
</div>
<div>……</div>
<div>
<div>  AS      arch/x86/boot/header.o</div>
<div>  CC      arch/x86/boot/version.o</div>
<div>  LD      arch/x86/boot/setup.elf</div>
<div>  OBJCOPY arch/x86/boot/setup.bin</div>
<div>  OBJCOPY arch/x86/boot/vmlinux.bin</div>
<div>  BUILD   arch/x86/boot/bzImage</div>
<div>Setup is 17052 bytes (padded to 17408 bytes).</div>
<div>System is 4180 kB</div>
<div>CRC 357335b5</div>
<div>Kernel: arch/x86/boot/bzImage is ready  (#2)</div>
<div>rm -rf arch/x86/boot/isoimage</div>
<div>mkdir arch/x86/boot/isoimage</div>
<div>for i in lib lib64 share end ; do \</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>if [ -f /usr/$i/syslinux/isolinux.bin ] ; then \</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>cp /usr/$i/syslinux/isolinux.bin arch/x86/boot/isoimage ; \</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>break ; \</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>fi ; \</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>if [ $i = end ] ; then exit 1 ; fi ; \</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>done</div>
<div>make[1]: *** [isoimage] Error 1</div>
<div>make: *** [isoimage] Error 2</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>The folders required do not exist:</div>
<div>
<div>root@isat:/usr/src/linux-source-3.2.0# ls -l /usr | egrep "lib|share"</div>
<div>drwxr-xr-x 154 root root 40960 Aug  2 10:46 lib</div>
<div>drwxr-xr-x   6 root root 36864 Jun  4 18:47 lib32</div>
<div>drwxr-xr-x 254 root root 12288 Aug  1 17:11 share</div>
<div>root@isat:/usr/src/linux-source-3.2.0# </div>
<div>root@isat:/usr/src/linux-source-3.2.0# ls -l /usr/lib | grep syslinux</div>
<div>root@isat:/usr/src/linux-source-3.2.0# ls -l /usr/share | grep syslinux</div>
</div>
<div><br>
</div>
<div>Any comments?</div>
</div>
<div><br>
</div>
<div>Thanks.</div>
<div>hong</div>
This message contains confidential information. If you are not the intended recipient you are hereby notified that disclosing,copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. Please notify the
 sender immediately and delete this e-mail from your system.
</body>
</html>