I had created a project in Xilinx SDK
using Linux as OS. the code is written in c++ and when I created the project and copied the .elf file of the project to SD card and inserted the SD card into the Zedboard along with other boot files required for booting SD card on Zedboard, I got these error while compiling. I guess the problem is with the compiler because when building the project the compiler in Xilinx SDK
was "Xilinx ARM/GNU Linux toolchain
" and I guess the compiler in the preinstalled Petalinux on Zedboard is different. The error which I received is
zynq> /mnt/mibr.elf /mnt/mibr.elf: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory
Can somebody guide me what should I do to remove this error and make it able to get executed.