Branden Ghena
Branden Ghena
> I might propose a compromise of a "minimum compiler version" driven by the most recent LTS, i.e., Noble Numbat, which has [GCC 13 for RISC-V](https://launchpad.net/ubuntu/+source/gcc-riscv64-unknown-elf)? I would favor the...
> I would like to make clear then that you are advocating for requiring support for compilers 7+ years out of date? Because that's the same thing in practice. Yup,...
I will say that [xpack](https://xpack-dev-tools.github.io/arm-none-eabi-gcc-xpack/) does looks a bit like "rustup for GCC". The commands to install different versions are pretty trivial.
Given that the implementation of `yield_for()` is so simple, maybe the correct answer for apps like this interactive screen app is to implement it manually. In that way, the true...
From @reynoldsbd (via slack): --- I'd like to float the idea of using CMake for the usermode build system. No build system is without its quirks or learning curve, but...
> > Some of it is due to the need to check things about or within files. We use a bunch of tools, not just Tockloader and elf2tab, but also...