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
error[E0425]: cannot find value `FFI_TRAMPOLINE_SIZE`in this scope
--> libffi-sys-rs/src/lib.rs:165:25
|
165 | pub tramp: [c_char; FFI_TRAMPOLINE_SIZE],
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
|
note: these constants exist but are inaccessible
This seems to be sorted with the following changes in arch.rs file as follows:
Hi everyone,
Currently, there is no support for mips and mips64 architecture. If I build libffi with the command -
the compilation throws the following error -
This seems to be sorted with the following changes in
arch.rs
file as follows:Are these appropriate changes to make and apt for the problem mentioned?
The text was updated successfully, but these errors were encountered: