@palmer Can you use crosstool-ng?
@palmer Yeah, looks like you'd need to hack up the test stuff to do them locally. It looks like those crosstool bits only support remote testing, which is odd?
@palmer Oh, you want to use qemu? You could presumably boot a local qemu instance and then use the crosstool-ng stuff to ssh into that... I imagine it would be faster to run user-space qemu though, and OE appears to set that up. OE is also more linux-focused and doesn't try to support embedded toolchains, I think.
@palmer I've been building picolibc toolchains with crosstool-ng using github actions. At least I don't have to host a download server...
@palmer For sure. Using user-mode qemu seems like a much nicer way to go. As usual, there's no obvious best answer, just choices about what to start with and how much work to apply...