09-17-2014 07:58 AM
Hello,
I am running Fedora 20 64bit inside Virtualbox 3.16.
I installed all the prerequisites and have everything runing seaminly smooth.
After exporting the hardware I set up a petalinux project per the instructions and when I run: petalinux-config --get-hw-description -p <plnx-proj-root>. I get an error that libgomp.so.1 is not found when linking against the hsm executable.
An ldd on hsm showed a number of missing links which I corrected in /etc/ld.so.conf.
libgomp.so.1 remains as the only link that it can not find and in fact it is in the library search path.
Anyone run into this problem? Any suggestions for correct?
Thanks,
Drake
09-17-2014 03:27 PM
09-19-2014 03:21 PM
Thank you! This did fix it. It was the 32bit libraries I was missing.
02-03-2015 11:42 PM
Hi, I'm having the same problem here with 2014.4, did you do anything else rather than installing the 32bit library? I cant get past the issue when running petalinux-build.
Thanks :)
02-20-2015 01:55 PM
I was able to figure out the solution for 2014.4 CentOS 6.6 here. Take a look
http://forums.xilinx.com/t5/New-Users-Forum/PetaLinux-build-error/m-p/555835/highlight/false#M15312