Changeset 223d791 in rtems
- Timestamp:
- 05/25/01 16:22:38 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0f588860
- Parents:
- 4cb89cc9
- Location:
- c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/ChangeLog
r4cb89cc9 r223d791 1 2001-05-25 Joel Sherrill <joel@OARcorp.com> 2 3 * TESTED: Updated the list of BSPs. 4 * TOOLS_TARGETS: Updated the list of tools and object formats. 5 1 6 2001-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/TESTED
r4cb89cc9 r223d791 14 14 arm arm7 arm_bare_bsp (note 3) 15 15 arm arm7 armulator (in gdb) (note 5 -- no tick) 16 arm arm7 vegaplus (in gdb) (note 1) 16 17 c4x c32 c4xsim (simulator in gdb) (note 5) 17 18 c4x c41 c4xsim (simulator in gdb) (note 5 -- needs debugging) 18 h8 h8300h h8sim (note 5 -- under development)19 h8 h8300h h8sim (note 5) 19 20 h8 h8300s no BSP (note 9) 20 21 h8 h8300 BUILDS - NEEDS WORK … … 53 54 mips idt4650 p4000 (note 1) 54 55 mips tx3904 jmr3904 (note 5 -- under development) 56 mips mongoosev genmongoosev (note 1) 55 57 powerpc ppc403 helas403 (note 1, 6) 56 58 powerpc ppc403 Papyrus (note 1) -
c/TOOL_TARGETS
r4cb89cc9 r223d791 3 3 # 4 4 5 The following are targets for the GNU tools ( egcs, binutils, newlib, and gdb)5 The following are targets for the GNU tools (gcc, binutils, newlib, and gdb) 6 6 that are for RTEMS, their object format, and status notes 7 8 arm: 9 arm-rtems ELF 10 11 c4x: 12 c4x-rtems COFF Requires patches 7 13 8 14 hppa: 9 15 hppa1.1-rtems ELF 10 16 17 18 h8300: 19 h8300-rtems COFF 11 20 12 21 i386:
Note: See TracChangeset
for help on using the changeset viewer.