add result explorer

This commit is contained in:
2026-04-20 20:59:36 +02:00
parent aacc895800
commit 7b31507403
7 changed files with 633 additions and 12 deletions

View File

@ -242,6 +242,8 @@ build-c-host module target="fail":
exit 1
fi
cp targets/c-host/c_host.c {{ BUILD_DIR }}-{{ module }}/module_host.c
[private]
build-system-startup-fail module:
{{ CROSS_CC }} targets/startup.s {{ CROSS_CFLAGS }} -c -o {{ BUILD_DIR }}-{{ module }}/startup.o