[bootlin/training-materials updates] master: labs/sysdev-thirdparty*: remove no longer needed workaround (810caf1c)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Jul 21 18:39:41 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/810caf1cc10bd8a10f43581d8d7be01c931d0919

>---------------------------------------------------------------

commit 810caf1cc10bd8a10f43581d8d7be01c931d0919
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Jul 21 15:26:57 2023 +0200

    labs/sysdev-thirdparty*: remove no longer needed workaround
    
    This workaround seems to be needed only on Ubuntu 20.04,
    which we no longer support.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

810caf1cc10bd8a10f43581d8d7be01c931d0919
 labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex     | 10 ----------
 labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex | 10 ----------
 2 files changed, 20 deletions(-)

diff --git a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
index 2b0ce41c..699cbc4c 100644
--- a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
+++ b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
@@ -657,16 +657,6 @@ Now, compile the software:
 
 \bashcmd{$ make}
 
-The build will probably fail with {\em undefined reference to
-`rpl\_malloc'}. This is due to a test in the configure script that
-requires running a test program, which doesn't work when
-cross-compiling. We can preseed the result of this test by passing
-\code{ac_cv_func_malloc_0_nonnull=yes}:
-
-\begin{bashinput}
-$ ac_cv_func_malloc_0_nonnull=yes ./configure --host=arm-linux --prefix=/usr --enable-tools
-\end{bashinput}
-
 Installation to the {\em staging} space can be done using the
 classical \code{DESTDIR} mechanism:
 
diff --git a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
index f5075dfe..c9c8f8ac 100644
--- a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
+++ b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
@@ -659,16 +659,6 @@ Now, compile the software:
 
 \bashcmd{$ make}
 
-The build will probably fail with {\em undefined reference to
-`rpl\_malloc'}. This is due to a test in the configure script that
-requires running a test program, which doesn't work when
-cross-compiling. We can preseed the result of this test by passing
-\code{ac_cv_func_malloc_0_nonnull=yes}:
-
-\begin{bashinput}
-$ ac_cv_func_malloc_0_nonnull=yes ./configure --host=arm-linux --prefix=/usr --enable-tools
-\end{bashinput}
-
 Installation to the {\em staging} space can be done using the
 classical \code{DESTDIR} mechanism:
 




More information about the training-materials-updates mailing list