The GCC compiler has an error even though the path is passing.

Asked 1 years ago, Updated 1 years ago, 126 views

Here's the program.

#include<stdio.h> 

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

The error was long, so I put it here.
https://pastebin.com/hbZcTR4t

It's not that I don't have a header file, so I think it's passed, but I've been thinking about and running some sites since yesterday, but I can't get an executable file.Could you please help me?

I am also asking for an answer.https://teratail.com/questions/119490
I still don't know a proper solution.Thank you for your cooperation.

c++ c gcc

2022-09-30 21:29

1 Answers

After reinstalling, the problem was resolved.Thank you very much for your reply.


2022-09-30 21:29

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.