From ab9890072d8b01e0ecbfc1be5aaf7b26346fce04 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Tue, 2 Apr 2019 18:03:32 +0200 Subject: [PATCH] Build script: add explicit console log in case of linker script error --- tools/build_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build_api.py b/tools/build_api.py index c616abf5bb..3c301e7ce3 100755 --- a/tools/build_api.py +++ b/tools/build_api.py @@ -590,6 +590,7 @@ def build_project(src_paths, build_path, target, toolchain_name, if linker_script is not None: resources.add_file_ref(FileType.LD_SCRIPT, linker_script, linker_script) if not resources.get_file_refs(FileType.LD_SCRIPT): + notify.info("No Linker Script found") raise NotSupportedException("No Linker Script found") # Compile Sources