doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.22k stars 370 forks source link

An error when compiling the project #153

Open davidtong-300 opened 3 years ago

davidtong-300 commented 3 years ago

Hey guys, I got an error when tried to compile the program. It looks like a problem that the project cannot find the lib file, but I tried many ways still not working. Screenshot from 2020-10-16 21-39-49 My Ubuntu version is 16.04 Quartus and Open CL SDK for FPGA is 18.1 OpenCV is 2.x. Does anyone can give me any suggestions? Thank you for your help.

datnguyen263 commented 3 years ago

Do you solved the problem?

doonny commented 3 years ago

It seems you are building for ARM processor, make sure you have correct cross-compiling env set up .

datnguyen263 commented 3 years ago

It seems you are building for ARM processor, make sure you have correct cross-compiling env set up .

How to check cross-compliling env setup? Tks for your answer!