fixed path of extracted directory

This commit is contained in:
Bernhard Bablok 2025-07-12 12:03:47 +02:00
parent e80c92cfaf
commit a0feec2f52

View file

@ -17,7 +17,7 @@ wget -qO gcc-arm-none-eabi.tar.xz \
https://developer.arm.com/-/media/Files/downloads/gnu/14.2.rel1/binrel/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi.tar.xz
tar -xJf gcc-arm-none-eabi.tar.xz
ln -s arm-gnu-toolchain-14.2.Rel1-x86_64-arm-none-eabi gcc-arm-none-eabi
ln -s arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi gcc-arm-none-eabi
rm -f gcc-arm-none-eabi.tar.xz
echo -e "[cortex-m-toolchain.sh] update PATH in environment"