10-01-2017 06:11 AM
Hi,
There are 2 questions in this post, somewhat related.
Question 1:
I was trying to get my AWS F1 environment to work on my local Centos machine.
I encountered the following...
AWS FPGA-SDK-INFO: /etc/OpenCL/vendors/xilinx.icd does not exist or does not contain lbixilinxopencl.so creating and adding libxilinxopencl.so to it
sh: /etc/OpenCL/vendors/xilinx.icd: No such file or directory
Where can I find lbixilinxopencl.so?
Question 2:
I suspect it has to do with my installation of SDx environment.
I followed the following document.
Following the steps to install SDx environment for Centos7 I have a question about step 2.
2. Install the OpenCL SDK RPMs.
linux> rpm -i /proj/picasso/centos/OpenCL-RPMS/*.rpm
I suspect I have a missing RPM. What RPMs is Step 2 referring to?
Linus
10-06-2017 09:34 AM
10-06-2017 09:34 AM
10-06-2017 10:21 PM
Hi,
I actually found the file at /runtime/lib/x86_64/lib/ as you suggested.
It turns out for some reason sudo didn't work when trying to create /etc/OpenCL/vendors/xilinx.icd
I had to be superuser to do that.
The 2nd question is not relevant anymore.
Thanks.
Linus