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
arm-linux-gcc
The compiler you have intalled is a so called "cross compiler". It must be installed on your host, not your target.