Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Toolchain "LLVM with Clang (MacOSX)" is not detected.

No, those plug-ins were a dump and run. I'm surprised they work at all given how old they are.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Liviu Ionescu
Sent: Thursday, March 29, 2018 3:47 AM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Toolchain "LLVM with Clang (MacOSX)" is not detected.

Sorry if I'm repeating myself, but today, after quite a while, I tried again to use the LLVM tools on macOS, and once again, I noticed that clang is not automatically detected.

After disabling the 'Display compatible toolchains only', I could select 'LLVM with Clang (MacOSX', and the build now uses clang, but I constantly get the following error:

Toolchain "LLVM with Clang (MacOSX)" is not detected. Refer to "C/C++ Development User Guide", "Before you begin" how to install toolchains.

This is kind of silly on macOS, since clang is the default toolchain, and comes with Xcode.


I also tried to run a debug session. After discovering the trick to enable lldb-mi in the bottom of the page, the debug session started, but no source code was displayed and the breakpoint in main was not recognised, as if the debug information was not recognised (although
-g3 was used, and running a manual lldb session on the elf was ok).


Am I missing something? Aren't the LLVM plug-ins maintained any more?

In my oppinion, as it stands, LLVM/LLDB support is mostly useless, at least on macOS.


Regards,

Liviu
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top