On 5/29/24 8:41 PM, Hans-Peter Nilsson wrote:
I do bootstraps and regression testsuite runs on a variety of systems
via qemu (alpha, m68k, aarch64, s390, ppc64, etc). It ain't fast, but
it does work if QEMU is in pretty good shape and you can find a root
filesystem to use.
That might certainly fit the bill. I guess you mean with a
filesystem image for e.g. sparc-linux?
I keep postponing looking into getting a working setup
(mostly the baseboard file) for qemu-anything + newlib.
Last I looked, qemu.exp had a serious typo...but I see that
was just for arm-eabi and arm-pi4, so yes, that might be a
viable path, thanks for the reminder.
I don't bother with qemu.exp at all. I've set up binfmt handlers so
that I can execute foreign binaries.
So given a root filesystem, I can chroot into it and do whatever I need.
As far as dejagnu is concerned it looks like the native system.
Jeff