Page 1 of 1

Compiling error Windows64 with Clang and solution.

Posted: Wed Nov 27, 2013 2:59 pm
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