BCM7425/Qt4dot8-eglnullws-QWS: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
h2. Building AppLibs/RefSW for Qt | |||
# Locate document named | # Locate document named "BroadcomReferencePlatformSetup.pdf&quot; (Usually this will be inside a tar ball named on the lines of refsw_release_<chip-name&gt;''<date&gt;.tgz)<br /># Follow the instructions in "BroadcomReferencePlatformSetup.pdf&quot; to setup the Linux build machine<br /># Locate document named "AppLibsInstallationBuildGuide.pdf&quot; (Usually this will be inside a tar ball named on the lines of applibs_release''<date&gt;.tgz) | ||
# Follow the instructions in | # Follow the instructions in "AppLibsInstallationBuildGuide.pdf&quot; to build Applibs | ||
# Locate document named | |||
# Follow the instructions in | |||
==Qt 4.8 eglnullws / | == Qt 4.8 eglnullws / QWS == | ||
This details steps to build Qt with | This details steps to build Qt with Qt's OpenGL graphics driver.<br&gt;<br />This OpenGL graphics driver supports execution of Single Qt app that uses QGLWidget as full-screen (examples/opengl/hello_gles2)<br /># Obtain qt-4.8.0 release from "Qt Download site&quot;:http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.8.0.tar.gz and extract it in a working folder<br /># Obtain 7425 specific files from "qt-platform-mkspecs git&quot;:http://gitorious.org/qt-platform-mkspecs (look for folder "4.8&quot;)<br /># Copy folder named "linux-7425nxs-mipsel-uclibc-g+''" to <qt-4.8.0-sources&gt;/mkspecs/qws<br /># Set following environment variables in the shell before configuring/building Qt,<br />'''''' BCM_APPLIBS_PATH=<path-till-Applibs-folder&gt;/AppLibs<br />'''''' BCM_NEXUS_PATH=<path-till-Applibs-folder&gt;/nexus<br />'''''' DEBUG=n<br />'''''' for example,<br />'''''' $ export BCM_APPLIBS_PATH=/home/qtnokia/WorkDir/97425-P1/stb-rs_p2-al_p2dot1/AppLibs<br />'''''' $ export BCM_NEXUS_PATH=/home/qtnokia/WorkDir/97425-P1/stb-rs_p2-al_p2dot1/nexus<br /># Apply patch "7425nxs-eglnullws.patch&quot; to eglnullws Qt GFX Driver located at <qt-4.8.0-sources&gt;/src/plugins/gfxdrivers/eglnullws<br />'''''' $ cd <qt-4.8.0-sources&gt;/src/plugins/gfxdrivers/eglnullws<br />'''''' $ patch -p5 < 7425nxs-eglnullws.patch<br /># Configure Qt as,<br />'''''' $ configure -embedded mips -xplatform qws/linux-7425nxs-mipsel-uclibc-g''+ -depths 16,24,32 -no-largefile -no-accessibility * -opensource -verbose -system-zlib -system-libpng -system-libjpeg -system-freetype -fast -plugin-gfx-eglnullws -qt-gfx-vnc * -opengl -webkit -confirm-license -release -make libs -xmlpatterns -exceptions -no-qt3support * <s>prefix /usr/local/qt-installs/qt480ga-nxs-qws-rel<br /># Build Qt as,<br />'''''' $ make<br /># Install Qt on host as,<br />'''''' $ make install | ||
<br />h2. Building Qt apps | |||
# Obtain qt-4.8.0 release from | <br /># After the Qt build succeeds, set following environment variables on host before building any fullscreen OpenGL Qt App for the above build,<br />'''''' QTDIR=/usr/local/qt-installs/qt480ga-nxs-qws-rel<br />'''''' PATH=/usr/local/qt-installs/qt480ga-nxs-qws-rel/bin:$PATH<br /># Ensure that following environment variables in the shell are set,<br />'''''' BCM_APPLIBS_PATH=<path-till-Applibs-folder&gt;/AppLibs<br />'''''' BCM_NEXUS_PATH=<path-till-Applibs-folder&gt;/nexus<br />'''''' BCM_TARGET_LIBDIR=<path-till-nfsrootfs-base-folder&gt;/romfs/lib<br />'''''' DEBUG=n<br /># Invoke qmake on the applications .pro file &#40;<qt-4.8.0-sources&gt;/examples/opengl/hello_gles2&amp;#41;<br />'''''' $ qmake <application&gt;.pro<br /># Build the application sources as,<br />'''''' $ make | ||
# Obtain 7425 specific files from | <br />h2. Running Qt apps on target | ||
# Copy folder named | <br /># Ensure that folder "qt-installs/qt480ga-nxs-qws-rel&quot; is copied on target file system at "/usr/local&quot;<br />'''''' Note</s> after copying, the path should appear as "/usr/local/qt-installs/qt480ga-nxs-qws-rel&quot;<br /># Copy the application binary and other required resource files on target file-system, say "/root&quot;<br /># Locate a shell script named "start&quot; in "/bin&quot; folder on target.<br /># Copy it in your app folder and edit the paths inside it.<br /># Launch application using same "start&quot; script as,<br />'''''' # ./start /root/app1/app1 -qws -display eglnullws | ||
# Set following environment variables in the shell before configuring/building Qt, | |||
# Apply patch | |||
# Configure Qt as, | |||
# Build Qt as, | |||
# Install Qt on host as, | |||
# After the Qt build succeeds, set following environment variables on host before building any fullscreen OpenGL Qt App for the above build, | |||
# Ensure that following environment variables in the shell are set, | |||
# Invoke qmake on the applications .pro file | |||
# | |||
# Build the application sources as, | |||
# Ensure that folder | |||
# Copy the application binary and other required resource files on target file-system, say | |||
# Locate a shell script named | |||
# Copy it in your app folder and edit the paths inside it. | |||
# Launch application using same | |||
Revision as of 10:40, 24 February 2015
h2. Building AppLibs/RefSW for Qt
- Locate document named "BroadcomReferencePlatformSetup.pdf" (Usually this will be inside a tar ball named on the lines of refsw_release_<chip-name><date>.tgz)
# Follow the instructions in "BroadcomReferencePlatformSetup.pdf" to setup the Linux build machine
# Locate document named "AppLibsInstallationBuildGuide.pdf" (Usually this will be inside a tar ball named on the lines of applibs_release<date>.tgz) - Follow the instructions in "AppLibsInstallationBuildGuide.pdf" to build Applibs
Qt 4.8 eglnullws / QWS
This details steps to build Qt with Qt's OpenGL graphics driver.<br>
This OpenGL graphics driver supports execution of Single Qt app that uses QGLWidget as full-screen (examples/opengl/hello_gles2)
# Obtain qt-4.8.0 release from "Qt Download site":http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.8.0.tar.gz and extract it in a working folder
# Obtain 7425 specific files from "qt-platform-mkspecs git":http://gitorious.org/qt-platform-mkspecs (look for folder "4.8")
# Copy folder named "linux-7425nxs-mipsel-uclibc-g+" to <qt-4.8.0-sources>/mkspecs/qws
# Set following environment variables in the shell before configuring/building Qt,
' BCM_APPLIBS_PATH=<path-till-Applibs-folder>/AppLibs
' BCM_NEXUS_PATH=<path-till-Applibs-folder>/nexus
' DEBUG=n
' for example,
' $ export BCM_APPLIBS_PATH=/home/qtnokia/WorkDir/97425-P1/stb-rs_p2-al_p2dot1/AppLibs
' $ export BCM_NEXUS_PATH=/home/qtnokia/WorkDir/97425-P1/stb-rs_p2-al_p2dot1/nexus
# Apply patch "7425nxs-eglnullws.patch" to eglnullws Qt GFX Driver located at <qt-4.8.0-sources>/src/plugins/gfxdrivers/eglnullws
' $ cd <qt-4.8.0-sources>/src/plugins/gfxdrivers/eglnullws
' $ patch -p5 < 7425nxs-eglnullws.patch
# Configure Qt as,
' $ configure -embedded mips -xplatform qws/linux-7425nxs-mipsel-uclibc-g+ -depths 16,24,32 -no-largefile -no-accessibility * -opensource -verbose -system-zlib -system-libpng -system-libjpeg -system-freetype -fast -plugin-gfx-eglnullws -qt-gfx-vnc * -opengl -webkit -confirm-license -release -make libs -xmlpatterns -exceptions -no-qt3support * prefix /usr/local/qt-installs/qt480ga-nxs-qws-rel
# Build Qt as,
' $ make after copying, the path should appear as "/usr/local/qt-installs/qt480ga-nxs-qws-rel"
# Install Qt on host as,
' $ make install
h2. Building Qt apps
# After the Qt build succeeds, set following environment variables on host before building any fullscreen OpenGL Qt App for the above build,
' QTDIR=/usr/local/qt-installs/qt480ga-nxs-qws-rel
' PATH=/usr/local/qt-installs/qt480ga-nxs-qws-rel/bin:$PATH
# Ensure that following environment variables in the shell are set,
' BCM_APPLIBS_PATH=<path-till-Applibs-folder>/AppLibs
' BCM_NEXUS_PATH=<path-till-Applibs-folder>/nexus
' BCM_TARGET_LIBDIR=<path-till-nfsrootfs-base-folder>/romfs/lib
' DEBUG=n
# Invoke qmake on the applications .pro file (<qt-4.8.0-sources>/examples/opengl/hello_gles2&#41;
' $ qmake <application>.pro
# Build the application sources as,
' $ make
h2. Running Qt apps on target
# Ensure that folder "qt-installs/qt480ga-nxs-qws-rel" is copied on target file system at "/usr/local"
' Note
# Copy the application binary and other required resource files on target file-system, say "/root"
# Locate a shell script named "start" in "/bin" folder on target.
# Copy it in your app folder and edit the paths inside it.
# Launch application using same "start" script as,
' # ./start /root/app1/app1 -qws -display eglnullws