Skip to content

Commit 88dab2b

Browse files
committed
fix(debug): wrong toolchain path
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 37dc7cd commit 88dab2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ tools.remoteproc_gen.upload.pattern="{busybox}" sh "{path}/{script}" generate "{
240240
# - this is alpha and may be subject to change without notice
241241
debug.executable={build.path}/{build.project_name}.elf
242242
debug.toolchain=gcc
243-
debug.toolchain.path={toolchain_dir.path}/bin
243+
debug.toolchain.path={toolchain_dir}/bin
244244
debug.toolchain.prefix=arm-none-eabi-
245245
debug.server=openocd
246246
debug.server.openocd.path={openocd_dir}/bin/openocd

0 commit comments

Comments
 (0)