Tools: make target directory before linking

This commit is contained in:
TsuyoshiKawamura 2024-01-13 16:19:58 +09:00 committed by Peter Barker
parent 2e8be66353
commit e0971c7d1a
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ function install_arm_none_eabi_toolchain() {
)
fi
echo "Registering STM32 Toolchain for ccache"
sudo mkdir -p /usr/local/opt/ccache/libexec
sudo ln -s -f $CCACHE_PATH /usr/local/opt/ccache/libexec/arm-none-eabi-g++
sudo ln -s -f $CCACHE_PATH /usr/local/opt/ccache/libexec/arm-none-eabi-gcc
echo "Done!"