
-- Use the specified toolset located within GHS_TOOLSET_ROOT -- Update how the latest toolset is determined; scan the location GHS_TOOLSET_ROOT and sort it No longer use registry settings looking for installations The registry values are assigned in installation order for Green Hills tools not version order -- Update to use gbuild.exe from the proper toolset -- Clarify that CMAKE_MAKE_PROGRAM should not be set by user. -- Detect some toolset changes when regenerating project files This could occur if GHS_TOOLSET_ROOT was changed by user after the initial project generation This could occur if CMAKE_MAKE_PROGRAM was changed at the command line -- Use placeholder values for CMAKE_<LANG>_COMPILER The MULTI build system only uses gbuild to build a project gbuild uses the project file to determine which set of compilers to use based on target platform and architecture because compiler detection is skipped, placeholder values are used so that CMake does not complain
32 lines
1.0 KiB
ReStructuredText
32 lines
1.0 KiB
ReStructuredText
Green Hills MULTI
|
|
-----------------
|
|
|
|
Generates Green Hills MULTI project files (experimental, work-in-progress).
|
|
|
|
Customizations that are used to pick toolset and target system:
|
|
|
|
The ``-A <arch>`` can be supplied for setting the target architecture.
|
|
``<arch>`` usually is one of "arm", "ppc", "86", etcetera. If the target architecture
|
|
is not specified then the default architecture of "arm" will be used.
|
|
|
|
The ``-T <toolset>`` can be supplied for setting the toolset to be used.
|
|
All toolsets are expected to be located at ``GHS_TOOLSET_ROOT``.
|
|
If the toolset is not specified then the latest toolset will be used.
|
|
|
|
|
|
* ``GHS_TOOLSET_ROOT``
|
|
|
|
Default to ``C:/ghs``. Root path for ``toolset``.
|
|
|
|
Customizations are available through the following cache variables:
|
|
|
|
* ``GHS_BSP_NAME``
|
|
* ``GHS_CUSTOMIZATION``
|
|
* ``GHS_GPJ_MACROS``
|
|
* ``GHS_OS_DIR``
|
|
|
|
.. note::
|
|
This generator is deemed experimental as of CMake |release|
|
|
and is still a work in progress. Future versions of CMake
|
|
may make breaking changes as the generator matures.
|