Codelite with Mingw64 is installed on Windows 10 must configure Clang's names
-
- 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
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/ ?
- eranif
- CodeLite Plugin
- Posts: 6375
- 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
usually, the linker name is the same as the compiler: simply: clang.exe
It will invoke the linker internally
It will invoke the linker internally
Make sure you have read the HOW TO POST thread