dicecco1 / fpga_caffe

Other
119 stars 51 forks source link

error: cannot find -lxilinxopencl and -llmx6.0 #15

Closed MacmillanZhu closed 4 years ago

MacmillanZhu commented 6 years ago

Hi, thanks for open-sourcing. I try to compile and run this, after "make all", I got an error bellow:

LD -o .build_release/lib/libcaffe.so.1.0.0 /usr/bin/ld: cannot find -lxilinxopencl /usr/bin/ld: cannot find -llmx6.0 collect2: error: ld returned 1 exit status Makefile:608: recipe for target '.build_release/lib/libcaffe.so.1.0.0' failed make: *** [.build_release/lib/libcaffe.so.1.0.0] Error 1

According to your reply in issue #5, I sourced the settings64.sh file, but the error still exists. By the way, I'm using SDAccel 2017.1 on Ubuntu 16.04.5 LTS Version. Any suggestions?

Nyceane commented 6 years ago

I am having same problem, can someone help?

carherlu commented 5 years ago

I'm also having the same problem

louvinci commented 5 years ago

God... Has the problem been solved?

dicecco1 commented 5 years ago

I'm no longer actively working on this project, the issue is most likely due to some change in the build flow with other versions of SDAccel/OS combinations so it'd probably just involve tinkering with the Makefile a bit to get everything compiling again

louvinci commented 5 years ago

I'm no longer actively working on this project, the issue is most likely due to some change in the build flow with other versions of SDAccel/OS combinations so it'd probably just involve tinkering with the Makefile a bit to get everything compiling again

Thank you for your reply. I'll have a try.