| 15 Jan 2024 |
@samueldr:matrix.org | not as far as I know | 06:40:02 |
raitobezarius | Fascinating | 06:40:17 |
@samueldr:matrix.org | right now I only have my crimes done in gcc 4.9 | 06:40:33 |
@samueldr:matrix.org | (took less time to build, and given what I had found from someone doing cross-compiler shenanigans on openbsd, was likely to work) | 06:41:09 |
@samueldr:matrix.org | the most up-to-date hints of a gcc working is about gcc-9.4.0 | 06:41:44 |
@samueldr:matrix.org | though they don't need any of my crimes since they make their own specs file and the vendor SDK uses that | 06:42:12 |
@samueldr:matrix.org | wheee https://github.com/NixOS/nixpkgs/compare/master...samueldr:nixpkgs:wip/brightv-cross | 08:21:50 |
@trofi:matrix.org | Fixing gcc on alpha :) https://github.com/NixOS/nixpkgs/pull/275631 | 09:59:07 |
@samueldr:matrix.org | (and gcc 9 works with the same fixes rebased 🎉) | 21:50:33 |
@samueldr:matrix.org | why 9? since it's the last version known to have ever produced working outputs, from someone else's efforts | 21:52:58 |
@samueldr:matrix.org | and once I realized I was overriding gcc12 outright, and not just for this target... which is why it was failing in awfully broken manners, gcc 12 also works for the simple thing 🎉 | 22:58:40 |
@samueldr:matrix.org | tip: applying inelegant hacks to the bootstrap compiler for your cross-compilation shenanigans is not helpful | 22:59:13 |
@samueldr:matrix.org | anything "simple" I can try building straight out of Nixpkgs? can't be gnu-flavoured (lacking geptopt) so hello is out of the picture | 23:13:46 |
@samueldr:matrix.org | as configured, can't be unixy, lack of uh, unixness (though there is a unixemu) | 23:14:49 |
raitobezarius | libreadline? | 23:25:25 |
raitobezarius | maybe too unixy | 23:25:29 |
raitobezarius | ncurses too comes to mind but probably gnu flavored too | 23:25:37 |
@samueldr:matrix.org | both are configure: error: getopt is required for building programs | 23:25:56 |
raitobezarius | I see | 23:26:00 |
raitobezarius | what about vim? | 23:26:14 |
raitobezarius | getopt too? | 23:26:16 |
raitobezarius | or mutt? | 23:26:20 |