ArduCAM / MIPI_Camera

235 stars 109 forks source link

undefined reference to `arducam_mipi_camera_reset' #110

Open Fredrum opened 3 years ago

Fredrum commented 3 years ago

Hello! I'm trying to compile this on a Raspberry 4b - Buster 32bit - kernel 5.10.

I git cloned the project, did cd MIPI_Camera/RPI make

but then I get the error,

/usr/bin/ld: /tmp/ccsCkRhN.o: in function stop': /home/pi/hardwarez/MIPI_Camera/RPI/arducamstill.c:176: undefined reference toarducam_mipi_camera_reset' collect2: error: ld returned 1 exit status make: *** [Makefile:23: arducamstill] Error 1

Did I miss something?

Cheers Fred