[FE training-materials-updates] Fix the path to the toolchain in Android 4.2

Maxime Ripard maxime.ripard at free-electrons.com
Tue Dec 3 18:30:19 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=0c58212624e0107d30c9c9a302f9a6de13d25494

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

commit 0c58212624e0107d30c9c9a302f9a6de13d25494
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Dec 3 18:18:36 2013 +0100

    Fix the path to the toolchain in Android 4.2
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

0c58212624e0107d30c9c9a302f9a6de13d25494
 labs/android-boot/android-boot.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/android-boot/android-boot.tex b/labs/android-boot/android-boot.tex
index 6dbf466..f8e9f38 100644
--- a/labs/android-boot/android-boot.tex
+++ b/labs/android-boot/android-boot.tex
@@ -38,7 +38,7 @@ Now that we have kernel sources, we now need a toolchain to compile
 the kernel. Fortunately, Android provides one. First, add the
 toolchain from the previous lab to your \code{PATH}.
 
-\code{PATH=$HOME/felabs/android/source/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin:$PATH}
+\code{PATH=$HOME/felabs/android/source/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin:$PATH}
 
 Now, configure the kernel for the target platform
 



More information about the training-materials-updates mailing list