<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 31, 2017 at 5:02 AM, Manjukumar Harthikote Matha <span dir="ltr"><<a href="mailto:MANJUKUM@xilinx.com" target="_blank">MANJUKUM@xilinx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"></span><div><div class="gmail-h5"><br>
<br>
</div></div>I think this patch fixes the issue you are mentioning<br>
<a href="https://github.com/Xilinx/meta-xilinx-tools/commit/ecb804aeb5f23156e36e32085a229883944b0b47" rel="noreferrer" target="_blank">https://github.com/Xilinx/<wbr>meta-xilinx-tools/commit/<wbr>ecb804aeb5f23156e36e32085a2298<wbr>83944b0b47</a><br>
<br>
Thanks,<br>
Manju<br></blockquote><div> </div></div><span class="gmail-">Thank you and Mike Looijmans for this clue!</span></div><div class="gmail_extra"><span class="gmail-"><br></span></div><div class="gmail_extra"><span class="gmail-">After applying that patch I discovered my problem was:</span></div><div class="gmail_extra"><span class="gmail-"><br></span></div><div class="gmail_extra">| Building '/pmu-firmware'<br>| 13:07:38 **** Build of configuration Release for project pmu-firmware ****<br>| make all<br>| Building file: ../src/idle_hooks.c<br>| Invoking: MicroBlaze gcc compiler<br>| mb-gcc -Wall -O2 -c -fmessage-length=0 -MT"src/idle_hooks.o" -Os -flto -ffat-lto-objects -I../../pmu-firmware_bsp/psu_pmu_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mcpu=v9.2 -mxl-soft-mul -Wl,--no-relax -ffunction-sections -fdata-sections -MMD -MP -MF"src/idle_hooks.d" -MT"src/idle_hooks.o" -o "src/idle_hooks.o" "../src/idle_hooks.c"<br>| /home/hutch/Xilinx/SDK/2017.1/gnu/microblaze/lin/bin/../lib/gcc/microblaze-xilinx-elf/6.2.0/../../../../microblaze-xilinx-elf/bin/as: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory<br>| src/<a href="http://subdir.mk:181">subdir.mk:181</a>: recipe for target 'src/idle_hooks.o' failed<br>| make: *** [src/idle_hooks.o] Error 1</div><div class="gmail_extra"><br></div><div class="gmail_extra">So I added sudo dpkg --add-architecture i386 and installed the i386 libs but still initially missed one.  The one I needed to get past the error was:</div><div class="gmail_extra"><br></div><div class="gmail_extra">sudo apt-get install lib32z1</div><div class="gmail_extra"><br></div><div class="gmail_extra">Build completed and I see BOOT.bin now so I'm happy.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Brian</div><div class="gmail_extra"><br></div></div>