Changeset 83e39b26 in rtems
- Timestamp:
- 04/16/97 17:31:52 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f9b93da
- Parents:
- 6881e0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.configure
r6881e0c r83e39b26 19 19 --disable-rtems-inlines 20 20 --disable-posix 21 --disable-tcpip 21 22 --disable-tests 22 23 --enable-rtemsbsp="bsp1 bsp2 ..." 23 24 24 25 By default, the RTEMS posix interface is built for targets that support 25 it. It can be disabled with the --disable-posix option. The --disable-tests 26 it. It can be disabled with the --disable-posix option. 27 28 By default, the RTEMS port of the KA9Q TCP/IP stack is build for targets 29 that support it. It can be disabled with the --disable-tcpip option. 30 31 By default, the RTEMS test suites are configured. The --disable-tests 26 32 will not configure the RTEMS test suite. This is used only to speed-up 27 configuration in case building the tests are not necessary. By default, 28 all bsps for a target are built. There is two ways of changing this: 33 configuration in case building the tests are not necessary. 34 35 By default, all bsps for a target are built. There are two ways of 36 changing this: 29 37 30 38 + use the --enable-rtemsbsp otion which will set the specified … … 50 58 a29k-rtems only standalone, uses non-gnu compiler 51 59 i386-rtems 60 i386-go32-rtems see notes 52 61 i960-rtems 53 62 hppa1_1-rtems … … 82 91 for the standalone build. 83 92 93 2.3 Target Dependent Notes 94 95 i386-go32-rtems: 96 97 1. This is based on djgpp v1.xx. It needs to be updated to v2.xx. 98 2. This cannot be built one-tree style since RTEMS requires some 99 files which must be obtained from the binary distribution of the 100 djgpp library. DJGPP can be obtained from 101 http://www.delorie.com/djgpp/dl/ofc. 102 3. You will need to manually install a number of files from the 103 binary distribution of the DJGPP library doing something 104 like the following: 105 106 # unzip the djgpp distribution 107 cd include 108 cp dpmi.h INSTALL_POINT/lib/gcc-lib/i386-go32-rtems/2.7.2/include 109 cp go32.h INSTALL_POINT/lib/gcc-lib/i386-go32-rtems/2.7.2/include 110 cp dos.h INSTALL_POINT/lib/gcc-lib/i386-go32-rtems/2.7.2/include 111 cp pc.h INSTALL_POINT/lib/gcc-lib/i386-go32-rtems/2.7.2/include 112 113 cd ../lib 114 cp crt* INSTALL_POINT/lib/gcc-lib/i386-go32-rtems/2.7.2 115 cp libpc* INSTALL_POINT/lib/gcc-lib/i386-go32-rtems/2.7.2 116 117 # Make sure about destination on the next lines. It keeps the newlib 118 # libc.a and the binary djgpp libc.a from conflicting. 119 cp libc.a INSTALL_POINT/lib/gcc-lib/i386-go32-rtems/2.7.2/libcgo32.a 120 cp libc_p.a INSTALL_POINT/lib/gcc-lib/i386-go32-rtems/2.7.2/libcgo32_p.a 121 122 84 123 3. To use the installed RTEMS library 85 124 ===================================== … … 106 145 a29k : portsw 107 146 i386 : force386 i386ex 147 i386-go32 : go32 go32_p5 108 148 i960 : cvme961 109 149 hppa1_1 : simhppa 110 m68k : efi332 gen68302 idp mvme147 mvme162 dmv152 efi68k gen68360111 mvme136 mvme147 s go32150 m68k : dmv152 efi332 efi68k gen68302 gen68360 gen68360_040 idp 151 mvme136 mvme147 mvme147s mvme162 112 152 no_cpu : no_bsp 113 153 mips64orion : p4600 p4650 (p4000 port with either R4600 or R4650)
Note: See TracChangeset
for help on using the changeset viewer.