Earlier quoted context omitted.
Yeah, Raspbian doesn't seem to be developed as a community project. There's no package tracker[1] like Debian or Ubuntu. I suppose they don't tend to diverge much, in practice. Anyway, I suppose this all means Raspberry Pi OS/Raspbian are able to patch this, without requiring it to first be fixed in Debian or Clang. [1] https://raspberrypi.stackexchange.com/questions/1179/does-ra...
Interesting. Uncovering this slight difference really makes me long for something like the Debian GitLab instance (or really any kind of public change tracking) to document a bug or suggest a change. Agreed, sure looks like it's Raspbian's build configuration to fix.
Clang now makes binaries an original Pi B+ can't run
81–90 of 150 posts
Re: Clang now makes binaries an original Pi B+ can't run
#82Earlier quoted context omitted.
Big distro. These fat-cat volunteer kernel devs are just trying to keep us down by giving us so much free software that we collapse under the weight of it.
Aren’t a lot of kernel devs paid by large corporations? Eg, this article. https://thenewstack.io/contributes-linux-kernel/
Re: Clang now makes binaries an original Pi B+ can't run
#83You'll see a whole bandwagon of people saying things like, "supporting old hardware is BAD! It takes time and money that nobody has!", as though someone needs to be hired to sit around and do nothing but pore over code and constantly rewrite code for old hardware. There's plenty of evidence to the contrary, but since when has evidence mattered when it comes to defending the right of big business / big distro to do wh…
It has been my experience, over the last 6 decades or so, that it almost always boils down to "doing anything except what I want is a waste of time and resources".
When it comes to free software, you do what you do and learn to ignore the "but what about ME!" demands from those who contribute nothing else. Or you move on and put your energy into something else.
Re: Clang now makes binaries an original Pi B+ can't run
#84You'll see a whole bandwagon of people saying things like, "supporting old hardware is BAD! It takes time and money that nobody has!", as though someone needs to be hired to sit around and do nothing but pore over code and constantly rewrite code for old hardware. There's plenty of evidence to the contrary, but since when has evidence mattered when it comes to defending the right of big business / big distro to do wh…
Re: Clang now makes binaries an original Pi B+ can't run
#85Earlier quoted context omitted.
And kiosks, like the McDonald's ordering kiosks. I wouldn't be surprised if they spend more on installation than on building the device itself!
I haven't interacted with these much, but in all such things, eg TVs, others, I get peeved at the thought process. Typical dev time for a new UI from scratch is years. And price drop on parts and their availability will be different down the road. I wonder of people are running all tests, DEV work in KVM or other emulation stacks for DEV, but then not accurately locking clock rate, and limiting RAM during testing. Be…
Re: Clang now makes binaries an original Pi B+ can't run
#86Earlier quoted context omitted.
Anything to satisfy whichever law it is that says "lagginess remains constant".
"Huh, this CPU is kind of snappy running native code now. What should we do?" "Let's move application development to Python then, I suppose." "Thanks, that fixed it." Probably what happened in my 55" smart TV dev team.
Re: Clang now makes binaries an original Pi B+ can't run
#87Earlier quoted context omitted.
Anything to satisfy whichever law it is that says "lagginess remains constant".
"Huh, this CPU is kind of snappy running native code now. What should we do?" "Let's move application development to Python then, I suppose." "Thanks, that fixed it." Probably what happened in my 55" smart TV dev team.
What's worse, they made a "throbber" effect by string substituting a different color into an SVG, and then reparsing the SVG, for each color it fades through.
That's the kind of coding quality the OLPC project had. That's why it failed, and it probably also factored into why they disabled the view source button.
Re: Clang now makes binaries an original Pi B+ can't run
#88I doubt this is a deliberate change. Picking up information from the environment - a sibling mentions /etc/env.d/gcc - seems fairly likely. I'd guess the default triple is something like arm-unknown-linux unless clang finds or is is told something more specific to use, and the mechanism by which it gets told to use something more specific has fallen over. This might mean there are no arm v6 buildbots running, or it m…
Re: Clang now makes binaries an original Pi B+ can't run
#89Earlier quoted context omitted.
"Huh, this CPU is kind of snappy running native code now. What should we do?" "Let's move application development to Python then, I suppose." "Thanks, that fixed it." Probably what happened in my 55" smart TV dev team.
Definitely happened on the OLPC. What's worse, they made a "throbber" effect by string substituting a different color into an SVG, and then reparsing the SVG, for each color it fades through. That's the kind of coding quality the OLPC project had. That's why it failed, and it probably also factored into why they disabled the view source button.
Re: Clang now makes binaries an original Pi B+ can't run
#90Earlier quoted context omitted.
I haven't interacted with these much, but in all such things, eg TVs, others, I get peeved at the thought process. Typical dev time for a new UI from scratch is years. And price drop on parts and their availability will be different down the road. I wonder of people are running all tests, DEV work in KVM or other emulation stacks for DEV, but then not accurately locking clock rate, and limiting RAM during testing. Be…
Most developers suck.