nestedvm icon indicating copy to clipboard operation
nestedvm copied to clipboard

Updated NestedVM toolchain for compiling C/C++ applications to run on the JVM

Results 4 nestedvm issues
Sort by recently updated
recently updated
newest added

Changed the GCC download mirror from the butt slow one

I'm getting some very suspicious compilation errors, where I'll get e.g. "undefined reference to 'sin'" on one line, but it was fine five lines prior. I'm ALSO getting similar errors...

I've finally gotten nestedvm to compile (I'd add `MAKEINFO=true` to the `make dist ...` arguments, in the README), but I have yet to successfully run a translated class. For instance,...