Domanda

I downloaded Clang 3.4 for windows from the following website: http://llvm.org/releases/download.html


I am trying to fix the settings for code::blocks (see Image) enter image description here

  1. Are these settings correct?
  2. What should I put for Resource compiler and Make Program? should I leave them empty?
  3. TO modify settings click on set on default

Build log still indicates that I am using GCC compilet and not clang

È stato utile?

Soluzione

It's up to you. Do you want to use those applications for those tasks? As far as I am aware, you should not have any compatibility issues — MinGW Make just makes system calls, so it will be able to invoke either MinGW GCC, or Clang, just the same.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top