I am trying to install a cross-compiler in Debian, but I encountered the following error:
arm-linux-gnueabihf-gcc: command not found
When I try to install it:
apt-get install gcc-arm-linux-gnueabihf
It says unable to locate package gcc-arm-linux-gnueabihf (the tutorial I am following).