Changes between Version 20 and Version 21 of BuildingQtOnSymbian


Ignore:
Timestamp:
Feb 16, 2011 12:58:40 PM (13 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

added compiler support libraries step

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v20 v21  
    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, use {{{sbs -c arm.v6.urel.rvct4_0.slimdebug}}} to compile any project with RVCT4.0. Symbian MCL supports RVCT4.0 out of the box.
     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, therefore
    5859
    5960  In case your link stages run into OOM even with the .py script or with --minimal, you need a 64-bit Windows OS and a 64-bit linker (armlink.exe)