cedricve / raspicam

AVA RaspiCam: C++ API for using Raspberry camera with/without OpenCv
322 stars 138 forks source link

Can't compile the library #75

Open abeckers opened 2 years ago

abeckers commented 2 years ago

I'm trying to compile the library on a Pi 4 64-bit Raspberry OS. I get the following error

[  4%] Linking CXX shared library libraspicam_cv.so
/usr/bin/ld: /opt/vc/lib/libmmal_core.so: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/raspicam_cv.dir/build.make:248: src/libraspicam_cv.so] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:170: src/CMakeFiles/raspicam_cv.dir/all] Fehler 2
make: *** [Makefile:149: all] Fehler 2
markemadsobhe commented 1 year ago

do you solve it ?