Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1082185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:15:52+00:00 2026-05-16T22:15:52+00:00

I compile this program: #include <stdio.h> int main() { printf(Hello World!); return 0; }

  • 0

I compile this program:

#include <stdio.h>

int main()
{
    printf("Hello World!");
    return 0;
}

With this command:

  gcc -c "hello.c" -o hello

And when I try to execute hello, I get

bash: ./hello: Permission denied

Because the permissions are

-rw-r--r-- 1 nathan nathan   856 2010-09-17 23:49 hello

For some reason??

But whatever… after changing the permissions and trying to execute again, I get

bash: ./hello: cannot execute binary file

I’m using gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3

What am I doing wrong here? It’s gotta be obvious… it’s just too late for me to keep using my tired eyes to try and figure out this simple problem….

P.S. I do (sometimes) work on programs more sophisticated than Hello World, but gcc is doing this across the board…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T22:15:53+00:00Added an answer on May 16, 2026 at 10:15 pm

    Take the -c out. That’s for making object files, not executables.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my program: #include <stdio.h> int main(int argc, char **argv) { printf(hello world\n);
Say I have the following c program: #include <stdio.h> int main() { printf(Hello world
I have a c program #include <stdio.h> int main () { printf(Hello); } On
Suppose I have the following program: #include <stdio.h> int main() { printf(This is a
Here is the program that I am trying to compile #include<stdio.h> int main() {
Let's consider this simple test program: #include <stdio.h> #include <string.h> int main(int argc, char
I tried to compile this example: #include <stdio.h> #include <stdlib.h> #include <stddef.h> main(){ size_t
I typed the following program: #include <stdio.h> int main(void) { int a = 3;
have a look at this code: #include<stdio.h> #include <unistd.h> int main() { int pipefd[2],n;
#include<stdio.h> void jigar (int ji) { printf(%d,ji); } void main() { int a=32; (jigar)(a);

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.