Dears
I am compiling Native_SDK on my cortex-a53 board. And when I excute 'Make' after 'cmake .. -DPVR_WINDOW_SYSTEM=X11' in the ~/Native_SDK/build/, there comes the following error:
[ 10%] Built target OpenGLESMultiviewVR
[ 14%] Built target OpenGLESPostProcessing
[ 15%] Built target OpenGLESOpenCLExample
[ 17%] Built target OpenGLESSkinning
[ 18%] Built target OpenGLESParticleSystem
[ 18%] Built target OpenGLESGaussianBlur
[ 23%] Built target OpenGLESNavigation2D
[ 24%] Built target OpenGLESNavigation3D
[ 26%] Built target OpenGLESDeferredShading
make[2]: *** No rule to make target ‘…/external/PVRScope/…/…/lib/Linux_aarch64/libPVRScopeDeveloper.a’, needed by ‘bin/OpenGLESPVRScopeExample’. Stop.
CMakeFiles/Makefile2:3725: recipe for target ‘examples/OpenGLES/PVRScopeExample/CMakeFiles/OpenGLESPVRScopeExample.dir/all’ failed
make[1]: *** [examples/OpenGLES/PVRScopeExample/CMakeFiles/OpenGLESPVRScopeExample.dir/all] Error 2
Makefile:148: recipe for target ‘all’ failed
make: *** [all] Error 2
Someone know what happened?
Best Regards
Wade