commit | 835ff89c405365f5ab332b849bd06473a29f7320 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Wed May 26 09:51:17 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 26 18:15:08 2021 -0500 |
tree | 8b6bfc7b73fb6dd97f0324fb78ef3fa0fbeb6541 | |
parent | 2b0a481291a6d6892b1493ef3dade665d26e7ee3 [diff] |
cmake: arm64: Bail out if the old SDK is used After the ARM/ARM64 split the SDK 0.12.4 is needed to be able to compile the ARM64 arch code. Bail out if an old SDK is detected at compile time. Also change the minimal supported Zephyr SDK to v0.12, as agreed in Toolchain WG. Main reason is added compiler architectures and important inclusion of fixes, for example qemu and arm fixes for veneers (TFM) Signed-off-by: Carlo Caione <ccaione@baylibre.com>