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
../rpcgen/rpcgen is compiled for aarch64 so executing it does not work.
Suggestion
I'd suggest adding an option (e.g. --cross-execute) so that the user can specify a command with which rpcgen will be executed (like qemu-aarch64 -L '<aarch64-chroot>').
If rpcgen is only used in an intermediate step, then it may be possible to compile it for the build-architecture.
The text was updated successfully, but these errors were encountered:
What is the problem
Trying to compile the rpcsvc-proto with a different --build and --host option results in error
Steps to reproduce
What is the issue
../rpcgen/rpcgen
is compiled for aarch64 so executing it does not work.Suggestion
I'd suggest adding an option (e.g.
--cross-execute
) so that the user can specify a command with which rpcgen will be executed (likeqemu-aarch64 -L '<aarch64-chroot>'
).If
rpcgen
is only used in an intermediate step, then it may be possible to compile it for the build-architecture.The text was updated successfully, but these errors were encountered: