WAF Supported Compilers

Overview

WindowsLinuxDarwinDurangoOrbisAndroid
MSVCyes yes
GCC yes yes
Clang yesyes yes

Compiler Invocation Modes:

Windows:

On Windows CRY WAF will attempt to automatically find the target compiler on your machine if auto_detect_compiler (see WAF Build Options) is enabled.

If auto_detect_compiler is disabled CRY WAF will attempt to use compilers installed int the following location:

PlatformPath
Windows<SDK_DIR>/Code/SDKs/Microsoft Visual Studio Compiler
Durango<SDK_DIR>/Code/SDKs/DurangoSDK
Orbis<SDK_DIR>/Code/SDKs/Orbis
Linux:

On Linux the compiler is executed straight from from the command line. Ensure that your PATH points to the relevant executable e.g. g++ or clang.