Changes between Version 14 and Version 15 of BuildingQtOnSymbian


Ignore:
Timestamp:
Jan 28, 2011 8:27:19 AM (13 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v14 v15  
    5252
    5353== Using RVCT4.0 and 64-bit armlink.exe ==
    54   * RVCT4.0 is know to work nicely with WEbkit.org trunk
    55   * First setup your RVCT4.0 installation by obtaining the binaries and setting up environment variables per ARM's instructions (Nokians may use SymSEE to activate it)
    56   * If using with Symbian^3 SDKs, use {{{sbs -c arm.v5.urel.rvct4_0}}} to compile any project with RVCT4.0. Symbian MCL supports RVCT4.0 out of the box.
     54  * RVCT4.0 is know to work nicely with Webkit.org trunk, particularly with UDEB mode where 2.2 often segfaults.
     55  * 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)
     56  * If using with Symbian3 SDKs, use {{{sbs -c arm.v6.urel.rvct4_0}}} to compile any project with RVCT4.0. Symbian MCL supports RVCT4.0 out of the box.
    5757
    5858  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)
     
    6060  * Obtain the RVCT4.1 toolchain from your organizations compiler tools team, or from ARM.com directly.
    6161  * Extract the 64-bit armlink.exe and drop it over your 4.0 installation's armlink.exe
    62   * {{{cd Source}}} and them compile as ARMV5 or ARMV6 {{{sbs -c arm.v5.urel.rvct4_0}}}
     62  * {{{cd Source}}} and them compile as ARMV5 or ARMV6 {{{sbs -c arm.v6.urel.rvct4_0}}}