Russell Haley
Russell Haley
This is the current message: ``` debian@beaglebone:~/git/mircVM/build/linux/armv7a/release$ ./c2m -v -S -o sieve.mir /home/debian/git/mircVM//files/C/sieve.c; C2MIR init end -- 3635 usec /usr/include/stdio.h:27:10: error in opening file bits/libc-header-start.h ``` Stackoverflow implies this is...
A surprising number of the tests that build with cmake run correctly. Anyway, I'll leave it at that until you can come up for air. Fun stuff!
Hi, I can compile mir with llvm-mingw ( can be downloaded from http://winlua.net) on Windows but I also run into stdio.h errors. I am not sure which version of the...
Thanks for commenting @vnmakarov. I just wanted to add my information in case it's helpful. And thanks for all your hard work with GCC!
Hi Vladimir, I see someone else has asked a similar question to the one I posted on your blog. I have no business playing here but I am fascinated by...
Okay, well I've set up a little project over here: https://github.com/RussellHaley/mircVM I don't know how to link my files to system libraries yet: ``` osboxes@osboxes ~/g/m/b/l/x/release (master)> ls b2ctab* b2m*...
Ah, okay I see now about loading externals. I'm running into this error now: ``` cvm: mir/mir-interp.c:1609: interp_arr_varg: Assertion `func_item->item_type == MIR_func_item' failed. ``` Which I've figured out is telling...
Okay, finally got something working! ``` C #include //~ #include "mir-dlist.h" #include "mir.h" #include "readfile.h" char *strings[] = {"func", "proto", "import", "export", "forward", "data", "ref_data", "expr_data"}; int interp(char *str) {...
Bit rot is real. My arm boards seem to spontaneously combust. I'm re-imaging a Hummingboard with a dual core NXP iMX6 (probably won't finish in time tonight). I also have...
> afaik aarch32 is the ILP32 ABI for aarch64, same as x32 for x86_64. so it does use 64 bit registers for speed, but long and pointers are 32bit unlike...