-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Problem compiling ofxOMXPlayer: undefined reference to symbol 'eglCreateImageKHR' #178
Comments
I'm having the same problem. |
Has anyone solved this? I'm struggling to compile ofxOMXPlayer examples at RPI3 running buster and OF 0.11.0. |
Just to let everyone know, these steps worked for me:
Cheers! |
Hi fbarretto |
Hi! Raspberry PI 4 is not yet supported. Stick to Pi 3 |
I'm trying to run the ofxPiMapper in RaspBerry Pi 3 (debian version 10.6, Linux raspberrypi 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux) with OF version 0.11.0.
After following the instructions, the compiler is having problems with 'eglCreateImageKHR' compiling the ofxOMXPlayer addon.
The message is the following:
/usr/bin/ld: /home/pi/openFrameworks/addons/obj/linuxarmv6l/Release/ofxOMXPlayer/src/ofxOMXPlayerEngine.o: undefined reference to symbol 'eglCreateImageKHR'
/usr/bin/ld: //opt/vc/lib/libbrcmEGL.so: error adding symbols: DSO missing from command line
It seems the issue is already posted in the ofxOMXPlayer forum. However, there is no a clear solution, have you guys resolved this issue?
The text was updated successfully, but these errors were encountered: