You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've has RPI B+ lying around and decided to go ahead and try this. I've managed to install a Jessie image OF 0.9.8, did the libs trick and even set a cross compiling solution on my Mac. Unfortunately, after several compilations, I've tried a couple of things but keep getting always the same ending. Compiling either on the Mac or the Rpi. Can someone show me what's wrong?!
In file included from /home/pi/openFrameworks/apps/Footfall/Footfall/src/CameraManager.h:20:0,
from /home/pi/openFrameworks/apps/Footfall/Footfall/src/ofApp.h:11,
from /home/pi/openFrameworks/apps/Footfall/Footfall/src/ofApp.cpp:8:
/home/pi/openFrameworks/addons/ofxCvPiCam/src/ofxCvPiCam.h: At global scope:
/home/pi/openFrameworks/addons/ofxCvPiCam/src/ofxCvPiCam.h:200:13: warning: ‘void color_callback(MMAL_PORT_T*, MMAL_BUFFER_HEADER_T*)’ declared ‘static’ but never defined [-Wunused-function]
static void color_callback(MMAL_PORT_T , MMAL_BUFFER_HEADER_T );
^
/home/pi/openFrameworks/addons/ofxCvPiCam/src/ofxCvPiCam.h:201:13: warning: ‘void gray_callback(MMAL_PORT_T, MMAL_BUFFER_HEADER_T)’ declared ‘static’ but never defined [-Wunused-function]
static void gray_callback(MMAL_PORT_T *, MMAL_BUFFER_HEADER_T *);
^
/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:200: recipe for target 'obj/linuxarmv6l/Release/src/ofApp.o' failed
make[1]: *** [obj/linuxarmv6l/Release/src/ofApp.o] Error 1
make[1]: Leaving directory '/home/pi/openFrameworks/apps/Footfall/Footfall'
/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:125: recipe for target 'Release' failed
make: *** [Release] Error 2``
Thank you!
The text was updated successfully, but these errors were encountered:
Hi there!
I've has RPI B+ lying around and decided to go ahead and try this. I've managed to install a Jessie image OF 0.9.8, did the libs trick and even set a cross compiling solution on my Mac. Unfortunately, after several compilations, I've tried a couple of things but keep getting always the same ending. Compiling either on the Mac or the Rpi. Can someone show me what's wrong?!
In
file included from /home/pi/openFrameworks/apps/Footfall/Footfall/src/CameraManager.h:20:0,from /home/pi/openFrameworks/apps/Footfall/Footfall/src/ofApp.h:11,
from /home/pi/openFrameworks/apps/Footfall/Footfall/src/ofApp.cpp:8:
/home/pi/openFrameworks/addons/ofxCvPiCam/src/ofxCvPiCam.h: At global scope:
/home/pi/openFrameworks/addons/ofxCvPiCam/src/ofxCvPiCam.h:200:13: warning: ‘void color_callback(MMAL_PORT_T*, MMAL_BUFFER_HEADER_T*)’ declared ‘static’ but never defined [-Wunused-function]
static void color_callback(MMAL_PORT_T , MMAL_BUFFER_HEADER_T );
^
/home/pi/openFrameworks/addons/ofxCvPiCam/src/ofxCvPiCam.h:201:13: warning: ‘void gray_callback(MMAL_PORT_T, MMAL_BUFFER_HEADER_T)’ declared ‘static’ but never defined [-Wunused-function]
static void gray_callback(MMAL_PORT_T *, MMAL_BUFFER_HEADER_T *);
^
/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:200: recipe for target 'obj/linuxarmv6l/Release/src/ofApp.o' failed
make[1]: *** [obj/linuxarmv6l/Release/src/ofApp.o] Error 1
make[1]: Leaving directory '/home/pi/openFrameworks/apps/Footfall/Footfall'
/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:125: recipe for target 'Release' failed
make: *** [Release] Error 2``
Thank you!
The text was updated successfully, but these errors were encountered: