Pandora Opengl Es 2.0 Header And Libraries For The Pandora


McNopper

Still Fresh
Joined
Mar 6, 2009
Messages
4
Hello,

can someone please give me a link where I can download the OpenGL ES 2.0 header and library files for the Pandora? I would like to test, if my program compiles and links (no Pandora yet). I know, that there is a PC and Linux emulation software available from PwoerVR, but I would like to build for the ARM.

Cheers Norbert
 
CODE
http://www.imgtec.com/powervr/insider/sdk/KhronosOpenGLES2xSGX.asp


I can understand why you didn't find this with google. You need to be searching for the PowerVR SDK, as they're the GPU makers.
 
Last edited by a moderator:
'Butterman' said:
CODE
http://www.imgtec.com/powervr/insider/sdk/KhronosOpenGLES2xSGX.asp
I can understand why you didn't find this with google. You need to be searching for the PowerVR SDK, as they're the GPU makers.


Thanks for the link. But as far as I know there are only the Windows/Linux PC and Symbian libraries available. What I do need are the ARM libraries. Any help?
 
Last edited by a moderator:
I'm not sure we've got our hands on those yet. The libraries are identical apart from platform specific stuff, so if your app runs on the Windows/Linux ES 2.0 library, it's going to run on the Pandora 9 times out of 10.
 
Last edited by a moderator:
To get the libs and headers for ARM get SDK from TI:
CODE

https://www-a.ti.com/downloads/sds_support/targetcontent/dvsdk/oslinux_dvsdk/v3_00_3530/index.html



you'll need to create an account for this.
 
Last edited by a moderator:
'notaz' said:
To get the libs and headers for ARM get SDK from TI:
CODE

https://www-a.ti.com/downloads/sds_support/targetcontent/dvsdk/oslinux_dvsdk/v3_00_3530/index.html
you'll need to create an account for this.


Okay, thanks, but how can I extract the headers and libraries out of the *.bin file. Remember, still working on Windows Vista ...
 
Last edited by a moderator:
'McNopper' said:
'notaz' said:
To get the libs and headers for ARM get SDK from TI:
CODE

https://www-a.ti.com/downloads/sds_support/targetcontent/dvsdk/oslinux_dvsdk/v3_00_3530/index.html
you'll need to create an account for this.


Okay, thanks, but how can I extract the headers and libraries out of the *.bin file. Remember, still working on Windows Vista ...


"oslinux_dvsdk"
"Windows Vista"


Try getting the Windows version instead, that might work better.

CODE
https://www-a.ti.com/downloads/sds_support/targetcontent/dvsdk/oswindows_dvsdk/v3_00_3530/index.html
?
 
Last edited by a moderator:
Back
Top