| 14 Jan 2024 |
@samueldr:matrix.org | it's relatively straightforward, I think | 21:45:16 |
@trofi:matrix.org | nod | 21:45:21 |
@samueldr:matrix.org | I meant, their SDK is straightforward | 21:45:35 |
@trofi:matrix.org | gcc before 3.3 had a slightly different bin directory layout from cross-compiling. i wonder if you had to deal with it. | 21:45:38 |
@samueldr:matrix.org | http://www.chokanji.com/developer/download.html | 21:46:41 |
@samueldr:matrix.org | knowing that, I understand that I was observing | 21:47:17 |
@samueldr:matrix.org | and I had to deal with it, but it wasn't that much of a deal, since I had their SDK to ape | 21:47:31 |
@samueldr:matrix.org | for PROG in ''${PROGS[@]}; do
ln -sf ${binutils}/bin/i386-unknown-gnu-$PROG $PROG
done
| 21:47:40 |
@samueldr:matrix.org | stuff like that I think you meant? | 21:47:48 |
@samueldr:matrix.org | oh, and for the new folks reading today: there is no stakes here... I'm doing it for the fun of deepening my understanding of non-trivial cross | 21:48:19 |