Skip to content

Commit

Permalink
labs/sysdev-toolchain: correct explanation
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
Reported-by: Miquèl Raynal <[email protected]>
  • Loading branch information
Michael Opdenacker committed Oct 29, 2023
1 parent 1a75c98 commit 0f196c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/sysdev-toolchain/sysdev-toolchain.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}%
Expand Down

0 comments on commit 0f196c0

Please sign in to comment.