Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why not have mips64-n64 #57

Open
dailei2018 opened this issue Mar 3, 2023 · 2 comments
Open

why not have mips64-n64 #57

dailei2018 opened this issue Mar 3, 2023 · 2 comments

Comments

@dailei2018
Copy link

dailei2018 commented Mar 3, 2023

below is my machine and binary information

#uname -a
Linux usm.secondary.10.113.58.152 4.19.0-loongson-3-server #20211013 SMP PREEMPT Uos 4.19.0-eagle Wed Oct 13 15:36:26 CST 2 mips64 GNU/Linux

#file gzip
gzip: ELF 64-bit LSB shared object, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=396518ffad8b2bc976f82ebc9b398d7d2b354faf, for GNU/Linux 3.2.0, stripped

@tpetazzoni
Copy link
Contributor

Which particular mips64 variant are you interested in? mips64 big endian or little endian? Generic mips64, or mips64r2, mips64r3, mips64r5, mips64r6, or some other MIPS variant?

The reason why no mips64-n64 toolchain is offered for now because no-one asked for it, and it's not clear (to me at least) what are the relevant variants of mips64 to support. If you provide some guidance in this area, we will certainly be willing to add more variants.

@FlyGoat
Copy link

FlyGoat commented Feb 9, 2024

Hi @tpetazzoni,

MIPS64 n64 variants are useful for all 64 bit capable MIPS arch variants, ideally that would be mips64, mips64r2, mips64r5, mips64r6, since nowadays most MIPS64 distros are using n64 ABI (while n32 is actually x32 for x86).

Ping me if you need any help on MIPS.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants