Changes between Version 22 and Version 23 of BuildingQtOnSymbian


Ignore:
Timestamp:
Feb 16, 2011 1:01:23 PM (13 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v22 v23  
    5555  * RVCT4.0 is know to work nicely with Webkit.org trunk, particularly with UDEB mode where 2.2 often segfaults.
    5656  * First set up your RVCT4.0 installation by obtaining the binaries and setting up '''environment variables''' per ARM's instructions (Nokians may use SymSEE to activate it)
    57   * If using with Symbian3 SDKs, you may have to compile the '''compiler support libraries''' first (or you will see linker errors) : {{{sbs -b sf\os\kernelhwsrv\kernel\eka\compsupp\bld.inf -b sf\os\kernelhwsrv\kernel\eka\euser\bld.inf -c arm.v5.urel.rvct4_0 -c arm.v5.udeb.rvct4_0}}}
    58   * To explicitly as SBSv2/Raptor to use RVCT4.0 with Symbian3 SDKS, use {{{sbs -c arm.v5.urel.rvct4_0}}}. Symbian MCL supports RVCT4.0 out of the box, so the simpler invocation may be used.
     57  * If using with Symbian3 SDKs, you may have to compile the '''compiler support libraries''' first (or you will see linker errors)
     58     * {{{sbs -b sf\os\kernelhwsrv\kernel\eka\compsupp\bld.inf -b sf\os\kernelhwsrv\kernel\eka\euser\bld.inf -c arm.v5.urel.rvct4_0 -c arm.v5.udeb.rvct4_0}}}
     59  * To explicitly as SBSv2/Raptor to use RVCT4.0 with Symbian3 SDKS, use the following (not necessary for MCL):
     60     * {{{sbs -c arm.v5.urel.rvct4_0}}}
    5961
    6062  In case your link stages run into OOM even with --minimal, you need a 64-bit Windows OS and a 64-bit linker (armlink.exe)