decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
380 stars 118 forks source link

-g flags do not work with IDO 6.0 #721

Open EllipticEllipsis opened 1 year ago

EllipticEllipsis commented 1 year ago
Compiler error: qemu: Unsupported syscall: sgisysinfo(106)
cc: full_path: Invalid argument

Looks like a qemu issue?

LLONSIT commented 1 year ago

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

ethteck commented 1 year ago

@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)

LLONSIT commented 1 year ago

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

ethteck commented 1 year ago

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

AngheloAlf commented 1 year ago

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
mkst commented 1 year ago

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?)