diff options
author | Chris Wright <chris.wright@mqa.co.uk> | 2022-03-24 11:35:40 (GMT) |
---|---|---|
committer | Chris Wright <chris.wright@mqa.co.uk> | 2022-04-04 16:05:09 (GMT) |
commit | 87142bbd5f94de9591b0a5531e427a5f491f56fd (patch) | |
tree | 51605139a9795d58fadc2b2a2fe693795cebe41a /Help/variable/CMAKE_ADSP_ROOT.rst | |
parent | e9eabb0dcdb2fd8084135e02a1ad63047f8ae772 (diff) | |
download | CMake-87142bbd5f94de9591b0a5531e427a5f491f56fd.zip CMake-87142bbd5f94de9591b0a5531e427a5f491f56fd.tar.gz CMake-87142bbd5f94de9591b0a5531e427a5f491f56fd.tar.bz2 |
ADSP: Add dedicated platform module
Diffstat (limited to 'Help/variable/CMAKE_ADSP_ROOT.rst')
-rw-r--r-- | Help/variable/CMAKE_ADSP_ROOT.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_ADSP_ROOT.rst b/Help/variable/CMAKE_ADSP_ROOT.rst new file mode 100644 index 0000000..e6d903d --- /dev/null +++ b/Help/variable/CMAKE_ADSP_ROOT.rst @@ -0,0 +1,9 @@ +CMAKE_ADSP_ROOT +--------------- + +When :ref:`Cross Compiling for ADSP SHARC/Blackfin`, +this variable holds the absolute path to the latest CCES or VDSP++ install. +The directory is expected to contain the ``cc21k.exe`` and ``ccblkfn.exe`` compilers. +This will be set automatically if a default install of CCES or VDSP++ can be found. + +See also the :envvar:`ADSP_ROOT` environment variable. |