Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CMake Setup Windows mingw(How to setup eclipse for cmake )
CMake Setup Windows mingw [message #1840472] Fri, 16 April 2021 00:36 Go to next message
Keyara Edwards is currently offline Keyara EdwardsFriend
Messages: 8
Registered: May 2020
Junior Member
I've been trying to set up new projects to run cmake. I want to build a project in cmake. I have already installed cmake the software and mingw on a windows 10 computer. I've tried to create the project then turn it into a cmake project by adding a different debug and release configuration. I have also tried importing an existing code by creating a cmake file with simple commands. The error I get is: symbol cout could not be resolved and that none of the C++ standard library is included.

[Updated on: Thu, 29 April 2021 08:47]

Report message to a moderator

Re: CMake Setup Windows mingw [message #1840482 is a reply to message #1840472] Fri, 16 April 2021 08:25 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Quote:
'cmake' is not recognized as an internal or external command


Eclipse just starts a process to run external commands.
It's really the OS that isn't recognizing it.

Assuming you actually have cmake installed, try placing the path to it in the system execution path list (Path) variable.
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Re: CMake Setup Windows mingw [message #1840514 is a reply to message #1840482] Sat, 17 April 2021 03:16 Go to previous message
Keyara Edwards is currently offline Keyara EdwardsFriend
Messages: 8
Registered: May 2020
Junior Member
I actually already did that. Thank you for your response.
Previous Topic:Headless CDT build in docker, is it broken ?
Next Topic:Console has different output in debug and normal run mode
Goto Forum:
  


Current Time: Tue Apr 23 15:38:37 GMT 2024

Powered by FUDForum. Page generated in 0.04004 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top