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
When building, the step {stage}/sbin/ldconfig -r {stage} fails with the error message cannot execute binary file: Exec format error.
Maybe this occurs because the binaries in /raspbian/stage/sbin are for ARM and cannot be run on an other architecture.
I am using the Docker container for building. But the same error also occurs when executing the binary on my host system.
The text was updated successfully, but these errors were encountered:
When building, the step
{stage}/sbin/ldconfig -r {stage}
fails with the error messagecannot execute binary file: Exec format error
.Maybe this occurs because the binaries in
/raspbian/stage/sbin
are for ARM and cannot be run on an other architecture.I am using the Docker container for building. But the same error also occurs when executing the binary on my host system.
The text was updated successfully, but these errors were encountered: