Android NDK: GCC is now deprecated, everyone should be switching to Clang
android.googlesource.com
Android NDK: GCC is now deprecated, everyone should be switching to Clang
1–10 of 259 posts
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#2Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#3Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#4Perhaps for Android, but I'm hesitant about using Clang for Win64 due to some recent bugs (such as tellg not working correctly).
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#5Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#6Perhaps for Android, but I'm hesitant about using Clang for Win64 due to some recent bugs (such as tellg not working correctly).
Also, I would mock you for using at all but you've probably got legacy code just the same as I do.
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#7Perhaps for Android, but I'm hesitant about using Clang for Win64 due to some recent bugs (such as tellg not working correctly).
NDK is only for Android (as in a C++ toolchain for Android, the toolchain runs on Windows, Linux and Mac but the resulting executables are meant for Android) ... what do you mean with Win64 in this context ?
From the link: "Also note that Clang packaged in the Windows 64 NDK is actually 32-bit."
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#8Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#9waits for RMS to get mad https://gcc.gnu.org/ml/gcc/2014-01/msg00247.html
Wow, what an asshole. Maybe they consider legal restrictions on how other people may use their software to be the opposite of freedom? Maybe that is the truth and maybe RMS has a good point to make, but how tone deaf is to call anything that isn't GNU, "unfree"? To suggest that they don't even talk about freedom because their license is a little different? What an asshole.
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#10Perhaps for Android, but I'm hesitant about using Clang for Win64 due to some recent bugs (such as tellg not working correctly).
That's probably a bug in libc++, not Clang. They're under the same roof, but different people work on them. Also, I would mock you for using at all but you've probably got legacy code just the same as I do.