I am newbie to develope for Linux and recently stumbled upon this error arm-none-linux-gnueabi-g++: No such file or directory.
I tried to fix the error which came while I was following the code from this thread: in line make -j4.
Having looked for arm-none-linux-gnueabi-g++ over internet had no result. I also downloaded the gcc-linaro-arm-linux-gnueabihf-4.8-2013.04-20130417_linux and added it to the PATH but couldn't find arm-none-linux-gnueabi-g++ in bin directory.