R3D9477

Results 48 comments of R3D9477

I've just moved folder with files (out of mega), then I waited until sync hasn't been completed (removed that folder from mega server). Then I've returned back folder to re-upload...

@afrantzis Same troubles, my dist based on Ubuntu18.04-core without X11. I tried to run glxmark2 via command: `setsid sh -c 'exec glmark2-es2-drm /dev/tty1 >&0 2>&1'` And I have same result...

@afrantzis yes, I'll try to cross-compile from git and publish results

@afrantzis something wrong with compilation: configuration is OK: ``` $ ./waf configure --with-flavors=drm-glesv2 --prefix=$SDK_PATH_TARGET/usr Setting top to : /home/imx6/Desktop/armcc/cache/glmark2 Setting out to : /home/imx6/Desktop/armcc/cache/glmark2/build Checking for 'gcc' (C compiler) :...

@afrantzis I also tried to define CFLAGS, but without success: ``` export CONFIGURE_FLAGS=" --with-libtool-sysroot=$SDK_PATH_TARGET" export CFLAGS=" --sysroot=$SDK_PATH_TARGET -I$SDK_PATH_TARGET/usr/include/arm-linux-gnueabihf" export CPPFLAGS=$CFLAGS export CXXFLAGS=$CFLAGS export LDFLAGS=" --sysroot=$SDK_PATH_TARGET" ./waf ``` (all paths in...

@afrantzis PKG_CONFIG is correct (all needed libraries were found) Sorry, my bad. I fixed CPP compiler but without success. Compilation is still failing, yet: ``` collect2: error: ld returned 1...

@afrantzis here is a last exception of linking: ``` [68/70] Linking build/src/libmatrix-glesv2.a [69/70] Linking build/src/libcommon-glesv2.a [70/70] Linking build/src/glmark2-es2-drm src/libcommon-glesv2.a(shared-library.cpp.5.o): In function `SharedLibrary::open(char const*)': /home/imx6/Desktop/armcc/cache/glmark2/build/../src/shared-library.cpp:47: warning: Using 'dlopen' in statically linked...

@afrantzis git version failed with: ``` # glmark2-es2-drm -d Debug: Using Udev to detect the right DRM node to use Debug: Looking for the main GPU DRM node... Debug: Not...

@afrantzis output with added 'vivante' mode: ``` # exec glmark2-es2-drm -d Debug: Using Udev to detect the right DRM node to use Debug: Looking for the main GPU DRM node......

@afrantzis udevadm info: ``` # udevadm info -a -p /sys/class/drm/card0 Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It...