diff options
author | 2012-06-20 13:23:06 -0700 | |
---|---|---|
committer | 2012-06-29 14:59:27 +0100 | |
commit | 2e99dcc03a6d6afc63df46fe2c94ea4fa79280a6 (patch) | |
tree | 8ae2cd7c51d5a9b703a82942c3781a2ebd6f3599 | |
parent | 1f53e5a96a35c2d7bb4679ea732ee5fe2b3bee1e (diff) | |
download | poky-2e99dcc03a6d6afc63df46fe2c94ea4fa79280a6.tar.gz poky-2e99dcc03a6d6afc63df46fe2c94ea4fa79280a6.tar.bz2 poky-2e99dcc03a6d6afc63df46fe2c94ea4fa79280a6.zip |
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>
-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 @@ <para> After you have configured the <filename>adt_installer.conf</filename> file, - run the installer using the following command: + run the installer using the following command. + Be sure that you are not trying to use cross-compilation tools. + When you run the installer, the environment must use a + host <filename>gcc</filename>: <literallayout class='monospaced'> $ ./adt_installer </literallayout> |