mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10296 from jeromecoutant/PR_NOLINKER
Build script: add explicit console log in case of linker script errorpull/10309/head
commit
d1da622797
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue