zephyr/cmake/compiler
Torsten Rasmussen 32f351a7a2 cmake: raise a fatal error when C compiler is not found
This commit introduces an early error in case a valid C compiler is not
found in the system.

This will help to early identify misconfigured systems with the error:
  C compiler <compiler> not found - Please check your toolchain
  installation

instead of an obscure error, such as:
No such file or directory: LIBGCC_FILE_NAME: ''

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2020-05-19 14:45:36 +02:00
..
clang cmake: toolchain: generalize exclusion of CXX options 2019-12-18 21:45:00 +01:00
gcc cmake: raise a fatal error when C compiler is not found 2020-05-19 14:45:36 +02:00
host-gcc cmake: toolchain: Fix 'host' toolchain variant 2020-01-07 13:25:47 -05:00
xcc toolchain: xcc: use Clang if exists 2020-01-07 17:09:38 +01:00