Skip to content

Commit 96ae4ab

Browse files
committed
Fix ARM_GCC_PATH
As of GCC 14.2.rel1 the top level structure from the windows zip has been removed.
1 parent 90a23f1 commit 96ae4ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install-scripts/install-arm-gcc-toolchain.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ If ($gnuGccPathExists -eq $False -or $force) {
7373
# unzip toolchain
7474
Expand-Archive $output -DestinationPath $toolPath > $null
7575

76-
# update tool path to include versioned toolchain folder
77-
$toolPath = $toolPath + "\arm-gnu-toolchain-" + $Version + "-mingw-w64-i686-arm-none-eabi"
78-
7976
"OK" | Write-Host -ForegroundColor Green
8077
}
8178
}

0 commit comments

Comments
 (0)