Note: Full write-up at https://github.com/KoviRobi/dolpo — this was the original proof of concept.
Some example C file:
File
hello.c#include <stdio.h> int main() { printf("Hello, world\n"); }
And compile using
Run
cc hello.c -o hello.elf
Note: Full write-up at https://github.com/KoviRobi/dolpo — this was the original proof of concept.
Some example C file:
File
hello.c#include <stdio.h> int main() { printf("Hello, world\n"); }
And compile using
Run
cc hello.c -o hello.elf