If you write code for Linux systems, chances are you will have used the venerable GNU Debugger (GDB). Acting as a back end for many GUIs and the interface to various JTAG debugging tools in the ...
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 ...