Skip to content

Commit 65d6015

Browse files
Update tools/toolchains/mbed_toolchain.py
Co-Authored-By: Graham Hammond <graham.hammond@arm.com>
1 parent 6f37fd9 commit 65d6015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/mbed_toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def link_program(self, r, tmp_path, name):
739739

740740
# Absolute path of the final linked file
741741
if self.config.has_regions:
742-
elf = join(tmp_path, tail + '_application.elf')
742+
elf = join(new_path, tail + '_application.elf')
743743
mapfile = join(tmp_path, tail + '_application.map')
744744
else:
745745
elf = join(tmp_path, tail + '.elf')

0 commit comments

Comments
 (0)