diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index dc5cab2f44..f273fcb962 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -175,6 +175,8 @@ if [[ $INSTALL_NUTTX == "true" ]]; then vim-common \ g++-arm-linux-gnueabihf \ gcc-arm-linux-gnueabihf \ + g++-aarch64-linux-gnu \ + gcc-aarch64-linux-gnu \ ; if [[ "${UBUNTU_RELEASE}" == "20.04" ]]; then