ghs.rst 678 B

1234567891011121314151617181920
  1. ghs
  2. ---
  3. * The :generator:`Green Hills MULTI` generator is updated:
  4. - Added support for architecture selection through
  5. :variable:`CMAKE_GENERATOR_PLATFORM`:
  6. e.g. ``arm``, ``ppc``, and ``86``.
  7. - Added support for toolset selection through
  8. :variable:`CMAKE_GENERATOR_TOOLSET`,
  9. e.g. ``comp_201205``, ``comp_201510``, ``comp_201722_beta``.
  10. - Added support for platform selection through ``GHS_TARGET_PLATFORM``,
  11. e.g. ``integrity``, ``linux``, ``standalone``, etc.
  12. - No longer checks that ``arm`` based compilers are installed but ensures
  13. that the correct ``gbuild.exe`` exists.
  14. - No longer hard-codes ARM files, BSP, toolset, or OS locations.