sudo apt-get install g++-arm-linux-gnueabihf sudo apt-get install gdb-multiarch The first line installs the general build tools. The second installs the C and C++ compiler and build tools for the Pi’s ...