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!

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
  • 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
Reply
  • 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
Children
No data