You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a new CDT install (I just downloaded eclipse-cpp-2022-06-R-win32-x86_64.zip to confirm it is also present in the release)
With a make and gcc compiler in the path but no cmake tools in the path
Start CDT
Create the managed build hello world project.
Build the project. (It should build fine)
Now create a cmake project and build. The build fails (which is normal as no cmake is available)
Rebuild the hello world project.
I get a "No Toolchain found for Target Local" error.
I have not found a way out of this situation yet.
The text was updated successfully, but these errors were encountered:
Och I'm sorry. It is actually user confusion caused by the toolbar build.
Seems that hammer works before I created the cmake project (as it seems to work with only 1 project in the workspace).
Once I created the cmake project that hammer only wants to build the cmake project.
Where the other build hammer builds the "active project" as one would expect.
In a new CDT install (I just downloaded eclipse-cpp-2022-06-R-win32-x86_64.zip to confirm it is also present in the release)
With a make and gcc compiler in the path but no cmake tools in the path
Start CDT
Create the managed build hello world project.
Build the project. (It should build fine)
Now create a cmake project and build. The build fails (which is normal as no cmake is available)
Rebuild the hello world project.
I get a "No Toolchain found for Target Local" error.
I have not found a way out of this situation yet.
The text was updated successfully, but these errors were encountered: