commit | 32f351a7a2a613c600983f8445f908d368867719 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Tue May 19 11:30:26 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 19 14:45:36 2020 +0200 |
tree | e2f4be8a9ae7a446bbeb5fff44a9f53236293901 | |
parent | 61192b8c686b7b8c17783d25f8e780f0f234d98e [diff] |
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>