You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a project where we are using xed to decode x86 binaries.
Now we are trying to expand our support to RISC-V (as host architecture).
But we noticed that xed is not able to be built on RISC-V, because normalize_cpu_name does not understand riscv64.
Simply adding another branch for "riscv64" here fixes it according to my testing:
I am currently working on a project where we are using xed to decode x86 binaries.
Now we are trying to expand our support to RISC-V (as host architecture).
But we noticed that xed is not able to be built on RISC-V, because normalize_cpu_name does not understand riscv64.
Simply adding another branch for "riscv64" here fixes it according to my testing:
mbuild/mbuild/env.py
Lines 1218 to 1240 in 75cb46e
The text was updated successfully, but these errors were encountered: