On 9/30/07, Edgar E. Iglesias <[EMAIL PROTECTED]> wrote: > I tried the sparc64-linux-user target but it fails to run any of my programs > both with and without the change. Similarly, the m68k-linux-user target also > fails but it at least manages to
Are you sure the program was really a 64-bit Sparc64 program? The real programs are identified by file command like this: helloworld.sparc64: ELF 64-bit MSB executable, SPARC V9, version 1 (SYSV), statically linked, not stripped 32-bit programs with either V8 or V9 (V8PLUS) instructions are not supported by sparc64-linux-user currently.