Nikita Karetnikov <[email protected]> skribis: >> Yes. And if you can get more verbose output than I did with strace, >> then perhaps we’ll have additional clues. > > So, I've just tried to unpack the > 'guile-static-stripped-2.0.9-mips64el-linux-gnuabi64.tar.xz' tarball and > run 'strace bin/guile'. Is it right, or should I also unpack the second > tarball and specify some variables?
That’s perfect, nothing else to do. > Is it OK for 'n64_mmap()' to return a negative value? And what do > 'SYS_5222' and 'SYS_5223' mean? So, did strace display the syscall arguments? (Apparently not, since it would display an hexadecimal address for mmap.) > Will it help if we try to open it with GDB? (This page [1] says that > GDB should be configured with '--enable-64-bit-bfd'.) It’s worth trying. The GDB installed on gcc49.fsffrance.org doesn’t support N64 (same symptom as reported on the web page you linked.) Thanks, Ludo’.
