Skip to content

Commit f0909df

Browse files
committedMay 29, 2024
Fix TI build
1 parent cf5eeea commit f0909df

File tree

1 file changed

+3
-0
lines changed
  • scripts/build/builders

1 file changed

+3
-0
lines changed
 

‎scripts/build/builders/ti.py

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ def GnBuildArgs(self):
105105
args = [
106106
'ti_sysconfig_root="%s"' % os.environ['TI_SYSCONFIG_ROOT'],
107107
'ti_simplelink_board="%s"' % self.board.BoardName(),
108+
# FIXME: It seems that TI SDK expects link map file to be present.
109+
# In order to make it optional, SDK fix is needed.
110+
'chip_generate_link_map_file=true',
108111
]
109112

110113
if self.openthread_ftd:

0 commit comments

Comments
 (0)