tce-load -i compiletc meson gobject-introspection-dev https://download.gnome.org/sources/graphene/1.10/graphene-1.10.2.tar.xz cd graphene-1.10.2 mkdir build cd build CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti" meson --prefix=/usr/local --localstatedir=/var --buildtype=plain --libexecdir=/usr/local/lib/graphene -Darm_neon=false -Dtests=false -Dinstalled_tests=false arm_neon = -mfpu=neon and causes crash ninja [0m 11.42s] sudo ninja install option('arm_neon', type: 'boolean', value: true, description: 'Enable ARM NEON fast paths (requires ARM)') option('tests', type: 'boolean', value: true, description: 'Build the test suite (requires GObject)') option('installed_tests', type: 'boolean', value: true, description: 'Install tests')