diff options
Diffstat (limited to 'documentation/sdk-manual/appendix-obtain.rst')
-rw-r--r-- | documentation/sdk-manual/appendix-obtain.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst index 7a09a83af8..7d62293cd6 100644 --- a/documentation/sdk-manual/appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst | |||
@@ -132,22 +132,21 @@ build the SDK installer. Follow these steps: | |||
132 | 5. *Make Sure Your SDK Machine is Correctly Set:* If you are building a | 132 | 5. *Make Sure Your SDK Machine is Correctly Set:* If you are building a |
133 | toolchain designed to run on an architecture that differs from your | 133 | toolchain designed to run on an architecture that differs from your |
134 | current development host machine (i.e. the build host), be sure that | 134 | current development host machine (i.e. the build host), be sure that |
135 | the :term:`SDKMACHINE` variable | 135 | the :term:`SDKMACHINE` variable in the ``local.conf`` file in your |
136 | in the ``local.conf`` file in your Build Directory is correctly set. | 136 | Build Directory is correctly set. |
137 | 137 | ||
138 | .. note:: | 138 | .. note:: |
139 | 139 | ||
140 | If you are building an SDK installer for the Extensible SDK, the | 140 | If you are building an SDK installer for the Extensible SDK, the |
141 | SDKMACHINE | 141 | :term:`SDKMACHINE` value must be set for the architecture of the |
142 | value must be set for the architecture of the machine you are | 142 | machine you are using to build the installer. If :term:`SDKMACHINE` |
143 | using to build the installer. If | ||
144 | SDKMACHINE | ||
145 | is not set appropriately, the build fails and provides an error | 143 | is not set appropriately, the build fails and provides an error |
146 | message similar to the following:: | 144 | message similar to the following:: |
147 | 145 | ||
148 | The extensible SDK can currently only be built for the same architecture as the machine being built on - SDK_ARCH is | 146 | The extensible SDK can currently only be built for the same |
149 | set to i686 (likely via setting SDKMACHINE) which is different from the architecture of the build machine (x86_64). | 147 | architecture as the machine being built on --- :term:`SDK_ARCH` |
150 | Unable to continue. | 148 | is set to ``i686`` (likely via setting :term:`SDKMACHINE`) which is |
149 | different from the architecture of the build machine (``x86_64``). | ||
151 | 150 | ||
152 | 151 | ||
153 | 6. *Build the SDK Installer:* To build the SDK installer for a standard | 152 | 6. *Build the SDK Installer:* To build the SDK installer for a standard |