-
Install Arm GNU GCC compiler. Download the
tar.xvarchive from: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads Define the environmet variable$ARM_GCC_ROOTto point to the location where you extract this archive. This guide was tested witharm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi -
Update your
$PATHand$LD_LIBRARY_PATHas follows:setenv PATH $ARM_GCC_ROOT/bin:$PATH
setenv LD_LIBRARY_PATH $ARM_GCC_ROOT/lib:$LD_LIBRARY_PATH