-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot complie CaffeOnACL missing Compute library #23
Comments
any update ? I meet the same problem. |
Please check libarm_compute.so and libarm_compute_core.so files are located in /usr/lib directory before compiling CaffeOnACL. CaffeOnACL will try to find ACL library in /usr/lib first for linking. Thanks. |
I am facing the same problem. The files are at
|
The the libarm_compute.so in AID is 64bit, did you try to build 32bit libraries? if so, please compile Arm Compute library to 32 bit yourself. |
I have followed the installation process on the repo. I am not sure that the given |
Is there any solution to the above problem I an facing the same problem. |
@sejal-gupta Did you try to build 32 bits program? Can you paste the error message? |
@joey2014 thank you for your reply. Following is the error I am getting. |
@sejal-gupta There are two reasons that caused the link failure:
|
@joey2014 Thanks a lot |
I have followed the instruction. also the pdf to compile CaffeOnACL.
Hpwever, it keeps failing during "sudo make all" steps.
I have tried to compile computer library again but the library are still not compatible or missing.
Any help would be appreciated. Thanks
The text was updated successfully, but these errors were encountered: