[Nestedvm] Problem compiling mips->jbc
Adam Megacz
megacz at cs.berkeley.edu
Sun Jun 13 15:11:19 EDT 2010
David Ehrmann <ehrmann at gmail.com> writes:
> I built a "hello, world" executable with a *native* linux mips compiler
> (gcc 3.3.6). It runs fine on the mips machine, but when I try to run
> the NestedVM compiler on it, I get this:
You should use the copy of gcc that gets built by nestedvm.
> Compiler Error: Unknown section: .interp
Your compiler is probably adding a section to the binary that NestedVM
doesn't understand. You might try altering the NestedVM code to ignore
sections named ".interp", but there's no guarantee that will work.
- a
More information about the Nestedvm
mailing list