Originally posted by arrow
View Post
Patch By Patch, LLVM Clang Gets Better At Building The Linux Kernel
Collapse
X
-
-
-
Originally posted by smitty3268 View PostThis endeavor is being undertaken so that companies can compile the kernel without using a GPLv3 compiler. It's important to them that they aren't permanently stuck on GCC4.2 for the rest of time.Originally posted by caligula View PostThe problem with building GPL2/3 tainted binaries
Can you please explain to me what you mean by that. I don't understand what the license of the compiler/toolchain has to do with the generated binary code.
I even found this https://www.gnu.org/licenses/gpl-faq...eGPLToolsForNF which says otherwise.
Comment
-
-
Originally posted by amehaye View PostI must have missed the memo - what exactly is the problem with GPLv3 compiler?
AFAIK using GPLv3 gcc doesn't make your code GPL. In fact it should have no effect at all on the license of the compiled program.
Comment
-
-
Originally posted by tajjada View PostCan you please explain to me what you mean by that. I don't understand what the license of the compiler/toolchain has to do with the generated binary code.
I even found this https://www.gnu.org/licenses/gpl-faq...eGPLToolsForNF which says otherwise.
I half suspect one lawyer somewhere didn't really understand the issue and took the paranoid route of banning it forever, and everyone else has just assumed they must have had a good reason for doing it, but who knows. Maybe there actually is a good reason, or maybe it's all just politics and they are refusing to support a license they don't want to see succeed.Last edited by smitty3268; 23 August 2014, 08:42 PM.
Comment
-
-
Originally posted by caligula View PostUsing gpl products when developing your own apps gives the impression you embrace stallman ideology.
I half suspect one lawyer somewhere didn't really understand the issue and took the paranoid route of banning it forever, and everyone else has just assumed they must have had a good reason for doing it, but who knows. Maybe there actually is a good reason, or maybe it's all just politics and they are refusing to support a license they don't want to see succeed.
We fall on a policy and ideology discuss. I don't will debate here about it, and you guys are libre (theoretically, but the wall have ear) to believe and support one of then. But, I just request to read more about the two sides of history, before write ignorant ('ignoto' mean "unknown" on latin) positions.
And, as I say, I know how the gpl limit companies in many ways and this represent a coping to the same. "caligura" the Stallman figure was necessary to GNU/Linux born... without this extremist ideology, most likely we would not be write on this site.
[just to say, the v3 of GPL is a bullshit, because it is incompatible with v2. This spread the Free world of the Open Source world. Try use "GPLv2+"... the unique point good on the v3 is the block of tivoization].
GNU ideology
Comment
-
-
Originally posted by arrow View PostWe fall on a policy and ideology discuss. I don't will debate here about it, and you guys are libre (theoretically, but the wall have ear) to believe and support one of then. But, I just request to read more about the two sides of history, before write ignorant ('ignoto' mean "unknown" on latin) positions.
I'm not even really a v3 fan, so I'm not just trying to throw out ideology.
Comment
-
-
Originally posted by smitty3268 View PostHonestly, my understanding from the GPL creators is that a v3 compiler can create code with any license you want. Are you saying you have an explanation that it isn't true? Or am I misunderstanding you?
The bigger legal problem is compiler plugin issue. GPL3 prevents proprietary plugins and Apple might generate proprietary compiler & IDE plugins.
Comment
-
Comment