source: rtems-docs/user/start/releases.rst @ 170418a

4.115
Last change on this file since 170418a was a34c157, checked in by Chris Johns <chrisj@…>, on 03/23/16 at 22:33:29

Corrections from Worth Burruss. Many thanks.

  • Property mode set to 100644
File size: 19.2 KB
Line 
1.. comment: Copyright (c) 2016 Chris Johns <chrisj@rtems.org>
2.. comment: All rights reserved.
3
4.. _released-version:
5
6Released Version
7================
8.. index:: tarball
9.. index:: release
10
11RTEMS releases provide a stable version of the kernel for the supported
12architectures. RTEMS maintaines the current and previous releases. Support for
13older releases is provided using the RTEMS support channels.
14
15Please read :ref:`development-hosts` before continuing.
16
17The following procedure assumes you have installed and configured your host
18operating. It also assumes you have installed any dependent packages needed
19when building the tools and the kernel.
20
21You need to select a location to build and install the RTEMS Tool chain and
22RTEMS. Make sure there is plenty of disk space and a fast disk is
23recommended. Our procedure will document building and installing the tools in a
24home directory called :file:`/opt/rtems`. This path will require root
25access. If you are working on a machine you do not have root access to you can
26use a home directory, :ref:`development-version` has more details about
27this. If building on Windows use :file:`/c/opt/rtems` to keep the top level
28paths as short as possible. :ref:`microsoft-windows-installation` provides more
29detail about path lengths on Windows.
30
31The location used to install the tools and kernel is called the
32`prefix`. :ref:`prefixes` explains prefixes and how to use them. It is best to
33have a `prefix` for each different version of RTEMS you are using. If you are
34using RTEMS 4.11 in production it is **not** a good idea to install a
35development version of 4.12 over the top by using the same `prefix` as the 4.11
36build. A separate `prefix` for each version avoids this.
37
38Released versions of the RSB download all source code for all packages from the
39:r:url:`ftp` rather than from the package's home site. Hosting all the source
40on the :r:url:`ftp` ensures the source is present for the life of the
41release on the :r:url:`ftp`. If there is a problem accessing the RTEMS FTP
42the RSB will fall back to the packages home site.
43
44The :r:url:`ftp` is hosted at the Oregon State University's The Open Source Lab
45(http://osuosl.org/). This is a nonprofit organization working for the
46advancement of open source technologies and RTEMS is very fortunate to hosted
47here. It has excellent internet access and performance.
48
49.. note:: **Controlling the RTEMS Kernel Build**
50
51   Building releases by default builds the RTEMS kernel. To not build the RTEMS
52   kernel add the ``--without-rtems`` option to the RSB command line.
53
54   By default all the BSPs for an architecture are built. If you only wish to
55   have a specific BSP built you can specify the BSP list by providing to the
56   RSB the option ``--with-rtemsbsp``. For example to build two BSPs for the
57   SPARC architecture you can supply ``--with-rtemsbsp="erc32 sis"``. This can
58   speed the build time up for some architectures that have a lot of BSPs.
59
60RTEMS Tools Chain
61-----------------
62
63This procedure will build a SPARC tool chain. Set up a suitable workspace to
64build the release in. On Unix:
65
66.. code-block:: shell
67
68 $ cd
69 $ mkdir -p development/rtems/releases
70 $ cd development/rtems/releases
71
72If building on Windows:
73
74.. code-block:: shell
75
76 $ cd /c
77 $ mkdir -p opt/rtems
78 $ cd opt/rtems
79
80**Note** the paths on Windows will be different to those shown.
81
82Download the RTEMS Source Builder (RSB) from the RTEMS FTP server:
83
84.. code-block:: shell
85
86 $ wget https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/rtems-source-builder-4.11.0.tar.xz
87 --2016-03-21 10:50:04-- https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/rtems-source-builder-4.11.0.tar.xz
88 Resolving ftp.rtems.org (ftp.rtems.org)... 140.211.10.151
89 Connecting to ftp.rtems.org (ftp.rtems.org)|140.211.10.151|:443... connected.
90 HTTP request sent, awaiting response... 200 OK
91 Length: 967056 (944K) [application/x-xz]
92 Saving to: 'rtems-source-builder-4.11.0.tar.xz'
93
94 rtems-source-builder-4.1 100%[====================================>] 944.39K 206KB/s   in 5.5s
95
96 2016-03-21 10:50:11 (173 KB/s) - 'rtems-source-builder-4.11.0.tar.xz' saved [967056/967056]
97
98On Unix unpack the RSB release tar file using:
99
100.. code-block:: shell
101
102 $ tar Jxf rtems-source-builder-4.11.0.tar.xz
103 $ cd rtems-source-builder-4.11.0/rtems/
104
105On Windows you need to shorten the path (See :ref:`windows-path-length`) after
106you have unpacked the tar file:
107
108.. code-block:: shell
109
110 $ tar Jxf rtems-source-builder-4.11.0.tar.xz
111 $ mv rtems-source-builder-4.11.0 4.110
112 $ cd 4.11.0
113
114Build a tool chain for the SPARC architecure. We are using the SPARC
115architecture in our example because GDB has a good simulator that lets us run
116and test the samples RTEMS builds by default
117
118If building on Windows add ``--jobs=none`` to avoid GNU make issues on Windows
119discussed in :ref:`msys2_parallel_builds`.
120
121.. code-block:: shell
122
123 $ ../source-builder/sb-set-builder \
124     --prefix=/opt/rtems/4.11 4.11/rtems-sparc
125 Build Set: 4.11/rtems-sparc
126 Build Set: 4.11/rtems-autotools.bset
127 Build Set: 4.11/rtems-autotools-internal.bset
128 config: tools/rtems-autoconf-2.69-1.cfg
129 package: autoconf-2.69-x86_64-freebsd10.1-1
130 Creating source directory: sources
131 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/autoconf-2.69.tar.gz -> sources/autoconf-2.69.tar.gz
132 downloading: sources/autoconf-2.69.tar.gz - 1.8MB of 1.8MB (100%)
133 building: autoconf-2.69-x86_64-freebsd10.1-1
134 config: tools/rtems-automake-1.12.6-1.cfg
135 package: automake-1.12.6-x86_64-freebsd10.1-1
136 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/automake-1.12.6.tar.gz -> sources/automake-1.12.6.tar.gz
137 downloading: sources/automake-1.12.6.tar.gz - 2.0MB of 2.0MB (100%)
138 Creating source directory: patches
139 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/automake-1.12.6-bugzilla.redhat.com-1239379.diff -> patches/automake-1.12.6-bugzilla.redhat.com-1239379.diff
140 downloading: patches/automake-1.12.6-bugzilla.redhat.com-1239379.diff - 408.0 bytes of 408.0 bytes (100%)
141 building: automake-1.12.6-x86_64-freebsd10.1-1
142 cleaning: autoconf-2.69-x86_64-freebsd10.1-1
143 cleaning: automake-1.12.6-x86_64-freebsd10.1-1
144 Build Set: Time 0:00:32.749337
145 Build Set: 4.11/rtems-autotools-base.bset
146 config: tools/rtems-autoconf-2.69-1.cfg
147 package: autoconf-2.69-x86_64-freebsd10.1-1
148 building: autoconf-2.69-x86_64-freebsd10.1-1
149 reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-freebsd10.1-1.txt
150 reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-freebsd10.1-1.xml
151 config: tools/rtems-automake-1.12.6-1.cfg
152 package: automake-1.12.6-x86_64-freebsd10.1-1
153 building: automake-1.12.6-x86_64-freebsd10.1-1
154 reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-freebsd10.1-1.txt
155 reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-freebsd10.1-1.xml
156 installing: autoconf-2.69-x86_64-freebsd10.1-1 -> /opt/work/rtems/4.11.0
157 installing: automake-1.12.6-x86_64-freebsd10.1-1 -> /opt/work/rtems/4.11.0
158 cleaning: autoconf-2.69-x86_64-freebsd10.1-1
159 cleaning: automake-1.12.6-x86_64-freebsd10.1-1
160 Build Set: Time 0:00:15.619219
161 Build Set: Time 0:00:48.371085
162 config: devel/expat-2.1.0-1.cfg
163 package: expat-2.1.0-x86_64-freebsd10.1-1
164 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/expat-2.1.0.tar.gz -> sources/expat-2.1.0.tar.gz
165 downloading: sources/expat-2.1.0.tar.gz - 549.4kB of 549.4kB (100%)
166 building: expat-2.1.0-x86_64-freebsd10.1-1
167 reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-freebsd10.1-1.txt
168 reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-freebsd10.1-1.xml
169 config: tools/rtems-binutils-2.26-1.cfg
170 package: sparc-rtems4.11-binutils-2.26-x86_64-freebsd10.1-1
171 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/binutils-2.26.tar.bz2 -> sources/binutils-2.26.tar.bz2
172 downloading: sources/binutils-2.26.tar.bz2 - 24.4MB of 24.4MB (100%)
173 building: sparc-rtems4.11-binutils-2.26-x86_64-freebsd10.1-1
174 reporting: tools/rtems-binutils-2.26-1.cfg ->
175 sparc-rtems4.11-binutils-2.26-x86_64-freebsd10.1-1.txt
176 reporting: tools/rtems-binutils-2.26-1.cfg ->
177 sparc-rtems4.11-binutils-2.26-x86_64-freebsd10.1-1.xml
178 config: tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
179 package: sparc-rtems4.11-gcc-4.9.3-newlib-2.2.0.20150423-x86_64-freebsd10.1-1
180 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/gcc-4.9.3.tar.bz2 -> sources/gcc-4.9.3.tar.bz2
181 downloading: sources/gcc-4.9.3.tar.bz2 - 85.8MB of 85.8MB (100%)
182 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/newlib-2.2.0.20150423.tar.gz -> sources/newlib-2.2.0.20150423.tar.gz
183 downloading: sources/newlib-2.2.0.20150423.tar.gz - 16.7MB of 16.7MB (100%)
184 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/mpfr-3.0.1.tar.bz2 -> sources/mpfr-3.0.1.tar.bz2
185 downloading: sources/mpfr-3.0.1.tar.bz2 - 1.1MB of 1.1MB (100%)
186 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/mpc-0.8.2.tar.gz -> sources/mpc-0.8.2.tar.gz
187 downloading: sources/mpc-0.8.2.tar.gz - 535.5kB of 535.5kB (100%)
188 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/gmp-5.0.5.tar.bz2 -> sources/gmp-5.0.5.tar.bz2
189 downloading: sources/gmp-5.0.5.tar.bz2 - 2.0MB of 2.0MB (100%)
190 building: sparc-rtems4.11-gcc-4.9.3-newlib-2.2.0.20150423-x86_64-freebsd10.1-1
191 reporting: tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg ->
192 sparc-rtems4.11-gcc-4.9.3-newlib-2.2.0.20150423-x86_64-freebsd10.1-1.txt
193 reporting: tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg ->
194 sparc-rtems4.11-gcc-4.9.3-newlib-2.2.0.20150423-x86_64-freebsd10.1-1.xml
195 config: tools/rtems-gdb-7.9-1.cfg
196 package: sparc-rtems4.11-gdb-7.9-x86_64-freebsd10.1-1
197 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/gdb-7.9.tar.xz -> sources/gdb-7.9.tar.xz
198 downloading: sources/gdb-7.9.tar.xz - 17.0MB of 17.0MB (100%)
199 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0001-sim-erc32-Disassembly-in-stand-alone-mode-did-not-wo.patch -> patches/0001-sim-erc32-Disassembly-in-stand-alone-mode-did-not-wo.patch
200 downloading: patches/0001-sim-erc32-Disassembly-in-stand-alone-mode-did-not-wo.patch - 1.9kB of 1.9kB (100%)
201 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0002-sim-erc32-Corrected-wrong-CPU-implementation-and-ver.patch -> patches/0002-sim-erc32-Corrected-wrong-CPU-implementation-and-ver.patch
202 downloading: patches/0002-sim-erc32-Corrected-wrong-CPU-implementation-and-ver.patch - 827.0 bytes of 827.0 bytes (100%)
203 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0003-sim-erc32-Perform-pseudo-init-if-binary-linked-to-no.patch -> patches/0003-sim-erc32-Perform-pseudo-init-if-binary-linked-to-no.patch
204 downloading: patches/0003-sim-erc32-Perform-pseudo-init-if-binary-linked-to-no.patch - 2.6kB of 2.6kB (100%)
205 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0004-sim-erc32-Use-fenv.h-for-host-FPU-access.patch -> patches/0004-sim-erc32-Use-fenv.h-for-host-FPU-access.patch
206 downloading: patches/0004-sim-erc32-Use-fenv.h-for-host-FPU-access.patch - 4.9kB of 4.9kB (100%)
207 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0005-sim-erc32-Remove-unused-defines-in-Makefile-and-swit.patch -> patches/0005-sim-erc32-Remove-unused-defines-in-Makefile-and-swit.patch
208 downloading: patches/0005-sim-erc32-Remove-unused-defines-in-Makefile-and-swit.patch - 871.0 bytes of 871.0 bytes (100%)
209 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0006-sim-erc32-Fix-incorrect-simulator-performance-report.patch -> patches/0006-sim-erc32-Fix-incorrect-simulator-performance-report.patch
210 downloading: patches/0006-sim-erc32-Fix-incorrect-simulator-performance-report.patch - 5.6kB of 5.6kB (100%)
211 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0007-sim-erc32-File-loading-via-command-line-did-not-work.patch -> patches/0007-sim-erc32-File-loading-via-command-line-did-not-work.patch
212 downloading: patches/0007-sim-erc32-File-loading-via-command-line-did-not-work.patch - 1.0kB of 1.0kB (100%)
213 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0008-sim-erc32-Added-v-command-line-switch-for-verbose-ou.patch -> patches/0008-sim-erc32-Added-v-command-line-switch-for-verbose-ou.patch
214 downloading: patches/0008-sim-erc32-Added-v-command-line-switch-for-verbose-ou.patch - 3.6kB of 3.6kB (100%)
215 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0009-sim-erc32-Removed-type-mismatch-compiler-warnings.patch -> patches/0009-sim-erc32-Removed-type-mismatch-compiler-warnings.patch
216 downloading: patches/0009-sim-erc32-Removed-type-mismatch-compiler-warnings.patch - 1.9kB of 1.9kB (100%)
217 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0010-sim-erc32-Switched-emulated-memory-to-host-endian-or.patch -> patches/0010-sim-erc32-Switched-emulated-memory-to-host-endian-or.patch
218 downloading: patches/0010-sim-erc32-Switched-emulated-memory-to-host-endian-or.patch - 16.0kB of 16.0kB (100%)
219 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0011-sim-erc32-use-SIM_AC_OPTION_HOSTENDIAN-to-probe-for-.patch -> patches/0011-sim-erc32-use-SIM_AC_OPTION_HOSTENDIAN-to-probe-for-.patch
220 downloading: patches/0011-sim-erc32-use-SIM_AC_OPTION_HOSTENDIAN-to-probe-for-.patch - 14.8kB of 14.8kB (100%)
221 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0012-sim-erc32-Use-memory_iread-function-for-instruction-.patch -> patches/0012-sim-erc32-Use-memory_iread-function-for-instruction-.patch
222 downloading: patches/0012-sim-erc32-Use-memory_iread-function-for-instruction-.patch - 3.8kB of 3.8kB (100%)
223 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0013-sim-erc32-Fix-a-few-compiler-warnings.patch-> patches/0013-sim-erc32-Fix-a-few-compiler-warnings.patch
224 downloading: patches/0013-sim-erc32-Fix-a-few-compiler-warnings.patch - 2.2kB of 2.2kB (100%)
225 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0014-sim-erc32-Use-gdb-callback-for-UART-I-O-when-linked-.patch -> patches/0014-sim-erc32-Use-gdb-callback-for-UART-I-O-when-linked-.patch
226 downloading: patches/0014-sim-erc32-Use-gdb-callback-for-UART-I-O-when-linked-.patch - 9.2kB of 9.2kB (100%)
227 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0015-sim-erc32-Access-memory-subsystem-through-struct-mem.patch -> patches/0015-sim-erc32-Access-memory-subsystem-through-struct-mem.patch
228 downloading: patches/0015-sim-erc32-Access-memory-subsystem-through-struct-mem.patch - 22.9kB of 22.9kB (100%)
229 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0016-sim-erc32-Use-readline.h-for-readline-types-and-func.patch -> patches/0016-sim-erc32-Use-readline.h-for-readline-types-and-func.patch
230 downloading: patches/0016-sim-erc32-Use-readline.h-for-readline-types-and-func.patch - 1.5kB of 1.5kB (100%)
231 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0017-sim-erc32-Move-local-extern-declarations-into-sis.h.patch -> patches/0017-sim-erc32-Move-local-extern-declarations-into-sis.h.patch
232 downloading: patches/0017-sim-erc32-Move-local-extern-declarations-into-sis.h.patch - 5.8kB of 5.8kB (100%)
233 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0018-sim-erc32-Add-support-for-LEON3-processor-emulation.patch -> patches/0018-sim-erc32-Add-support-for-LEON3-processor-emulation.patch
234 downloading: patches/0018-sim-erc32-Add-support-for-LEON3-processor-emulation.patch - 66.7kB of 66.7kB (100%)
235 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0019-sim-erc32-Add-support-for-LEON2-processor-emulation.patch -> patches/0019-sim-erc32-Add-support-for-LEON2-processor-emulation.patch
236 downloading: patches/0019-sim-erc32-Add-support-for-LEON2-processor-emulation.patch - 26.1kB of 26.1kB (100%)
237 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0020-sim-erc32-Updated-documentation.patch -> patches/0020-sim-erc32-Updated-documentation.patch
238 downloading: patches/0020-sim-erc32-Updated-documentation.patch - 16.1kB of 16.1kB (100%)
239 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0021-sim-erc32-Add-data-watchpoint-support.patch -> patches/0021-sim-erc32-Add-data-watchpoint-support.patch
240 downloading: patches/0021-sim-erc32-Add-data-watchpoint-support.patch - 10.1kB of 10.1kB (100%)
241 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0022-Add-watchpoint-support-to-gdb-simulator-interface.patch -> patches/0022-Add-watchpoint-support-to-gdb-simulator-interface.patch
242 downloading: patches/0022-Add-watchpoint-support-to-gdb-simulator-interface.patch - 25.5kB of 25.5kB (100%)
243 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/0023-sim-erc32-ELF-loading-could-fail-on-unaligned-sectio.patch -> patches/0023-sim-erc32-ELF-loading-could-fail-on-unaligned-sectio.patch
244 downloading: patches/0023-sim-erc32-ELF-loading-could-fail-on-unaligned-sectio.patch - 1.3kB of 1.3kB (100%)
245 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/gdb-sim-arange-inline.diff -> patches/gdb-sim-arange-inline.diff
246 downloading: patches/gdb-sim-arange-inline.diff - 761.0 bytes of 761.0 bytes (100%)
247 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/gdb-sim-cgen-inline.diff -> patches/gdb-sim-cgen-inline.diff
248 downloading: patches/gdb-sim-cgen-inline.diff - 706.0 bytes of 706.0 bytes (100%)
249 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/sources/patch-gdb-python-python-config.py -> patches/patch-gdb-python-python-config.py
250 downloading: patches/patch-gdb-python-python-config.py - 449.0 bytes of 449.0 bytes (100%)
251 building: sparc-rtems4.11-gdb-7.9-x86_64-freebsd10.1-1
252 reporting: tools/rtems-gdb-7.9-1.cfg ->
253 sparc-rtems4.11-gdb-7.9-x86_64-freebsd10.1-1.txt
254 reporting: tools/rtems-gdb-7.9-1.cfg ->
255 sparc-rtems4.11-gdb-7.9-x86_64-freebsd10.1-1.xml
256 config: tools/rtems-tools-4.11-1.cfg
257 package: rtems-tools-4.11.0-1
258 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/rtems-tools-4.11.0.tar.xz -> sources/rtems-tools-4.11.0.tar.xz
259 downloading: sources/rtems-tools-4.11.0.tar.xz - 1.6MB of 1.6MB (100%)
260 building: rtems-tools-4.11.0-1
261 reporting: tools/rtems-tools-4.11-1.cfg -> rtems-tools-4.11.0-1.txt
262 reporting: tools/rtems-tools-4.11-1.cfg -> rtems-tools-4.11.0-1.xml
263 config: tools/rtems-kernel-4.11.cfg
264 package: sparc-rtems4.11-kernel-4.11.0-1
265 download: ftp://ftp.rtems.org/pub/rtems/releases/4.11/4.11.0/rtems-4.11.0.tar.xz -> sources/rtems-4.11.0.tar.xz
266 downloading: sources/rtems-4.11.0.tar.xz - 9.3MB of 9.3MB (100%)
267 building: sparc-rtems4.11-kernel-4.11.0-1
268 reporting: tools/rtems-kernel-4.11.cfg -> sparc-rtems4.11-kernel-4.11.0-1.txt
269 reporting: tools/rtems-kernel-4.11.cfg -> sparc-rtems4.11-kernel-4.11.0-1.xml
270 installing: expat-2.1.0-x86_64-freebsd10.1-1 -> /opt/work/rtems/4.11.0
271 installing: sparc-rtems4.11-binutils-2.26-x86_64-freebsd10.1-1 -> /opt/work/rtems/4.11.0
272 installing: sparc-rtems4.11-gcc-4.9.3-newlib-2.2.0.20150423-x86_64-freebsd10.1-1 -> /opt/work/rtems/4.11.0
273 installing: sparc-rtems4.11-gdb-7.9-x86_64-freebsd10.1-1 -> /opt/work/rtems/4.11.0
274 installing: rtems-tools-4.11.0-1 -> /opt/work/rtems/4.11.0
275 installing: sparc-rtems4.11-kernel-4.11.0-1 -> /opt/work/rtems/4.11.0
276 cleaning: expat-2.1.0-x86_64-freebsd10.1-1
277 cleaning: sparc-rtems4.11-binutils-2.26-x86_64-freebsd10.1-1
278 cleaning: sparc-rtems4.11-gcc-4.9.3-newlib-2.2.0.20150423-x86_64-freebsd10.1-1
279 cleaning: sparc-rtems4.11-gdb-7.9-x86_64-freebsd10.1-1
280 cleaning: rtems-tools-4.11.0-1
281 cleaning: sparc-rtems4.11-kernel-4.11.0-1
282 Build Set: Time 0:19:15.713662
Note: See TracBrowser for help on using the repository browser.