arm-linux-gcc

Panda
Hello,
I'm very new in Linux. I download arm-linux-gcc-4.3.2.tgz after extract 
"tar xvzf arm-linux-gcc-4.4.3.tgz –C" and set to path "export PATH=$PATH:
/opt/FriendlyARM/toolschain/4.4.3/bin" everything is fine but will try 
"arm-linux-gcc -v" I see this error
"/opt/FriendlyARM/toolschain/4.5.1/bin//arm-linux-gcc: line 1: syntax
error: unexpected "(" "

How Can I do fix this error

sean_h
Hi

$PATH from the shell will possibly indicate where your problem is.

Panda
Dear Sean_H

I install  arm-linux-gcc on my Friendly Arm Board.

Juergen Beisert
The compiler you have intalled is a so called "cross compiler". It must be
installed on your host, not your target.

Panda
Dear Juergen Beisert,

Thank you for reply, I install gcc on host after compile code. Thanks