Earlier quoted context omitted.
Designs have been, but have actual chips been?
If you have the design, and you have access to FPGAs, I'd say that's got you pretty close already. Edit: We were talking about CPUs, not complete systems. And yes, the performance would be poor, but RMS has already strongly established that in his book performance is a distant runner-up to free.
Android NDK: GCC is now deprecated, everyone should be switching to Clang
31–40 of 259 posts
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#32Earlier quoted context omitted.
Designs have been, but have actual chips been?
If you have the design, and you have access to FPGAs, I'd say that's got you pretty close already. Edit: We were talking about CPUs, not complete systems. And yes, the performance would be poor, but RMS has already strongly established that in his book performance is a distant runner-up to free.
The exact same argument can be made about the operating system.
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#33Earlier quoted context omitted.
RMS wants user freedom, not developer freedom That is the point people always miss. RMS believes that end user of software / hardware should be in complete control, it was/is never about developers. BSD/MIT/etc lic may provide for more developer freedom, but often they are used to restrict user freedom as the code is folded/packaged into commercial projects with non-free licenses
That's terribly ironic, since the source code is completely useless to the user, only developers.
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#34When we tried using clang for Android compiling C++ code half a year ago it caused problems, which disappeared when we switched to GCC. > If you have problems with Clang, please file bugs! Filing compiler bugs is really hard with a closed source project.
God saves a puppy anytime someone filed a compiler bug with a trivial test case that demonstrates the problem.
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#35Earlier quoted context omitted.
Designs have been, but have actual chips been?
If you have the design, and you have access to FPGAs, I'd say that's got you pretty close already. Edit: We were talking about CPUs, not complete systems. And yes, the performance would be poor, but RMS has already strongly established that in his book performance is a distant runner-up to free.
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#36When we tried using clang for Android compiling C++ code half a year ago it caused problems, which disappeared when we switched to GCC. > If you have problems with Clang, please file bugs! Filing compiler bugs is really hard with a closed source project.
""" We’ve moved our bug tracker to GitHub: https://github.com/android-ndk/ndk/issues """
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#37Earlier quoted context omitted.
> I would guess they describe their work as "open source" and do not talk about freedom. 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 lic…
RMS' use of "free" is very well defined in terms of software (see: https://www.gnu.org/philosophy/free-sw.html ). You are arguing his definition of free, but that isn't up for debate here. RMS may be pedantic, but I'd disagree that makes him an asshole.
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#38waits for RMS to get mad https://gcc.gnu.org/ml/gcc/2014-01/msg00247.html
> I would guess they describe their work as "open source" and do not talk about freedom. 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 lic…
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#39Earlier quoted context omitted.
RMS is nothing if not ideologically consistent. I applaud his goals and perseverance, even if they are not quite the same as mine.
He's consistent to a point. He's quite silent about the hardware aspect, even though free software licensed CPU designs have been available for a long while.
Probably because it's not software.
Re: Android NDK: GCC is now deprecated, everyone should be switching to Clang
#40Earlier quoted context omitted.
That's terribly ironic, since the source code is completely useless to the user, only developers.
That is not true at all, I know many non-developers that will compile source code themselves, one that is done often would be FFMPEG where you have several compile flags that will make the software preform differently based on the options you select, This is an example of Source Code being useful to non-developers.