summaryrefslogtreecommitdiff
path: root/misc/buildroot/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-07 02:53:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-07 02:53:37 +0000
commitddd126cb2969bec42a4430b7d8fcdd45de4a42c1 (patch)
tree283523ab8c113f44f7cee4d75b7e8c4deac85b71 /misc/buildroot/ReleaseNotes
parentdc9631bf8e809702235b43dbc2414eb4a09622f9 (diff)
downloadpx4-nuttx-ddd126cb2969bec42a4430b7d8fcdd45de4a42c1.tar.gz
px4-nuttx-ddd126cb2969bec42a4430b7d8fcdd45de4a42c1.tar.bz2
px4-nuttx-ddd126cb2969bec42a4430b7d8fcdd45de4a42c1.zip
Add i486 toolchain support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3349 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/ReleaseNotes')
-rw-r--r--misc/buildroot/ReleaseNotes22
1 files changed, 15 insertions, 7 deletions
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index 8206a15f4..d0077d613 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -21,6 +21,20 @@ can be used to build the following NuttX-compatible toolchains:
o avr-elf toolchain needed for use with the ATmega128 ports
provided with the NuttX releases.
+ o H8/300 toolchain (not currently used in any NuttX
+ configuration).
+
+ o i486-elf toochain. Why would you want such a thing? On Linux, of
+ course, such a thing is not needed because you can use the installed GCC
+ to build i486 ELF binaries. But that will not work under Cygwin! The
+ Cygwin toolchain (and probably MinGW), build DOS MZ format executables
+ (i.e., .exe files). That is probably not usable for most NuttX targets.
+ Instead, you should use this i486-elf-gcc to generate true ELF binaries
+ under Cygwin.
+
+ o bfin-elf toolchain not currently used in any NuttX
+ configuration).
+
o m68k-elf toolchain (not currently used in any NuttX
configuration).
@@ -34,15 +48,9 @@ can be used to build the following NuttX-compatible toolchains:
binutils 2.18 and gcc 3.3.6 and patches available from
http://www.msextra.com/tools courtesy of James Cortina.
- o sh-elf toolchain needed for the SH-1 NuttX port.
-
o m32c-elf toolchain needed for the Renesas M16C NuttX port.
- o H8/300 toolchain (not currently used in any NuttX
- configuration).
-
- o bfin-elf toolchain not currently used in any NuttX
- configuration).
+ o sh-elf toolchain needed for the SH-1 NuttX port.
Supported tool versions include: