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

Test builds but fails to run on A20 (banana-pro) #15

Open
zgoda opened this issue Feb 15, 2016 · 1 comment
Open

Test builds but fails to run on A20 (banana-pro) #15

zgoda opened this issue Feb 15, 2016 · 1 comment

Comments

@zgoda
Copy link

zgoda commented Feb 15, 2016

On Banana Pro board with Arch Linux the library and test compiles cleanly but test fails:

$ DISPLAY=":0" ./test
Error: eglInitialise failed!

Library was built with following configuration:

$ make config ABI="armhf"
rm -f config.mk
make config.mk
make[1]: Entering directory '/home/bananapi/src/sunxi-mali'
make -f Makefile.config
make[2]: Entering directory '/home/bananapi/src/sunxi-mali'
ABI="armhf" (Provided)
VERSION="r3p0" (Detected)
EGL_TYPE="x11" (Detected)
echo "MALI_VERSION ?= r3p0" > config.mk
echo "MALI_LIBS_ABI ?= armhf" >> config.mk
echo "MALI_EGL_TYPE ?= x11" >> config.mk
make[2]: Leaving directory '/home/bananapi/src/sunxi-mali'
make[1]: Leaving directory '/home/bananapi/src/sunxi-mali'
@zgoda zgoda changed the title Test builds but fails on A20 (banana-pro) Test builds but fails to run on A20 (banana-pro) Feb 15, 2016
@mard
Copy link

mard commented Jun 15, 2016

A10 with Arch Linux ARM here. Not only tests; es2_info, es2gears_x11 and es2tri all fail with the same "eglInitialise() failed" error. I don't know what's the problem. Maybe it has something to do with conflicts between existing libraries. However VDPAU seems to work fine. You can also try the method from this post.

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

2 participants