tce-load -i compiletc git python3.8-meson libdrm-dev wayland-dev wayland-protocols python3.8-mako libXdamage-dev libxshmfence-dev libXxf86vm-dev libXrandr-dev gettext libelf-dev git clone --single-branch --branch wip/igalia/v3dv https://gitlab.freedesktop.org/apinheiro/mesa.git cd mesa CC="gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -DNDEBUG" CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -DNDEBUG" meson --prefix=/usr/local --buildtype=plain -Dvalgrind=false -Dplatforms=x11,drm,wayland -Dvulkan-drivers=broadcom -Ddri-drivers= -Dgallium-drivers=v3d,kmsro,vc4 _build ninja -j1 -C _build [27m 57.41s] sudo ninja -C _build install