Skip to content

Commit

Permalink
labs/sysdev-thirdparty-*: remove no longer necessary tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Nov 30, 2023
1 parent 642b4c1 commit d20eff8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 60 deletions.
22 changes: 2 additions & 20 deletions labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
Original file line number Diff line number Diff line change
Expand Up @@ -441,26 +441,8 @@ \section{Alsa-utils}
--disable-alsamixer
\end{bashinput}
Then, run the compilation with \code{make}. You should hit a final
error:
\begin{verbatim}
Making all in po
make[2]: Entering directory '/home/tux/__SESSION_NAME__-labs/
thirdparty/alsa-utils-1.2.9/alsaconf/po'
mv: cannot stat 't-ja.gmo': No such file or directory
\end{verbatim}
This can be fixed by disabling support for \code{alsaconf} too:
\begin{bashinput}
$ LDFLAGS=-L$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/lib \
CPPFLAGS=-I$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/include \
./configure --host=arm-linux --prefix=/usr \
--disable-alsamixer --disable-alsaconf
\end{bashinput}
You can now run \code{make} again. It should work this time.
Then, run the compilation with \code{make}, which should complete
successfully.
Let's now begin the installation process. Before really installing in
the staging directory, let's install in a dummy directory, to see
Expand Down
22 changes: 2 additions & 20 deletions labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex
Original file line number Diff line number Diff line change
Expand Up @@ -441,26 +441,8 @@ \section{Alsa-utils}
--disable-alsamixer
\end{bashinput}
Then, run the compilation with \code{make}. You should hit a final
error:
\begin{verbatim}
Making all in po
make[2]: Entering directory '/home/tux/__SESSION_NAME__-labs/
thirdparty/alsa-utils-1.2.9/alsaconf/po'
mv: cannot stat 't-ja.gmo': No such file or directory
\end{verbatim}
This can be fixed by disabling support for \code{alsaconf} too:
\begin{bashinput}
$ LDFLAGS=-L$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/lib \
CPPFLAGS=-I$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/include \
./configure --host=arm-linux --prefix=/usr \
--disable-alsamixer --disable-alsaconf
\end{bashinput}
You can now run \code{make} again. It should work this time.
Then, run the compilation with \code{make}, which should complete
successfully.
Let's now begin the installation process. Before really installing in
the staging directory, let's install in a dummy directory, to see
Expand Down
22 changes: 2 additions & 20 deletions labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
Original file line number Diff line number Diff line change
Expand Up @@ -441,26 +441,8 @@ \section{Alsa-utils}
--disable-alsamixer
\end{bashinput}
Then, run the compilation with \code{make}. You should hit a final
error:
\begin{verbatim}
Making all in po
make[2]: Entering directory '/home/tux/__SESSION_NAME__-labs/
thirdparty/alsa-utils-1.2.9/alsaconf/po'
mv: cannot stat 't-ja.gmo': No such file or directory
\end{verbatim}
This can be fixed by disabling support for \code{alsaconf} too:
\begin{bashinput}
$ LDFLAGS=-L$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/lib \
CPPFLAGS=-I$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/include \
./configure --host=arm-linux --prefix=/usr \
--disable-alsamixer --disable-alsaconf
\end{bashinput}
You can now run \code{make} again. It should work this time.
Then, run the compilation with \code{make}, which should complete
successfully.
Let's now begin the installation process. Before really installing in
the staging directory, let's install in a dummy directory, to see
Expand Down

0 comments on commit d20eff8

Please sign in to comment.