Codelite with Mingw64 is installed on Windows 10 must configure Clang's names

General questions regarding the usage of CodeLite
abd
CodeLite Curious
Posts: 4
Joined: Sat Jan 18, 2020 2:18 pm
Genuine User: Yes
IDE Question: C++
Contact:

Codelite with Mingw64 is installed on Windows 10 must configure Clang's names

Post by abd »

Mingw64 is installed on Windows 10 and Codelite is set up a location to refer the Clang linker, so what should correctly be the name of executable Clang linker in /ming64/bin/ ?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite with Mingw64 is installed on Windows 10 must configure Clang's names

Post by eranif »

usually, the linker name is the same as the compiler: simply: clang.exe
It will invoke the linker internally
Make sure you have read the HOW TO POST thread
Post Reply