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

Issue with VS Code easy c++ project #1

Open
johnfraymundo opened this issue Nov 7, 2019 · 3 comments
Open

Issue with VS Code easy c++ project #1

johnfraymundo opened this issue Nov 7, 2019 · 3 comments

Comments

@johnfraymundo
Copy link

When I try to build and run a new c++ project on vscode using the instructions you've given I get the following error. I think it might be something to do with MSVC or GCC for easy c++ projects but im not sure.
Executing task: make <

make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • make
  •   + CategoryInfo          : ObjectNotFound: (make:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

Executing task: make run <

make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • make run
  •   + CategoryInfo          : ObjectNotFound: (make:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

Executing task: make run <

make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • make run
  •   + CategoryInfo          : ObjectNotFound: (make:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

Executing task: make <

make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • make
  •   + CategoryInfo          : ObjectNotFound: (make:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

@agurtovoy
Copy link
Member

What operating system are you on?

@johnfraymundo
Copy link
Author

I'm on windows.

@agurtovoy
Copy link
Member

@johnfraymundo Please try it again and make sure you select [MSVC] Windows x64, Visual Studio Build Tools 2019 when asked for target platform/architecture:

Screen Shot 2019-11-11 at 11 12 53 AM

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