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
arm-linux-gcc command does not run
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
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?
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
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.
Hi blaszak100 , I am also facing same problem as you faced in Fedora 17, Can you please help me to find Solution. Thank you.
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.
hello simply follow two steps 1)sudo -s 2)exeute your path in .bashrc file (export $PATH=) 3)run yuor command