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

"No Toolchain found for Target Local" for managed build after compiling cmake #129

Closed
jantje opened this issue Oct 29, 2022 · 2 comments
Closed

Comments

@jantje
Copy link
Contributor

jantje commented Oct 29, 2022

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.

@jantje
Copy link
Contributor Author

jantje commented Oct 30, 2022

Och I'm sorry. It is actually user confusion caused by the toolbar build.
afbeelding
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.

@mbooth101
Copy link
Member

Yes, that's correct. The Launchbar's hammer acts on the project selected in the Launchbar's configuration drop-down selector.

FWIW if you prefer not to see it, the Launchbar may be disabled in the preferences Run/Debug -> Launching -> Launch Bar

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