[FE training-materials-updates] sysdev-toolchains-obtaining: CodeSourcery seem to have stopped ARM support

Alexandre Belloni alexandre.belloni at free-electrons.com
Mon May 18 11:47:29 CEST 2015


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

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

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

commit 1d226d04a3b211a1135c5a277c39a41ff6e3fb3a
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Mon May 18 11:46:10 2015 +0200

    sysdev-toolchains-obtaining: CodeSourcery seem to have stopped ARM support
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

1d226d04a3b211a1135c5a277c39a41ff6e3fb3a
 .../sysdev-toolchains-obtaining.tex                            | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex b/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
index 056029f..0ff20b3 100644
--- a/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
+++ b/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
@@ -27,7 +27,7 @@
     \item Advantage: it is the simplest and most convenient solution
     \item Drawback: you can't fine tune the toolchain to your needs
     \end{itemize}
-  \item Determine what toolchain you need: CPU, endianism, C library, component
+  \item Determine what toolchain you need: CPU, endianness, C library, component
     versions, ABI, soft float or hard float, etc.
   \item Check whether the available toolchains match your requirements.
   \item Possible choices
@@ -53,12 +53,12 @@
     products
   \item They have toolchains available for
     \begin{itemize}
-    \item ARM
     \item MIPS
-    \item PowerPC
-    \item SuperH
-    \item x86
+    \item NIOS-II
+    \item AMD64
+    \item Hexagon
     \end{itemize}
+  \item They seem to have stopped support for ARM, PowerPC, SuperH, x86
   \item Be sure to use the GNU/Linux versions. The EABI versions are
     for bare-metal development (no operating system)
   \end{itemize}



More information about the training-materials-updates mailing list