From 5ec5a12f5efb701ba10a99e5f2ec0cb6e3637a39 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 2 May 2021 12:39:06 -0400 Subject: [PATCH] Tools/setup: update ubuntu.sh with current NuttX dependencies --- Tools/setup/ubuntu.sh | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 933c77c46d..ffeb1d0e21 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -115,18 +115,32 @@ if [[ $INSTALL_NUTTX == "true" ]]; then echo "Installing NuttX dependencies" sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \ - autoconf \ automake \ + binutils-dev \ bison \ - bzip2 \ - file \ + build-essential \ flex \ + g++-multilib \ + gcc-multilib \ gdb-multiarch \ + genromfs \ + gettext \ gperf \ - libncurses-dev \ + kconfig-frontends \ + libelf-dev \ + libexpat-dev \ + libgmp-dev \ + libisl-dev \ + libmpc-dev \ + libmpfr-dev \ + libncurses5-dev \ + libncursesw5-dev \ libtool \ pkg-config \ screen \ + texinfo \ + u-boot-tools \ + util-linux \ vim-common \ ;