Hello . I am new with linux and of course I have lot questions .
I working on arm based platform .
/home/tools $ uname -a
Linux sbc9261 2.6.24 #28 Thu Dec 25 15:08:43 CST 2008 armv5tejl unknown
Can someone tell me can I install gcc on this ?. I have unpack gcc with
tar -xvjf arm-linux-gcc-3.4.5-glibc-2.3.6-linux.tar.bz2 -C / as it mentioned in manual and I am set PATH to proper value (export PATH=/usr/crosstool/gcc-3.4.5-glibc-2.3.6/arm-linux/bin/:$PATH) but wen i try to compile something or just type arm-linux-gcc -v response is something like :
Syntax error: "(" unexpected
Am I need crosstool ? or something else . Help me please
