Changes between Version 17 and Version 18 of UsersGuide/CompilingFromSource


Ignore:
Timestamp:
2013-01-04T15:55:07Z (11 years ago)
Author:
Martin Sucha
Comment:

Add a note about a possibility to use custom toolchain installation directory

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/CompilingFromSource

    v17 v18  
    2525== 2. Build a supported cross-compiler ==
    2626
    27 Use our script to install a supported cross-compiler toolchain. The script needs to be run as the `root` user, because it will install the cross-compiler to the `/usr/local/cross/ia32` directory.
     27Use our script to install a supported cross-compiler toolchain. The script either needs to be run as the `root` user (because it will install the cross-compiler to the `/usr/local/cross/ia32` directory) or you need to set the `CROSS_PREFIX` environment variable to use custom toolchain installation directory.
    2828
    2929{{{
     
    5353
    5454Now HelenOS should automatically start building.
     55
     56'''Note:''' If you installed the toolchain to a custom directory, make sure `CROSS_PREFIX` environment variable is correctly set.
    5557
    5658== 5. Run it ==