Replies: 3 comments 6 replies
-
What does your OS say when you run the command from the command prompt? |
Beta Was this translation helpful? Give feedback.
0 replies
-
What command should I run in the os? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The command CDT wants to run and returns with an error. In this case that would be |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed mingw64 and downloaded eclipse for c/c++. I added c:\msys64\ming64\bin to my path environment variable. When I try to run c project hello.c I get the following error:
20:11:49 **** Rebuild of configuration Debug for project hello ****
Info: Configuration "Debug" uses tool-chain "MinGW GCC" that is unsupported on this system, attempting to build anyway.
Info: Internal Builder is used for build
gcc -O0 -g3 -Wall -c -fmessage-length=0 -o "src\hello.o" "..\src\hello.c"
Cannot run program "gcc": Launching failed
I can't find any clear documentation to resolve this. I'm running windows 10 pro
Beta Was this translation helpful? Give feedback.
All reactions