Jim Huang
Jim Huang
Error on make: /bin/sh: line 1: 21530 Segmentation fault out/shecc --dump-ir -o out/shecc-stage1.elf
> Second `make` (without errors): > ```shell > make > SHECC out/shecc-stage2.elf > ``` Then, can you run `make check` to validate as well? I suspect that there is not...
Depends on #47
I would continue hacking `procfs`.
In other words, test runner should manipulate UNIX signals properly. Terminating QEMU is another case, and we don't really be aware of the external actions.
We can utilize semihosting to perform bidirectional verification between host and device(s).
To be more precise, can you make a comprehensive list for system calls to validate?
Depends on #33
Any chance to rebase?
Instead of copying MicroPython, is it possible to maintain patches or Git submodule for integration purpose?
Instead of depending on `lsb_release`, we might have to detect QEMU version to specify correct arguments. @mlouielu, can you attempt to work on this approach?