decomp.me icon indicating copy to clipboard operation
decomp.me copied to clipboard

-g flags do not work with IDO 6.0

Open EllipticEllipsis opened this issue 2 years ago • 6 comments

Compiler error: qemu: Unsupported syscall: sgisysinfo(106)
cc: full_path: Invalid argument

Looks like a qemu issue?

EllipticEllipsis avatar Mar 31 '23 19:03 EllipticEllipsis

I'll have to verifiy what happens with the -strace option

LLONSIT avatar Mar 31 '23 19:03 LLONSIT

@EllipticEllipsis @LLONSIT is this still a thing? Since it's unrelated to the site itself, can we close it and just handle it by updating ido recomp later on? (assuming it indeed isn't related to the site)

ethteck avatar May 21 '23 11:05 ethteck

can we close it and just handle it by updating ido recomp later on?

Probably, since I think the problem is related to the sandbox and Qemu IRIX

LLONSIT avatar May 21 '23 13:05 LLONSIT

oh right it's not recomp.. in that case, ther might be something the sandbox is doing to limit it. is this something you will look into at some point? If not, I'm pretty sure no one else will, so we might as well close it

ethteck avatar May 21 '23 14:05 ethteck

IDO 5.3 C++ doesn't work with -g flag either

Compiler error: /bin/grep: Invalid ELF image for this architecture
cc: full_path: Invalid argument
/bin/rm: Invalid ELF image for this architecture

AngheloAlf avatar Jun 14 '23 14:06 AngheloAlf

Do we need to provide irix versions of grep and rm (I'm assuming that qemu-irix is trying to call the x86 native grep/rm binaries?)

mkst avatar Jul 03 '23 12:07 mkst