Arm Community
Site
Search
User
Site
Search
User
Groups
Education Hub
Distinguished Ambassadors
Open Source Software and Platforms
Research Collaboration and Enablement
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello forum
Operating Systems forum
SoC Design and Simulation forum
SystemReady Forum
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Internet of Things (IoT) blog
Operating Systems blog
SoC Design and Simulation blog
Tools, Software and IDEs blog
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Graphics, Gaming, and VR 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
6226 views
Users
0 members are here
OpenGL ES
Options
Share
More actions
Cancel
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!!!!!
Parents
cm cm
over 11 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
Up
0
Down
Cancel
Reply
cm cm
over 11 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
Up
0
Down
Cancel
Children
No data