Hi,
I tried following PowerVR-DDK-1.3_SDK-2.3\PowerVR-SDK\OGLES1.1OpenGL ES SDK.User Guide.1.4f.External.pdf to build the demo applications that are in the SDK, but I failed to do so.
Can someone describ ethe exact steps he took to accomplish this?
Thanks,
Shai
Shai,
Using Visual Studio, open a Build Window (From the Menu -> Build -> Open Release Directory in Build Window) or if you are not using VS set a command window with all the environment variables that you use to build your BSP. Set the SDKROOT to the type of demos/tutorials you want to build (e.g. set SDKROOT=%_WINCEROOT%\PUBLIC\PowerVR-SDK\OGLES1.1). After this you just need to use :
cd !SDKROOT!\Demos
build -c
This should build the demos for you.
Let me know if you need any additional information.
Regards,
Mauricio