Peter Marheine
Peter Marheine
I had a copy on my phone so I've mirrored it to archive.org: https://archive.org/details/wabbitemu-apk-1.06.6 I suspect it may have been delisted due to age (targeting a very old SDK version)...
This actually doesn't work, because putting the text relocations after `*(.text.*)` causes the selected sections to be placed in the usual location. Per the `ld` manual: > If a file...
Made changes to the RISC-V "common" linker script that allows this to work as I wanted now.
> It provides an additional inclusion layer, making the riscv linker script different from other linker scripts. This makes it harder to do general adjustments across linker scripts, as maintainers...
> > 1. Maintain more uniform structure but increase duplication by making a copy? > > 2. Further increase modularity as needed for this SoC, noting that naming can (and...
#50575 obsoletes this by making a copy of the common linker script for IT8xxx2.
> I'm afraid that the FPU part would be clock gated if the option is not enabled, just shown as follows: I would add a level of indirection around gating...
CEmu doesn't support the same use case anyway, because it only emulates the CE (eZ80-based, color screen) calculators.
https://github.com/khvzak/lua-src-rs/pull/7 made `lua-src` build for emscripten targets, and using the changes in https://github.com/khvzak/mlua/pull/337 I've been able to build an application embedding Lua 5.4 for `wasm32-unknown-emscripten`. Luau worked without any changes...