Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Clang
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Clang (Read 4021 times)
Borneq
Multiple posting newcomer
Posts: 45
Clang
«
on:
September 04, 2013, 10:57:26 pm »
In new Code::Blocks is possibility to use Clang?
Logged
anotherOpenGLFan
Single posting newcomer
Posts: 6
Re: Clang
«
Reply #1 on:
September 12, 2013, 07:40:33 pm »
No. Clang is not a supported compiler in Code::Blocks 12.11, However you can run Clang
like MinGW. So you can build with Clang, Even if Code::Blocks thinks it's using MinGW.
Fallowing the instructions in this stack-overflow answer:
http://stackoverflow.com/questions/14419168/using-clang-with-codeblocks-on-windows-7
you can set it up to do just that.
You can change around what compiling executables are used by going to "Settings->Compiler...->Toolchain Executables",
when you get to that part of his answer.
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: Clang
«
Reply #2 on:
September 12, 2013, 10:27:47 pm »
Or you can try a nightly build, where it is supported.
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Clang