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-21 13:03:07 +0100 |
commit | abc0bef595bbedf1fea8c6e0b1dc0c0becdd5b17 (patch) | |
tree | e407272b8919b4ca73ad9cd24714f31bea76f8b6 | |
parent | f3e184af046cb72328f66183501fa03c710383fe (diff) | |
download | poky-abc0bef595bbedf1fea8c6e0b1dc0c0becdd5b17.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: 7f63662913d6d79843e1bdcadc49bb120bb72688)
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 3ced7f6ded..f566f13f0d 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> |