Closed sl1pkn07 closed 1 year ago
Hi
after build zimg with
export CC="gcc -m32" export CXX="g++ -m32" export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
--enable-testapp \ --enable-example \ --enable-unit-test
and run test with
./testapp cpuinfo ./test/unit_test
test.log
greetings
Unit test with 32-bit cross compile requires --host=i686-linux-gnu to set correct CFLAGS.
--host=i686-linux-gnu
tnx
Hi
after build zimg with
and run test with
test.log
greetings