Arm Community
Site
Search
User
Site
Search
User
Forums
Mobile, Graphics, and Gaming forum
Help,OpenGL ES Emulator 1.3 Demo can not run on my laptop!
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
136 subscribers
Views
6951 views
Users
0 members are here
OpenGL ES
Options
Share
More actions
Cancel
Related
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Help,OpenGL ES Emulator 1.3 Demo can not run on my laptop!
cm cm
over 12 years ago
Note: This was originally posted on 17th September 2011 at
http://forums.arm.com
My system is ubuntu 11.04, videocard X700, OpenGL version string: 2.1 Mesa 7.12-devel.
I had compiled the demo cube with debug. when it running ,report the error info:
Debug source START:
/*
* This proprietary software may be used only as
* authorised by a licensing agreement from ARM Limited
* (C) COPYRIGHT 2009 - 2011 ARM Limited
* ALL RIGHTS RESERVED
* The entire notice above must be reproduced on all authorised
* copies and copies may only be made to the extent permitted
* by a licensing agreement from ARM Limited.
*/
attribute vec4 av4position;
attribute vec3 av3colour;
uniform mat4 mvp;
varying vec3 vv3colour;
void main() {
vv3colour = av3colour;
gl_Position = mvp * av4position;
}
Debug source END
Log START:
sh: malisc: not found
Log END
any help will be thanks!!!!!
cm cm
over 12 years ago
Note: This was originally posted on 20th September 2011 at
http://forums.arm.com
Hi Anthnoy, Thanks for reply. I download the malisc and put it into /usr/bin.
When I try the cube demo, it report error, I can't find the MACRO strarting with GL_
Debug source START:
/*
* This proprietary software may be used only as
* authorised by a licensing agreement from ARM Limited
* (C) COPYRIGHT 2009 - 2011 ARM Limited
* ALL RIGHTS RESERVED
* The entire notice above must be reproduced on all authorised
* copies and copies may only be made to the extent permitted
* by a licensing agreement from ARM Limited.
*/
attribute vec4 av4position;
attribute vec3 av3colour;
uniform mat4 mvp;
varying vec3 vv3colour;
void main() {
vv3colour = av3colour;
gl_Position = mvp * av4position;
}
Debug source END
Log START:
0:2(9): preprocessor error: Macro names starting with "GL_" are reserved.
Log END
Cancel
Vote up
0
Vote down
Cancel
cm cm
over 12 years ago
Note: This was originally posted on 21st September 2011 at
http://forums.arm.com
Hi Anthnoy,I want to try that switch to mesa 7.7.1.
But I dont know how to do it on ubuntu. Can you give some advice?
Cancel
Vote up
0
Vote down
Cancel
Jonathan Kirkham
over 12 years ago
Note: This was originally posted on 23rd November 2011 at
http://forums.arm.com
We believe we have now fixed this issue.
Could you please try the latest version of the Emulator (v1.3.1) and see if that solves the problem for you.
http://www.malideveloper.com/developer-resources/tools/opengl-es-20-emulator.php
Thanks,
Jon
Cancel
Vote up
0
Vote down
Cancel