Hi,
Succesfully compiled oF_0.9.2(ARMv7) on rPi2 running Archlinux, however, I run into some errors
regarding mesa lib (libEGL). Any help or indications would be really helpful.
Thank you
Hi,
Succesfully compiled oF_0.9.2(ARMv7) on rPi2 running Archlinux, however, I run into some errors
regarding mesa lib (libEGL). Any help or indications would be really helpful.
Thank you
Hi,
I also have that same error.
I’ve tried other examples everything works fine.
The example for opengl es compiles but crashes after doing make run
.
I also tried making a new project with the opencv addon, same result…
Hello, I am Sebastian, I am from Argentina. I have the same problem. In Raspbian run Ok but in Arch Linux no works!!! The examples is openCVExample!!!
You followed the tutorial on the site, right ?
I published my steps so the community will help resolving that, until then it doesn’t completely work.
One oF member says it’s possibly a lib link order issue, I will investigate it in the weekend.
Have fun !
Hi @floatLab, I follow the tutorial step by step!!! I don’t understand this problem!!! I think that ArchLinux change all the time!! The others examples 3D, camera (ofVideoGrabber), shaders run very nice!!
I encountered same problem. I couldn’t understand how to fix it.
There are some error about libEGL.so
I edited config.linuxarmv7l.raspberry2.mk
PLATFORM_LIBRARIES += GLESv2
PLATFORM_LIBRARIES += GLESv1_CM
PLATFORM_LIBRARIES += EGL
to
PLATFORM_LIBRARIES += EGL
PLATFORM_LIBRARIES += GLESv2
PLATFORM_LIBRARIES += GLESv1_CM
After this change, i can finish make openCvEsample.
But “make run” does not works correctly.
Can you explain more what happens when you run make run
?