arm-linux-gcc command does not run

desperado_43
Hi My Friedns , 
I have downlaod 'arm-linux-gcc-4.3.2.tgz' from this site. I extract file
and move the arm/ to /usr/local direction . 
I set up the path in bashrc.  export PATH=$PATH:/usr/local/arm/4.3.2/bin  
but 
arm-linux-gcc -v command result say no such command ... This command have
been run before. But I; deleted /usr/local/arm path . Now ı
install again but there is no effect

davef
List the files in /usr/local/arm/4.3.2/bin

holger
The file is called arm-none-linux-gnueabi-gcc. All files from the toolchain
are called arm-none-linux-gnueabi-*
Make a symbolic link from each file like arm-none-linux-gnueabi-gcc to
arm-linux-gcc and so on.

Greetings
Holger

desperado_43
Thanks my friend , I formetted computer then install toolchain againt .
Then it is ok :) .

blaszak100
I have similar problem, 
I installed arm-linux-gcc-4.5.1 from cd, next I set up the path: 
export PATH=$PATH:/opt/FriendlyARM/toolschain/4.5.1/bin
next I reboot system, and I get the same info:
$arm-linux-gcc -v
bash: arm-linux-gcc: command not found
my system is Fedora 17
in directory /opt/FriendlyARM/toolschain/4.5.1/bin files existing, 

anybody have some idea?

Juergen Beisert
Run the "ldd" command on this executable and see what's missing on your
computer.

blaszak100
Should I type command like this?
$ ldd -v /opt/FriendlyARM/.../arm-linux-gcc 

If is it correct then I get info:
 not a dynamic executable

blaszak100
now when I type: 
export PATH=/opt/.../bin:$PATH 
everything it's OK,
but when I change /root/.bashrc in the same way, and log out-in, then it
doesn't work, I have to type in terminal.

sunil880089
Hi blaszak100 ,
I am also facing same problem as you faced in Fedora 17,
Can you please help me to find Solution.

Thank you.

karan arora
hello friends, i have the solution for this.
just type this command in your terminal.

sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0

Thank you.

sachin
hello 
simply follow two steps
1)sudo -s
2)exeute your path in .bashrc file (export $PATH=)
3)run yuor command