Hello,
I require to compile ARM GNU Linux toolchain that I have downloaded
from
http://www.codesourcery.com/gnu_toolchains/arm/portal/release313
I am using following commands for configuring, compiling and
installing the toolchain.
1. ./configure
2. make
3. make install
To include "arm-none-linux-gnueabi-" in the "PATH" variable I need to
know the absolute path at which it is installed. After looking at
Makefile of source it seems that the "arm-none-linux-gnueabi" should
be installed somewhere in "/usr" directory, but I am unable to find
it.
Please let me know if I am missing any step.
Regards,
Winy