-
Notifications
You must be signed in to change notification settings - Fork 131
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
compile crashing on ofxCvPiCam #7
Comments
Hello, |
I tried that right before your post. Defiantly got it further through compilation. However, now im getting a new error: fApp.cpp:(.text+0xec4): undefined reference to I tried googleing this one but did not get any valuable info... going to keep working on it but if anyone has any ideas it would be fantastic. Has anyone complied this on a ARM6 pi? Just making sure that has nothing to do with it.. |
I actually bought a brand new Pi to test this out. Still getting the same general error when compiling: In file included from ../../../addons/ofxCvPiCam/libs/mmal/src/interface/mmal/util/mmal_graph.c:32:0: Any one have any ideas on this? Or would anyone be willing to share a working image of this that i can take a look at? Thanks so much! |
Hi @d0ubleI, which RPi are you compiling on? Going to see if i can find out why its not compiling David |
Hi @DHaylock DHaylock, If anyone has a image of a pi running a dev version of this and could upload it that would be super helpful too, I totally understand if that is not possible though. |
Hello, Anything new about compiling on Raspberry Pi 2 with Raspbian Jessie 4.1.15-v7+ # 830 ? I have installed OF from master branch. And get the following errors Best regards,
|
Check out this first orgicus/ofxCvPiCam#3 I've just tried compiling it for Jessie on armv7l and @crx091081gb 's steps work. Best David |
Hi @DHaylock , Thank you for the reply but not works to me. Best regards,
|
Could you try compiling the example-ofxCvPiCam to see what happens? David |
I get a error with stable branch of OF. Thanks.
|
Hey @hexagon-robotics is there more of the error log, i can see notes but no errors. Cheers |
Hi there, @hexagon-robotics, did you get any solution for your problem? I am getting trubble from obj/linuxarmv6l/Release/src/ofApp.o too and there is no ofApp.o in there. |
Hello,
I've run into a strange issue while compiling. I have completely rebuilt my pi just to run this app and reinstalled OF. I was able to compile another project so I'm pretty sure OF is installed properly. Just running into the issue below during the build:
./../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:3 60: recipe for target '../../../addons/obj/linuxarmv6l/Release/ofxCvPiCam/libs/m mal/src/interface/mmal/core/mmal_port_clock.o' failed
make[1]: *** [../../../addons/obj/linuxarmv6l/Release/ofxCvPiCam/libs/mmal/src/i nterface/mmal/core/mmal_port_clock.o] Error 1
../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:3 60: recipe for target '../../../addons/obj/linuxarmv6l/Release/ofxCvPiCam/libs/m mal/src/interface/mmal/util/mmal_graph.o' failed
make[1]: *** [../../../addons/obj/linuxarmv6l/Release/ofxCvPiCam/libs/mmal/src/i nterface/mmal/util/mmal_graph.o] Error 1
In file included from ../../../addons/ofxCvPiCam/libs/mmal/src/interface/mmal/co re/mmal_port.c:31:0:
/home/pi/openFrameworks/addons/ofxCvPiCam/libs/mmal/src/interface/mmal/core/mmal _port_private.h: At top level:
/home/pi/openFrameworks/addons/ofxCvPiCam/libs/mmal/src/interface/mmal/core/mmal _port_private.h:93:67: error: unknown type name ‘MMAL_CLOCK_PAYLOAD_T’
typedef void (MMAL_PORT_CLOCK_EVENT_CB)(MMAL_PORT_T *port, const MMAL_CLOCK_PA YLOAD_T *event);
^
../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:3 60: recipe for target '../../../addons/obj/linuxarmv6l/Release/ofxCvPiCam/libs/m mal/src/interface/mmal/core/mmal_port.o' failed
make[1]: ** [../../../addons/obj/linuxarmv6l/Release/ofxCvPiCam/libs/mmal/src/i nterface/mmal/core/mmal_port.o] Error 1
make[1]: Leaving directory '/home/pi/openFrameworks/apps/myApps/sensor'
../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:1 26: recipe for target 'Release' failed
make: *** [Release] Error 2
If you have any ideas of what I can try to fix this i would be very great-full. Let me know if you need any more information about the rest of the output or my device. its a ARM6 pi as you can probably tell
The text was updated successfully, but these errors were encountered: