summaryrefslogtreecommitdiff
path: root/misc/buildroot/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-28 15:09:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-28 15:09:21 +0000
commitb501edd4c0f7b4fffc6d187ee5e0bd862d381a79 (patch)
tree07710d24a89adbcbad9a5640a2ca1ea606534fd7 /misc/buildroot/configs/README.txt
parentf71ae9420678e0aea0e985a0dc7ae7ac4707b624 (diff)
downloadnuttx-b501edd4c0f7b4fffc6d187ee5e0bd862d381a79.tar.gz
nuttx-b501edd4c0f7b4fffc6d187ee5e0bd862d381a79.tar.bz2
nuttx-b501edd4c0f7b4fffc6d187ee5e0bd862d381a79.zip
Add GCC 4.5.2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3535 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/configs/README.txt')
-rw-r--r--misc/buildroot/configs/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index 91c2fcc42..45fdeab55 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -46,7 +46,7 @@ avr-defconfig-4.3.3
is intended to support the NuttX ATmega128 port.
cortexm3-defconfig-4.3.3
- Builds an ARM toolchain for the Cortex-M3 using gcc 4.3.3.
+ Builds an OABI ARM toolchain for the Cortex-M3 using gcc 4.3.3.
This configuration builds gcc, g++ and the NXFLAT toolchain.
cortexm3-defconfig-nxflat
@@ -55,6 +55,10 @@ arm926t-defconfig-nxflat
use with the Cortex-M3 or ARM9 (untested on ARM9 as of this
writing).
+cortexm3-eabi-defconfig-4.5.2
+ Builds an EABI ARM toolchain for the Cortex-M3 using gcc 4.5.2.
+ This configuration builds gcc, g++ and the NXFLAT toolchain.
+
bfin-defconfig-4.2.4
Builds an Blackfin toolchain using gcc 4.2.4
@@ -121,6 +125,8 @@ GENERAL BUILD STEPS
sure that you have installed both the libraries and the header files.
They may be located in separate packages."
+ Version 4.5.x and beyond also require the MPC package.
+
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.