mirror of https://github.com/ARMmbed/mbed-os.git
Stop shouting at users in error messages
parent
f8f5bc40f6
commit
aa5d2afa4d
|
@ -533,7 +533,7 @@ def build_project(src_paths, build_path, target, toolchain_name,
|
||||||
if linker_script is not None:
|
if linker_script is not None:
|
||||||
resources.add_file_ref(linker_script, linker_script)
|
resources.add_file_ref(linker_script, linker_script)
|
||||||
if not resources.get_file_refs(FileType.LD_SCRIPT):
|
if not resources.get_file_refs(FileType.LD_SCRIPT):
|
||||||
raise NotSupportedException("No Linker Script found!")
|
raise NotSupportedException("No Linker Script found")
|
||||||
|
|
||||||
# Compile Sources
|
# Compile Sources
|
||||||
objects = toolchain.compile_sources(resources, sorted(resources.get_file_paths(FileType.INC_DIR)))
|
objects = toolchain.compile_sources(resources, sorted(resources.get_file_paths(FileType.INC_DIR)))
|
||||||
|
|
Loading…
Reference in New Issue