mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-25 07:13:14 +08:00
parent
089f6197c7
commit
441d2e15f3
@ -44,9 +44,9 @@ Now run the `bootstrap` command:
|
|||||||
$ ./bootstrap
|
$ ./bootstrap
|
||||||
|
|
||||||
Sit back, this can take a while. The Getting Started Guide talks about using
|
Sit back, this can take a while. The Getting Started Guide talks about using
|
||||||
the RSB's `sb-bootstrap` to run the bootstrap process in parallel on all
|
the `rtems-bootstrap` to run the bootstrap process in parallel on all
|
||||||
available cores. The output of the bootstrap has not been copied into this
|
available cores. The output of the bootstrap has not been copied into this
|
||||||
documentment.
|
document.
|
||||||
|
|
||||||
The source code is now ready.
|
The source code is now ready.
|
||||||
|
|
||||||
|
@ -576,12 +576,12 @@ Then we generate the pre-install header file automake make files:
|
|||||||
Generating ./cpukit/zlib/preinstall.am
|
Generating ./cpukit/zlib/preinstall.am
|
||||||
/c/opt/rtems/kernel/rtems
|
/c/opt/rtems/kernel/rtems
|
||||||
|
|
||||||
Finally we run the RSB's parallel ``bootstrap`` command:
|
Finally we run the parallel ``bootstrap`` command:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ /c/opt/rtems/rsb/source-builder/sb-bootstrap
|
$ ./rtems-bootstrap
|
||||||
RTEMS Source Builder - RTEMS Bootstrap, 4.11 (76188ee494dd)
|
RTEMS Bootstrap, 4.11 (76188ee494dd)
|
||||||
1/139: autoreconf: configure.ac
|
1/139: autoreconf: configure.ac
|
||||||
2/139: autoreconf: c/configure.ac
|
2/139: autoreconf: c/configure.ac
|
||||||
3/139: autoreconf: c/src/configure.ac
|
3/139: autoreconf: c/src/configure.ac
|
||||||
|
@ -57,18 +57,18 @@ The developers version of the code from git requires we ``bootstrap`` the
|
|||||||
source code. This is an ``autoconf`` and ``automake`` bootstrap to create the
|
source code. This is an ``autoconf`` and ``automake`` bootstrap to create the
|
||||||
various files generated by ``autoconf`` and ``automake``. RTEMS does not keep
|
various files generated by ``autoconf`` and ``automake``. RTEMS does not keep
|
||||||
these generated files under version control. The bootstrap process is slow so
|
these generated files under version control. The bootstrap process is slow so
|
||||||
to speed it up the RSB provides a command that can perform the bootstrap in
|
to speed it up we provide a command that can perform the bootstrap in
|
||||||
parallel using your available cores. We need to enter the cloned source
|
parallel using your available cores. We need to enter the cloned source
|
||||||
directory then run the bootstrap commands:
|
directory then run the bootstrap commands:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ cd rtems
|
$ cd rtems
|
||||||
$ ./bootstrap -c && $HOME/development/rtems/rsb/source-builder/sb-bootstrap
|
$ ./bootstrap -c && ./rtems-bootstrap
|
||||||
removing automake generated Makefile.in files
|
removing automake generated Makefile.in files
|
||||||
removing configure files
|
removing configure files
|
||||||
removing aclocal.m4 files
|
removing aclocal.m4 files
|
||||||
RTEMS Source Builder - RTEMS Bootstrap, 5 (089327b5dcf9)
|
RTEMS Bootstrap, 5 (089327b5dcf9)
|
||||||
1/139: autoreconf: configure.ac
|
1/139: autoreconf: configure.ac
|
||||||
2/139: autoreconf: cpukit/configure.ac
|
2/139: autoreconf: cpukit/configure.ac
|
||||||
3/139: autoreconf: tools/cpu/configure.ac
|
3/139: autoreconf: tools/cpu/configure.ac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user