If you ever need to run C Code in a Java VM, have a look at NestedVM. It’s a MIPS CPU emulator. All you need is a GCC cross compiler, then you can compile your C sources to MIPS assembler code and execute it with NestedVM.
If you ever need to run C Code in a Java VM, have a look at NestedVM. It’s a MIPS CPU emulator. All you need is a GCC cross compiler, then you can compile your C sources to MIPS assembler code and execute it with NestedVM.
Leave a Comment » |
Software | Tagged: C, Cross compiler, Emulation, GCC, Java, MIPS |
Permalink
Posted by digulla
If you need a small, fast Java 1.4 compiler that you can embed in your application, try Janino.
Leave a Comment » |
Software | Tagged: Compiler, Embedded, Janino, Java |
Permalink
Posted by digulla
You are currently browsing the Dark Views blog archives for the day Thursday, May 19th, 2011.