gcc-arm-linux-gnueabi command not found

user1952441 picture user1952441 · Jan 6, 2013 · Viewed 153.3k times · Source

I am trying to install the gnu arm toolchain for ubuntu. I first downloaded the tar from CodeSourcery. However when I go into the bin folder, I cannot run any of the binaries. I have tried with ./ and without and putting it in the PATH and it keeps telling me "Command not Found" yet the file is there in the folder right in front of me. Then I tried sudo apt-get install gcc-arm-linux-gnueabi except after it says it has installed successfully, I cannot find it with whereis gcc-arm-linux-gnueabi. Can anyone help?

Answer

Ahmed Mkaouar picture Ahmed Mkaouar · Nov 2, 2015

fixed, using:

sudo apt-get install gcc-arm*