Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not recognized as internal or external command... #398

Open
jguy1987 opened this issue Nov 12, 2021 · 1 comment
Open

Not recognized as internal or external command... #398

jguy1987 opened this issue Nov 12, 2021 · 1 comment

Comments

@jguy1987
Copy link

jguy1987 commented Nov 12, 2021

gpp-compiler 3.0.7 installed on Atom 1.58.0 x64

I get this exact error message when compiling my code ( a simple hello world script )

'D:\Users\Jguy\AppData\Local\Temp\hello' is not recognized as an internal or external command,
operable program or batch file.

Press any key to continue . . .

My code is exactly:

#include <iostream>
using namespace std;

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

I've read on a couple of threads that your project file path cannot contain any spaces. Mine doesn't:
the path is exactly: D:\Users\Jguy\Documents\Technical\Projects\HelloWorld\hello.cpp

I've tried with the "Compile to Temporary Directory" setting turned on and off If I turn it off, the path in the error message above becomes:

'D:\Users\Jguy\Documents\Technical\Projects\HelloWorld\hello' is not recognized as an internal or external command,
operable program or batch file.

Press any key to continue . . .
@xamer18
Copy link

xamer18 commented Dec 3, 2021

I have the same problem :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants