Compiling error Windows64 with Clang and solution.

CodeLite installation/troubleshooting forum
Eduardo
CodeLite Curious
Posts: 2
Joined: Wed Nov 27, 2013 2:28 pm
Genuine User: Yes
IDE Question: C++
Contact:

Compiling error Windows64 with Clang and solution.

Post by Eduardo »

Hi, using Codelite 5.3 Mingw under windows 64 and clang compiler.

There is an error on the 'Buid settings...' -> 'Clang Tools' -> 'Load Defaults'

The 'Linker name' is defined as clang, but it doesn't work, shows an error at linking phase:

clang -o ./Debug/proj @"proj.txt" -L.
"clang" no se reconoce como un comando interno o externo,

("clang" is not recognized as internal or external command)

I changed it to 'codelitegcc clang' and it works now.

HTH