Dear Igor,
Thank you for your prompt reply, I changed the compiler and arm-linux-gnueabi-gcc -v became:
Using built-in specs.
COLLECT_GCC=./arm-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/home/super/Desktop/work/arm-linux-gnueabi/bin/../libexec/gcc/arm-linux-gnueabi/4.6.4/lto-wrapper
Target: arm-linux-gnueabi
Configured with: /home/super/Downloads/crosstool-ng-1.20.0/.build/src/gcc-linaro-4.6-2013.05/configure --build=i686-build_pc-linux-gnu --host=i686-build_pc-linux-gnu --target=arm-linux-gnueabi --prefix=/home/super/x-tools/arm-linux-gnueabi --with-sysroot=/home/super/x-tools/arm-linux-gnueabi/arm-linux-gnueabi/sysroot --enable-languages=c,c++ --with-arch=armv7-a --with-cpu=cortex-a9 --with-fpu=neon --with-float=softfp --with-pkgversion='crosstool-NG 1.20.0' --enable-__cxa_atexit --disable-libmudflap --disable-libgomp --disable-libssp --disable-libquadmath --disable-libquadmath-support --with-gmp=/home/super/Downloads/crosstool-ng-1.20.0/.build/arm-linux-gnueabi/buildtools --with-mpfr=/home/super/Downloads/crosstool-ng-1.20.0/.build/arm-linux-gnueabi/buildtools --with-mpc=/home/super/Downloads/crosstool-ng-1.20.0/.build/arm-linux-gnueabi/buildtools --with-ppl=/home/super/Downloads/crosstool-ng-1.20.0/.build/arm-linux-gnueabi/buildtools --with-cloog=/home/super/Downloads/crosstool-ng-1.20.0/.build/arm-linux-gnueabi/buildtools --with-libelf=/home/super/Downloads/crosstool-ng-1.20.0/.build/arm-linux-gnueabi/buildtools --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm -L/home/super/Downloads/crosstool-ng-1.20.0/.build/arm-linux-gnueabi/buildtools/lib -lpwl' --enable-threads=posix --enable-target-optspace --disable-nls --disable-multilib --with-local-prefix=/home/super/x-tools/arm-linux-gnueabi/arm-linux-gnueabi/sysroot --enable-c99 --enable-long-long
Thread model: posix
gcc version 4.6.4 (crosstool-NG 1.20.0)
Still when I run tiger application it complains:
eglGetDisplay fail.
InitEGL fail!
And when I run :
/opt/viv_samples/cl11/UnitTest/test_vivante/initializers
ERROR: clGetPlatformIDs failed! ((unknown) from main.cpp:270)
My Linux version is :
Linux buildroot 3.14.58-yocto+g8aaaded #1 SMP PREEMPT Sun Mar 20 13:22:41 CET 2016 armv7l GNU/Linux
And Buildroot used:
imx-gpu-viv-5.0.11.p7.1-sfp
as graphic libraries for making rootfs.
What's wrong?
Regards,
Ali