> >So how do the ramdisks get built these days? Just copy the binaries over? > > Well, they get stripped first, see scripts/rootdisk/strip-executables.sh.
I thought the binaries were stripped before but a look at the makefile cured me of that :-) > The kind of ELF damage that we're seeing here is usually a symptom of using > a "strip" that expected to target another architecture, or had some similar > compatibility issue. Kinda weird that only the one file was affected though. Yep, but since a rebuild fixed it (at least for one person) I'd say we forget about this :-) Michael