Changes between Version 27 and Version 28 of BuildingQtOnSymbian


Ignore:
Timestamp:
Feb 25, 2011 1:00:27 PM (13 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

changed to armv5

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v27 v28  
    1818      * If you want even faster build times for a _very_ feature-stripped QtWebkit, use --minimal
    1919      * To selectively turn on or off features, see features.pri
    20     * Build for hardware: {{{sbs -c armv6_urel -j8 -b Source\bld.inf  -b Tools\bld.inf}}}
    21     * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities: {{{perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg release-armv6}}}
     20    * Build for hardware: {{{sbs -c armv5_urel -j8 -b Source\bld.inf  -b Tools\bld.inf}}}
     21    * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities: {{{perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg release-armv5}}}
    2222    * Create the sis file: {{{make sis}}}
    2323    * Install it on the phone: {{{"C:\Program Files\Nokia\Nokia PC Suite 7\ApplicationInstaller.exe" %CD%\qtwebkit.sis}}}[[BR]]You can also Drag'n'drop the resulting .sis file onto Nokia PC Suite to install it.
     
    3030    * {{{cd where-your-webkit-sources-are}}}
    3131    * {{{perl Tools\Scripts\build-webkit --qt --symbian --minimal}}} '''--debug'''
    32     * {{{sbs -c armv6_u}}}'''deb.slimdebug'''{{{ -j8  -b Source\bld.inf  -b Tools\bld.inf}}}
    33     * {{{[OPTIONAL, only needed for self-signed SIS packages]perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg }}}'''debug'''{{{-armv6}}}
     32    * {{{sbs -c armv5_u}}}'''deb.slimdebug'''{{{ -j8  -b Source\bld.inf  -b Tools\bld.inf}}}
     33    * {{{[OPTIONAL, only needed for self-signed SIS packages]perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg }}}'''debug'''{{{-armv5}}}
    3434    * {{{make sis}}}
    3535
     
    4747  * Obtain the RVCT4.1 toolchain from your organization's compiler tools team, or from ARM.com directly.
    4848  * Extract the 64-bit armlink.exe and drop it over your 4.0 installation's armlink.exe
    49   * {{{cd Source}}} and them compile as ARMV5 or ARMV6 {{{sbs -c arm.v5.udeb.rvct4_0.slimdebug}}}
     49  * {{{cd Source}}} and them compile as ARMV5 {{{sbs -c arm.v5.udeb.rvct4_0.slimdebug}}}
    5050
    5151== Building Qt ==
     
    5959    * {{{git branch -D master}}}
    6060  * Configure: {{{configure -xplatform symbian-sbsv2}}}
    61   * Build for arm with 8 cores: {{{sbs -c armv6_urel -j8}}}
     61  * Build for arm with 8 cores: {{{sbs -c armv5_urel -j8}}}
    6262  * Get a cup of tea/coffee.
    63   * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities and generate the sis package:[[BR]]{{{cd src/s60installs}}}[[BR]]{{{perl ..\..\bin\patch_capabilities.pl Qt_template.pkg release-armv6}}}[[BR]]{{{make sis}}}
     63  * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities and generate the sis package:[[BR]]{{{cd src/s60installs}}}[[BR]]{{{perl ..\..\bin\patch_capabilities.pl Qt_template.pkg release-armv5}}}[[BR]]{{{make sis}}}
    6464  * Put the {{{qt-4.7\bin}}} directory in your {{{%PATH%}}}.
    6565