Hacker News new | ask | show | jobs
by fsniper 931 days ago
Title suggests when using clang, built binaries can't be run on this device. It means it can't build for this architecture at all. But the post eloborates that it's possible to build for this architecture, it's just incorrectly targets another one. It would not matter if it's on the same architecture, or cross compiling. The capability is there. It requires you to be explicit about which architecture you are targeting.

A default for targeting is incorrect, and/or an architecture identification is buggy. But binaries built for Pi B+ - when using correct targeting arguments - can be run on Pi B+.

Now if the title is using wording that suggest a functionality is not there anymore vs the reality, where defaults or identification are incorrect, wouldn't that mean that is hunting for sensation?