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.
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/sbinare 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.