[Nestedvm] Problem with gcc 3.3.6
Brian Alliet
brian at brianweb.net
Wed May 11 17:10:37 EDT 2011
On Wed, May 11, 2011 at 06:21:06PM +0200, Andre Pietsch wrote:
> java org.ibex.nestedvm.Compiler -outfile MyAlass.class MyArray myArray.mips
>
> I get the following error:
>
> Exception in thread "main" org.ibex.nestedvm.util.ELF$ELFException: Bad
> Magic
How did you build myArray.mips? Could you run "file myArray.mips"?
(Which should identify what type of file it is.) It looks like it isn't
a valid mips elf file. Are you sure you used mips-unkown-elf-{gcc,ld}
to build it?
-Brian
More information about the Nestedvm
mailing list