Skip to content

Commit d1da622

Browse files
authored
Merge pull request #10296 from jeromecoutant/PR_NOLINKER
Build script: add explicit console log in case of linker script error
2 parents b501aed + ab98900 commit d1da622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ def build_project(src_paths, build_path, target, toolchain_name,
590590
if linker_script is not None:
591591
resources.add_file_ref(FileType.LD_SCRIPT, linker_script, linker_script)
592592
if not resources.get_file_refs(FileType.LD_SCRIPT):
593+
notify.info("No Linker Script found")
593594
raise NotSupportedException("No Linker Script found")
594595

595596
# Compile Sources

0 commit comments

Comments
 (0)