Arm Community
Site
Search
User
Site
Search
User
Support forums
Mobile, Graphics, and Gaming forum
Help,OpenGL ES Emulator 1.3 Demo can not run on my laptop!
Locked
Locked
Replies
3 replies
Subscribers
136 subscribers
Views
6308 views
Users
0 members are here
OpenGL ES
Options
Share
More actions
Related
How was your experience today?
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 11 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!!!!!
0
Quote