Trolltech Home | Qtopia-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qtopia-interest Archive, April 2008
Building qtopia for mips with opengl support


Message 1 in thread

Hi All,

I am newbie on qtopia. Trying to build qtopia with opengl support for mips
board. But I am getting following error while configuring.

I have one more query about opengl -> Is there any hardware support needed
for running opengl application? .

######################################
[root@localhost qtopia-core-opensource-src-4.3.3]# ./configure -opengl
-prefix /opt/QtopiaCross -embedded mips -xplatform qws/linux-mips-g++

This is the Qtopia Core Open Source Edition.

You are licensed to use this software under the terms of
the GNU General Public License (GPL).

Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept the terms of the license? yes

Creating qmake. Please wait...
gmake: Nothing to be done for `first'.
The OpenGL ES functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
/home2/qt/qtopia-core-opensource-src-4.3.3/mkspecs/qws/linux-mips-g++.
####################################

Please help me in resolving this issue.

Regards
Akhilesh

Message 2 in thread

Qt/Embedded (the new name for Qtopia Core) currently only supports
OpenGL ES, a subset of OpenGL designed for embedded devices. Please
see www.khronos.org for details.

Qt/Embedded needs an OpenGL ES & EGL library to link to. While it is
technically possible to have an OpenGL ES library entirely in
software, the only one I know to is part of Google's Android platform.
Every other OpenGL ES library is supplied by graphics hardware
companies.



On 4/10/08, Akhilesh .. <akhilesh.noida@xxxxxxxxx> wrote:
> Hi All,
>
> I am newbie on qtopia. Trying to build qtopia with opengl support for mips
> board. But I am getting following error while configuring.
>
> I have one more query about opengl -> Is there any hardware support needed
> for running opengl application? .
>
> ######################################
> [root@localhost qtopia-core-opensource-src-4.3.3]# ./configure -opengl
> -prefix /opt/QtopiaCross -embedded mips -xplatform qws/linux-mips-g++
>
> This is the Qtopia Core Open Source Edition.
>
> You are licensed to use this software under the terms of
> the GNU General Public License (GPL).
>
> Type 'G' to view the GNU General Public License.
> Type 'yes' to accept this license offer.
> Type 'no' to decline this license offer.
>
> Do you accept the terms of the license? yes
>
> Creating qmake. Please wait...
> gmake: Nothing to be done for `first'.
> The OpenGL ES functionality test failed!
> You might need to modify the include and library search paths by editing
> QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
> /home2/qt/qtopia-core-opensource-src-4.3.3/mkspecs/qws/linux-mips-g++.
> ####################################
>
> Please help me in resolving this issue.
>
> Regards
> Akhilesh
>

--
 [ signature omitted ] 

Message 3 in thread

Hi,

Thanks a lot for reply. I dont have OpenGL ES & EGL library for hardware.
Is there any alternate way to resolve this issue? I mean is there any
generic version available for this??


Regards
Akhilesh

On 4/10/08, Tom Cooksey <tomcooksey@xxxxxxxxxxxxxx> wrote:
>
> Qt/Embedded (the new name for Qtopia Core) currently only supports
> OpenGL ES, a subset of OpenGL designed for embedded devices. Please
> see www.khronos.org for details.
>
> Qt/Embedded needs an OpenGL ES & EGL library to link to. While it is
> technically possible to have an OpenGL ES library entirely in
> software, the only one I know to is part of Google's Android platform.
> Every other OpenGL ES library is supplied by graphics hardware
> companies.
>
>
>
> On 4/10/08, Akhilesh .. <akhilesh.noida@xxxxxxxxx> wrote:
> > Hi All,
> >
> > I am newbie on qtopia. Trying to build qtopia with opengl support for
> mips
> > board. But I am getting following error while configuring.
> >
> > I have one more query about opengl -> Is there any hardware support
> needed
> > for running opengl application? .
> >
> > ######################################
> > [root@localhost qtopia-core-opensource-src-4.3.3]# ./configure -opengl
> > -prefix /opt/QtopiaCross -embedded mips -xplatform qws/linux-mips-g++
> >
> > This is the Qtopia Core Open Source Edition.
> >
> > You are licensed to use this software under the terms of
> > the GNU General Public License (GPL).
> >
> > Type 'G' to view the GNU General Public License.
> > Type 'yes' to accept this license offer.
> > Type 'no' to decline this license offer.
> >
> > Do you accept the terms of the license? yes
> >
> > Creating qmake. Please wait...
> > gmake: Nothing to be done for `first'.
> > The OpenGL ES functionality test failed!
> > You might need to modify the include and library search paths by editing
> > QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
> > /home2/qt/qtopia-core-opensource-src-4.3.3/mkspecs/qws/linux-mips-g++.
> > ####################################
> >
> > Please help me in resolving this issue.
> >
> > Regards
> > Akhilesh
> >
>