diff options
author | Fred Baksik <fdk17@ftml.net> | 2021-11-15 18:15:11 (GMT) |
---|---|---|
committer | Fred Baksik <fdk17@ftml.net> | 2021-11-15 18:15:11 (GMT) |
commit | a55b5c4e188126cf73c3e0a25d39f10ed8fcbece (patch) | |
tree | ad35bcbd9f5d4655de4ec43c55dbcac620af42a0 /Help/generator | |
parent | 0427f225395d3fbc5df273596cb7b9d150a369b7 (diff) | |
download | CMake-a55b5c4e188126cf73c3e0a25d39f10ed8fcbece.zip CMake-a55b5c4e188126cf73c3e0a25d39f10ed8fcbece.tar.gz CMake-a55b5c4e188126cf73c3e0a25d39f10ed8fcbece.tar.bz2 |
GHS: Update BSP selection logic
Selection of a BSP only needs to be performed if not set by user.
Remove all the logic for printing error and status messages about BSP
selection. These messages also breaks CMake tests.
NOTE: If BSP selection fails then the compiler checks will result in
a build error. The build error will report that the BSP does not exist.
Diffstat (limited to 'Help/generator')
-rw-r--r-- | Help/generator/Green Hills MULTI.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/generator/Green Hills MULTI.rst b/Help/generator/Green Hills MULTI.rst index bae4980..472f725 100644 --- a/Help/generator/Green Hills MULTI.rst +++ b/Help/generator/Green Hills MULTI.rst @@ -121,6 +121,8 @@ the ``GHS_BSP_NAME`` variable. * ``cmake -G "Green Hills MULTI" -A 86`` for ``sim86`` on ``86_integrity.tgt``. * ``cmake -G "Green Hills MULTI" -A ppc -D GHS_BSP_NAME=sim800`` for ``sim800`` on ``ppc_integrity.tgt``. + * ``cmake -G "Green Hills MULTI" -D GHS_PRIMARY_TARGET=ppc_integrity.tgt -D GHS_BSP_NAME=fsl-t1040`` + for ``fsl-t1040`` on ``ppc_integrity.tgt``. Target Properties ^^^^^^^^^^^^^^^^^ |