Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » "No Toolchain found for Target Local" error when using Meson Project(When using meson project in windows for some versions of Mingw get "No Toolchain found for Target Local" error)
"No Toolchain found for Target Local" error when using Meson Project [message #1847887] Thu, 11 November 2021 05:39 Go to next message
Eclipse UserFriend
Hi,
I want to use meson plugin in eclipse (202109 C/C++) but get "No Toolchain found for Target Local".
When no GCC found on path I get the error or 32bit version of the GCC is on the path.
But when if use 64-bit version of mingw (x86_64-w64-mingw32), no error is generated and meson will work.

I've noticed project will issue "gcc -v" command after creation and looks for "Target: xxxx" . In my case if xxxx=x86_64-w64-mingw32, no error is generated.

Re: "No Toolchain found for Target Local" error when using Meson Project [message #1847934 is a reply to message #1847887] Sat, 13 November 2021 06:30 Go to previous message
Eclipse UserFriend
I think issue is based on selecting a "Toolchain". When "Arch" value of the gcc is "i686" or is empty, error is generated.
If I add a dummy toolchain from Window|Preferences|C/C++|Core Build Toolchains
with OS=win32 and Arch="x86_64", error will be disappear (for newly added projects).
Previous Topic:Caret position jumps to head of next line after using [Content Assist] in C++ editor
Next Topic:Files Extension (*.cpp) not added automatically by Eclipse IDE when they are created.
Goto Forum:
  


Current Time: Thu Nov 06 14:03:49 EST 2025

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

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

Back to the top