> Date: Wed, 29 May 2024 20:07:22 -0600 > From: Jeff Law <jeffreya...@gmail.com>
> > There appears to be only a single supported SPARC machine in > > cfarm: cfarm216, and I currently can't reach it due to what > > appears to be issues at my end. I guess I'll either fix > > that or breathe life into sparc-elf+sim. > Or if you've got a reasonable server to use, QEMU might save you :-) I believe so. :) > 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. You (or anyone) don't happen to know if sparc-elf + qemu.exp is in good shape, or some other specific sparc+qemu configuration? That "sparc=*" in qemu.exp entry (at dejagnu ca371cf9c48186716d) looks suspicious though, so I guess it'd be a tuple matching "sparc32plus-*" or "sparc64-*". brgds, H-P