Changeset 7b31534 in rtems
- Timestamp:
- Sep 27, 2010, 4:12:24 AM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- d62711f2
- Parents:
- a3bb1ad
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
ra3bb1ad r7b31534 1 2010-09-27 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * README.configure: Further cleanup. 4 1 5 2010-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
README.configure
ra3bb1ad r7b31534 12 12 13 13 To re-generate auto*tool generated files (configure, Makefile.in etc), 14 autoconf-2. 59 and automake-1.8are required.14 autoconf-2.68 and automake-1.11.1 are required. 15 15 16 16 2. Installation 17 17 =============== 18 19 2.1 Standalone build20 18 21 19 To configure RTEMS for a specific target, run configure in the build … … 82 80 CPU family while the BSP specifies the precise board you will be using. 83 81 The following targets are supported: 84 85 (none) will build the host-based version on Linux, Solaris and HPUX.86 82 87 83 arm-rtems4.10 … … 110 106 As an example, to build and install the mvme136 and mvme162 bsps for m68k do: 111 107 112 (path_to_rtems_src)/configure --target=m68k-rtems 108 (path_to_rtems_src)/configure --target=m68k-rtems4.11 113 109 114 110 make RTEMS_BSP="mvme136 mvme162" … … 121 117 122 118 Documentation is built separately from the source code. 123 124 2.2 Target Dependent Notes125 126 bare:127 128 1. See the README in the bare bsp source directory. This should129 contain all info you need.130 2. The bare bsp source contains a script to show how to build it.131 3. The configure flags must be used to get the bare bsp to work.132 The --enable-bare-cpu-model and --enable-bare-cpu-cflags are the133 only pieces of information. The module is usually a gcc module134 such as m68302 or mcpu32. The flags are passed directly to gcc.135 Use "" if more than one option is specified.136 119 137 120 3. To use the installed RTEMS library … … 232 215 All gnu-based bsps have been built on Linux. 233 216 234 The native (posix) ports have been built and run only on Linux.235 236 The following configurations have NOT been tested:237 238 + Anything on Nextstep, HPUX and Irix.239 + The C4x and OR32 ports (requires specially patched toolchain)240 241 217 8. Prerequisites 242 218 ================
Note: See TracChangeset
for help on using the changeset viewer.