numbqq / glmark2-es2-fbdev

glmark2-es2 for ARM Mali GPU fbdev mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compile using mainline lima.

jsaak opened this issue · comments

commented

I tried to compile it on a recent Armbian distribution (using LIMA):

sudo apt install python libpng-dev libjpeg-dev pkg-config libegl-dev libgles2 libgles-dev
./waf configure --with-flavors=fbdev-glesv2 --data-path=$(pwd)/data
./waf

but it has no EGL/eglplatform_fb.h

In file included from ../src/main.cpp:46:
../src/native-state-fbdev.h:35:10: fatal error: EGL/eglplatform_fb.h: No such file or directory
   35 | #include <EGL/eglplatform_fb.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

do we still need this repository? https://github.com/linux-sunxi/sunxi-mali
Or is it possible to compile without it.