mirror of https://github.com/ARMmbed/mbed-os.git
[exporters] iar build artifacts in BUILD directory, not .build
parent
0d3e9f0968
commit
72cdf9d16f
|
@ -14,7 +14,7 @@ class Eclipse(Makefile):
|
|||
super(Eclipse, self).generate()
|
||||
ctx = {
|
||||
'name': self.project_name,
|
||||
'elf_location': join('.build',self.project_name)+'.elf',
|
||||
'elf_location': join('BUILD',self.project_name)+'.elf',
|
||||
'c_symbols': self.toolchain.get_symbols(),
|
||||
'asm_symbols': self.toolchain.get_symbols(True),
|
||||
'target': self.target,
|
||||
|
|
Loading…
Reference in New Issue