DevicesBroadcom97425BCM7425-Qt5-eglfs: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Building AppLibs/RefSW for Qt=
h1. 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)
# Locate document named '''&quot;BroadcomReferencePlatformSetup.pdf&amp;quot;''' (Usually this will be inside a tar ball named on the lines of refsw_release_&lt;chip-name&amp;gt;''&lt;date&amp;gt;.tgz)<br /># Follow the instructions in '''&quot;BroadcomReferencePlatformSetup.pdf&amp;quot;''' to setup the Linux build machine<br /># Locate document named '''&quot;AppLibsInstallationBuildGuide.pdf&amp;quot;''' (Usually this will be inside a tar ball named on the lines of applibs_release''&lt;date&amp;gt;.tgz)
# Follow the instructions in '''“BroadcomReferencePlatformSetup.pdf”''' to setup the Linux build machine
# Follow the instructions in '''&quot;AppLibsInstallationBuildGuide.pdf&amp;quot;''' to build Applibs
# Locate document named '''“AppLibsInstallationBuildGuide.pdf”''' (Usually this will be inside a tar ball named on the lines of applibs_release_&lt;date&gt;.tgz)
# Follow the instructions in '''“AppLibsInstallationBuildGuide.pdf”''' to build Applibs


=Qt5 eglfs/QPA=
= Qt5 eglfs/QPA =


==Building Qt 5==
== Building Qt 5 ==


# Obtain qt-5.0.0 from [[[Building Qt 5 from Git|http://wiki.qt.io/Building_Qt_5_from_Git]] git] (follow instructions in “Getting the source code”)
# Obtain qt-5.0.0 from [http://wiki.qt.io/Building_Qt_5_from_Git git] (follow instructions in &quot;Getting the source code&amp;quot;)<br /># Obtain 7425 specific files from [http://gitorious.org/qt-platform-mkspecs qt-platform-mkspecs git ] (look for folder &quot;5.0&amp;quot;)<br /># Copy folder named &quot;linux-nxs-mipsel-uclibc-g+''&quot; from 7425 specific repo to &lt;qt-5.0.0-git&amp;gt;/qtbase/mkspecs<br /># Set following environment variables in the shell before configuring/building Qt,<br />'''''' BCM_APPLIBS_PATH=&lt;path-till-Applibs-folder&amp;gt;/AppLibs<br />'''''' BCM_NEXUS_PATH=&lt;path-till-Applibs-folder&amp;gt;/nexus<br />'''''' DEBUG=n<br /><code><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 /></code>
# Obtain 7425 specific files from [http://gitorious.org/qt-platform-mkspecs qt-platform-mkspecs git ] (look for folder “5.0”)
<br /># Apply patch &quot;7425-eglfs.patch&amp;quot; from 7425 specific repo to &lt;qt-5.0.0-git&amp;gt;/src<br /><code><br />$ cd &lt;qt-5.0.0-git&amp;gt;/src<br />$ patch -p1 &lt; 7425nxs-eglfs.patch<br /></code>
# Copy folder named “linux-nxs-mipsel-uclibc-g++” from 7425 specific repo to &lt;qt-5.0.0-git&gt;/qtbase/mkspecs
<br /># Configure Qt in qtbase folder as,<br /><code><br />$ configure -prefix /usr/local/qt-installs/qt5 -arch mips -qpa -xplatform linux-nxs-mipsel-uclibc-g''+ -depths 16,24,32 -no-largefile -opensource -verbose -system-zlib -system-libpng -system-libjpeg -system-freetype -fast -opengl -confirm-license -release -make libs -no-wayland <s>no-xcb<br /></code>
# Set following environment variables in the shell before configuring/building Qt,
<br /># After the build succeeds set following environment variables before building any opengl Qt Apps,<br /><code><br /></s> set QTDIR=/usr/local/qt-installs/qt5<br />- set PATH=/usr/local/qt-installs/qt5/bin:$PATH<br /></code>
#* <span class="caps">BCM</span>_APPLIBS_PATH=&lt;path-till-Applibs-folder&gt;/AppLibs
#* <span class="caps">BCM</span>_NEXUS_PATH=&lt;path-till-Applibs-folder&gt;/nexus
#* <span class="caps">DEBUG</span>=n<br />


# Apply patch “7425-eglfs.patch” from 7425 specific repo to &lt;qt-5.0.0-git&gt;/src<br />
* NOTE: Before executing any Qt applications on target copy &quot;qt-installs/qt5&amp;quot; on target at usr/local on target file system
 
# Configure Qt in qtbase folder as,<br />
 
# After the build succeeds set following environment variables before building any opengl Qt Apps,<br />
 
* <span class="caps">NOTE</span>: Before executing any Qt applications on target copy “qt-installs/qt5” on target at usr/local on target file system

Revision as of 10:09, 24 February 2015

h1. Building AppLibs/RefSW for Qt

  1. 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)
    # Follow the instructions in "BroadcomReferencePlatformSetup.pdf&quot; to setup the Linux build machine
    # Locate document named "AppLibsInstallationBuildGuide.pdf&quot; (Usually this will be inside a tar ball named on the lines of applibs_release
    <date&gt;.tgz)
  2. Follow the instructions in "AppLibsInstallationBuildGuide.pdf&quot; to build Applibs

Qt5 eglfs/QPA

Building Qt 5

  1. Obtain qt-5.0.0 from git (follow instructions in "Getting the source code&quot;)
    # Obtain 7425 specific files from qt-platform-mkspecs git (look for folder "5.0&quot;)
    # Copy folder named "linux-nxs-mipsel-uclibc-g+" from 7425 specific repo to <qt-5.0.0-git&gt;/qtbase/mkspecs
    # Set following environment variables in the shell before configuring/building Qt,
    '
    BCM_APPLIBS_PATH=<path-till-Applibs-folder&gt;/AppLibs
    '
    BCM_NEXUS_PATH=<path-till-Applibs-folder&gt;/nexus
    '
    DEBUG=n
    <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 "7425-eglfs.patch&quot; from 7425 specific repo to <qt-5.0.0-git&gt;/src

<br />$ cd &lt;qt-5.0.0-git&amp;gt;/src<br />$ patch -p1 &lt; 7425nxs-eglfs.patch<br />


# Configure Qt in qtbase folder as,

<br />$ configure -prefix /usr/local/qt-installs/qt5 -arch mips -qpa -xplatform linux-nxs-mipsel-uclibc-g''+ -depths 16,24,32 -no-largefile -opensource -verbose -system-zlib -system-libpng -system-libjpeg -system-freetype -fast -opengl -confirm-license -release -make libs -no-wayland <s>no-xcb<br />


# After the build succeeds set following environment variables before building any opengl Qt Apps,

<br /></s> set QTDIR=/usr/local/qt-installs/qt5<br />- set PATH=/usr/local/qt-installs/qt5/bin:$PATH<br />
  • NOTE: Before executing any Qt applications on target copy "qt-installs/qt5&quot; on target at usr/local on target file system