Error running C program compiled with Geany IDE Error Code: 127

16,502

You only compiled your source file, but didn't build your application, meaning the linking was not done and the executable was not created. Use the "build" sub-menu from the "build" menu (default shortcut is F9 if I recall correctly) and try again.

Share:
16,502

Related videos on Youtube

user280105
Author by

user280105

Updated on September 18, 2022

Comments

  • user280105
    user280105 over 1 year

    I installed Geany IDE via Ubuntu Software Center. Wrote a hello world prog in C and it compiled successfully but when i tried to run it, it gave me this error:

    ./geany_run_script.sh: 5: ./geany_run_script.sh: ./hello: not found
    
    ------------------
    (program exited with code: 127)
    Press return to continue
    

    Could someone please tell me what i should do?

    • steeldriver
      steeldriver almost 10 years
      What flavor/desktop of Ubuntu are you running? there is a known issues with the KDM default terminal (konsole) in geany
    • user280105
      user280105 almost 10 years
      i am running ubuntu 14.04 lts
    • Yuvaraj V
      Yuvaraj V almost 9 years
      me too...have the same problem.. I'm using ubuntu 14.04.1 (unity desktop)