-
Install Arm GNU GCC compiler. Download the
tar.xv
archive from: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads Define the environmet variable$ARM_GCC_ROOT
to 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
$PATH
and$LD_LIBRARY_PATH
as follows:setenv PATH $ARM_GCC_ROOT/bin:$PATH
setenv LD_LIBRARY_PATH $ARM_GCC_ROOT/lib:$LD_LIBRARY_PATH