You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ./ELMO ; make clean &> /dev/null ; make &> elmobuild.log ; cd - > /dev/null
echo "Done"
echo -n "Extracting toolchain..."
cd TOOLCHAIN
OS=$(uname -s)
MACH=$(uname -m)
XFILE="gnu-mcu-eclipse-$OS-$MACH.tar.xz"
if [ -e $XFILE ]; then
tar xf gnu-mcu-eclipse-$OS-$MACH.tar.xz
else
echo -e "\nERROR: An ARM toolchain was not bundled for your operating system, please try on Linux x86_64 or manually add toolchain to TOOLCHAIN directory."