Thanks again Mike, I've been using Clang for a while now and really like it, especially the error messages.
@MikeShah2 ай бұрын
Cheers! I think it's been great to have both clang and gcc, they constantly push each other to improve on things -- especially error messages! (Clang fixits can also be quite nice!)
@twenty-fifth4202 ай бұрын
The advantage of being an Arch user at 2:25 is that my GCC/Clang is very, very fresh. Pacman wins again!
@nikos46772 ай бұрын
@@twenty-fifth420 Oh so you use arch btw
@dayanitheebalaji769527 күн бұрын
i built on x86 machine fedora for the multiple targets as cross compiler when i compile the c program during the linking stage it is not able to find libc.a and libm.a and other few libraries how to resolve this
@MikeShah27 күн бұрын
Hmm, I haven't built on Fedora. Perhaps need a full host build? libc.llvm.org/full_host_build.html
@dayanitheebalaji769527 күн бұрын
@@MikeShah can I use gcc's linker with clang
@dayanitheebalaji769527 күн бұрын
@@MikeShah let me do the full build and get back
@dayanitheebalaji769527 күн бұрын
I built on centos 8 as well but still the same
@MikeShah26 күн бұрын
@@dayanitheebalaji7695 Hmm, strange -- maybe ping or search the clang mailing lists
@smithnigelw2 ай бұрын
I would be interested in seeing how this could be done on Windows.