Add GCC 4.5.2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3535 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
55af684260
commit
92b70b2d6f
@ -8,7 +8,7 @@
|
|||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||||
<p>Last Updated: April 20, 2011</p>
|
<p>Last Updated: April 28, 2011</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -2241,8 +2241,13 @@ nuttx-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|||||||
* graphics/nxglib/nxglib_nonintersecting.c: Fix some single bit errors in
|
* graphics/nxglib/nxglib_nonintersecting.c: Fix some single bit errors in
|
||||||
calculation of non-intersecting regions. This was causing an anomoaly
|
calculation of non-intersecting regions. This was causing an anomoaly
|
||||||
in examples/nx in column 0.
|
in examples/nx in column 0.
|
||||||
|
* drivers/mtd/rammtd.c: Added a RAM based MTD driver. This RAM driver simulates
|
||||||
|
FLASH and is useful for testing purposes.
|
||||||
|
* arch/arm/src/arm/up_head.S: Fix backward conditional compilation. This cause
|
||||||
|
the configs/mx1ads configuration to fail to build but does not appear to affect
|
||||||
|
any other ARM9 build.
|
||||||
|
|
||||||
apps-6.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
apps-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
@ -2258,12 +2263,17 @@ buildroot-1.10 2011-xx-xx <spudmonkey@racsa.co.cr>
|
|||||||
.exe files). That is probably not usable for most NuttX targets.
|
.exe files). That is probably not usable for most NuttX targets.
|
||||||
Instead, you should use this i486-elf-gcc to generate true ELF binaries
|
Instead, you should use this i486-elf-gcc to generate true ELF binaries
|
||||||
under Cygwin.
|
under Cygwin.
|
||||||
* Makefile - Alter copy arguements to avoid permissions problems when
|
* Makefile - Alter copy arguments to avoid permissions problems when
|
||||||
copying NuttX header files.
|
copying NuttX header files.
|
||||||
* toolchain/nxflat/nxflat.mk and Makefile - Fix include paths.
|
* toolchain/nxflat/nxflat.mk and Makefile - Fix include paths.
|
||||||
* toolchain/gcc/3.3.6 - Added a patch to fixed compilation error on Ubuntu
|
* toolchain/gcc/3.3.6 - Added a patch to fixed compilation error on Ubuntu
|
||||||
9.10.
|
9.10.
|
||||||
* toolchain/nxflat/Makefile - Correct static library link order.
|
* toolchain/nxflat/Makefile - Correct static library link order.
|
||||||
|
* configs/arm920t-defconfig-4.3.3 - Enable support for NXFLAT tools.
|
||||||
|
* toolchain/binutils/2.21 and toolchain/gcc/4.5.2 - Add support for GCC
|
||||||
|
4.5.2 with binutils 2.21.
|
||||||
|
* configs/cortex-eabi-defconfig-4.5.2 - Add a configuration to build a
|
||||||
|
GCC 4.5.2 EABI ARM toolchain for the Cortex-M3.
|
||||||
|
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user