IUP: OpenGLES 01_IntroducingPVRShell

Hi everyone,

I am trying to do the course in Graphics of the Imagination University Program that you can find here : Introduction to Mobile Graphics (English) Downloads Page - Imagination University Programme

My issue is about compiling the examples. It fails with the following error:
CMake Error at CMakeLists.txt:8 (include):
include could not find requested file:

/home/user/Projects/OpenGL/intro-mobile-graphics-v2.2/Intro_Mobile_Graphics_v2.2/Admin - Installation Files and Notes/Intro_Mobile_Graphics/../examples/ExampleFunctions.cmake 

There is a file which is needed but not included. Would someone have a solution for that ?

Thanks in advance

I randomly found the needed file in the image recommended in the last Lesson of the Imagination University Program:
Index of /rootfs/bb.org/testing/2020-04-06/stretch-imgtec and then the file
bone-debian-9.12-imgtec-armhf-2020-04-06-4gb.img.xz

Untar the .xy file and write the .img file to a sd card using dd.

The file I was looking for is located in /opt/Native_SDK/examples/ExampleFunctions.cmake

1 Like