Hi,
On 09.01.2014 12:31, neetesh saxena wrote:
I have added path of arm-elf-gcc using export PATh=$PATH:<path>/install/bin and also added in bashrc file.
That doesn't look right and you seem to have at least one typo (PATh). Add the following to your /home/saxena/.bashrc (mind the .):
export PATH=$PATH:/home/saxena/gnu-arm-toolchain/install/bin
...for the case that the toolchain was built inside the folder gnu-arm- toolchain of your home folder, if that is not the case please adjust the path.
Regards, Steve