summaryrefslogtreecommitdiff
path: root/misc/buildroot/configs/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-26 08:19:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-26 08:19:45 -0600
commitdc87546322f4fab6a596c18ec248e7814854db45 (patch)
tree7a92998b86bba479251a510542d3bf5caf46896a /misc/buildroot/configs/README.txt
parent349f642f056d059b72dbfa3cba3763964b15d876 (diff)
downloadnuttx-dc87546322f4fab6a596c18ec248e7814854db45.tar.gz
nuttx-dc87546322f4fab6a596c18ec248e7814854db45.tar.bz2
nuttx-dc87546322f4fab6a596c18ec248e7814854db45.zip
Add a configuration to build GCC 4.8.2
Diffstat (limited to 'misc/buildroot/configs/README.txt')
-rw-r--r--misc/buildroot/configs/README.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index 0e9c6df5e..c7bce461a 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -83,6 +83,16 @@ cortexm3-defconfig-nxflat
This configuration build an NXFLAT toolchain (only) for
use with the Cortex-M3.
+cortexa8-eabi-defconfig-4.6.3
+ Builds an EABI ARM toolchain for the Cortex-A5/8 using gcc 4.6.3.
+ This configuration builds gcc, g++ and the NXFLAT toolchain. This
+ configuration builds but has not been used.
+
+cortexa8-eabi-defconfig-4.8.2
+ Builds an EABI ARM toolchain for the Cortex-A5/8 using gcc 4.8.2.
+ This configuration builds gcc, g++ and the NXFLAT toolchain. This
+ configuration builds but has not been used.
+
bfin-defconfig-4.2.4
Builds an Blackfin toolchain using gcc 4.2.4
@@ -153,7 +163,8 @@ GENERAL BUILD STEPS
You should try your package manager for whatever Linux version you are using
first. The header files are normally included in versions of the packages that
- have "-devel" in the package name.
+ have "-devel" in the package name. So you need mpfr-devl and gmp-devel (and
+ maybe mpc-devl).
2. CD to the correct directory.