Page 1 of 1

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

Posted: Sat Jan 18, 2020 2:27 pm
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/ ?

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

Posted: Sat Jan 18, 2020 3:26 pm
by eranif
usually, the linker name is the same as the compiler: simply: clang.exe
It will invoke the linker internally