Skip to content
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

Compiling error ofApp.o #123

Open
Kalim3ru opened this issue Apr 23, 2019 · 0 comments
Open

Compiling error ofApp.o #123

Kalim3ru opened this issue Apr 23, 2019 · 0 comments

Comments

@Kalim3ru
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant