Skip to content

Commit ab98900

Browse files
committed
Build script: add explicit console log in case of linker script error
1 parent d8dc981 commit ab98900

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)