Menu

arm-linux-gcc: command not found.

Help
dorosti
2012-01-26
2016-11-18
  • dorosti

    dorosti - 2012-01-26

    I installed gezel as discribed in the installation page. But when I run arm-linux-gcc on an example (arm-linux-gcc -static hello.c -o hello ). I keep getting the same error.
    arm-linux-gcc: command not found.

     
  • Anonymous

    Anonymous - 2012-01-26

    arm-linux-gcc is installed in /usr/local/arm/bin
    Run it as /usr/local/arm/bin/arm-linux-gcc or set your path to include /usr/local/arm/bin

     
  • dorosti

    dorosti - 2012-01-26

    but i dont ham arm folder in /usr/local ???

     
  • Wissem Boussetta

    Hello,
    first you have to download arm-linux-gcc. apt-get will do the necessary..
    Then if you want't to use the commande as arm-linux-gcc you hate to add /usr/local/arm/bin/ to the PATH variable once for all in ~/.profile

     

Log in to post a comment.