diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-20 13:23:06 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-29 14:59:27 +0100 |
| commit | 2e99dcc03a6d6afc63df46fe2c94ea4fa79280a6 (patch) | |
| tree | 8ae2cd7c51d5a9b703a82942c3781a2ebd6f3599 /documentation | |
| parent | 1f53e5a96a35c2d7bb4679ea732ee5fe2b3bee1e (diff) | |
| download | poky-2e99dcc03a6d6afc63df46fe2c94ea4fa79280a6.tar.gz | |
documentation/adt-manual/adt-prepare.xml: Added text about host gcc
It is important that the environment uses a host gcc when running the
adt installer. I put some text in noting that.
(From yocto-docs rev: a443743133aa6ae1ec647949ad7045e13a3a84e4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 6098fb2737..b721ebac4e 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
| @@ -166,7 +166,10 @@ | |||
| 166 | 166 | ||
| 167 | <para> | 167 | <para> |
| 168 | After you have configured the <filename>adt_installer.conf</filename> file, | 168 | After you have configured the <filename>adt_installer.conf</filename> file, |
| 169 | run the installer using the following command: | 169 | run the installer using the following command. |
| 170 | Be sure that you are not trying to use cross-compilation tools. | ||
| 171 | When you run the installer, the environment must use a | ||
| 172 | host <filename>gcc</filename>: | ||
| 170 | <literallayout class='monospaced'> | 173 | <literallayout class='monospaced'> |
| 171 | $ ./adt_installer | 174 | $ ./adt_installer |
| 172 | </literallayout> | 175 | </literallayout> |
