Previous to now it had always relied on a custom patched gcc and a custom sim. In the interim since the initial port went in some time in 2015 GCC and QEMU have both officially picked up support for the architecture and the machine that was emulated in the previous emultor. Using gcc 10.2 fix up the build and get it basically working. Timers seem to not be working right but it's probably fairly easy to fix.
6 lines
85 B
Makefile
6 lines
85 B
Makefile
TARGET := or1ksim
|
|
MODULES += \
|
|
app/shell \
|
|
app/tests \
|
|
lib/debugcommands
|