zephyr/cmake/compiler/gcc
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
..
generic.cmake
target.cmake cmake: raise a fatal error when C compiler is not found 2020-05-19 14:45:36 +02:00
target_arm.cmake kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
target_asm.cmake
target_baremetal.cmake
target_base.cmake
target_coverage.cmake
target_cpp.cmake
target_freestanding.cmake
target_imacros.cmake
target_optimizations.cmake
target_riscv.cmake kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
target_sanitizers.cmake
target_security_canaries.cmake
target_security_fortify.cmake
target_warnings.cmake
target_x86.cmake