diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex index 0f6361799c..2b0c4d8959 100644 --- a/labs/sysdev-toolchain/sysdev-toolchain.tex +++ b/labs/sysdev-toolchain/sysdev-toolchain.tex @@ -240,9 +240,9 @@ \section{Testing the toolchain} \fi What's happening is that \ifdefstring{\labboard}{beagleplay}{\code{qemu-aarch64}} -{\code{qemu-arm}} is missing the shared C library +{\code{qemu-arm}} is missing the shared library loader (compiled for \ifdefstring{\labboard}{beagleplay}{AARCH64}{ARM}) that this -binary uses. Let's find it in our newly compiled toolchain: +binary relies on. Let's find it in our newly compiled toolchain: \begin{bashinput} $ find ~/x-tools -name %\ifdefstring{\labboard}{beagleplay}{ld-musl-aarch64.so.1}{ld-musl-armhf.so.1}%