We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3398114 commit 8bb7a22Copy full SHA for 8bb7a22
builder/framework/siwisdk.py
@@ -39,7 +39,7 @@ def gen_bin_file(target, source, env):
39
(target_firm, ) = target
40
(target_elf, ) = source
41
42
- temp_firm = os.path.dirname(target_firm.get_abspath()) + "\\temp.bin"
+ temp_firm = os.path.dirname(target_firm.get_abspath()) + "/temp.bin"
43
cmd.extend(["-O", "binary"])
44
cmd.append(target_elf.get_abspath())
45
cmd.append(temp_firm)
0 commit comments