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 90a23f1 commit 96ae4abCopy full SHA for 96ae4ab
install-scripts/install-arm-gcc-toolchain.ps1
@@ -73,9 +73,6 @@ If ($gnuGccPathExists -eq $False -or $force) {
73
# unzip toolchain
74
Expand-Archive $output -DestinationPath $toolPath > $null
75
76
- # update tool path to include versioned toolchain folder
77
- $toolPath = $toolPath + "\arm-gnu-toolchain-" + $Version + "-mingw-w64-i686-arm-none-eabi"
78
-
79
"OK" | Write-Host -ForegroundColor Green
80
}
81
0 commit comments