aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/usermanual.xml
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-05-13 20:41:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-13 20:41:35 +0000
commit0eba4c8c52c5044f040b31cc60ba94bf15fed0b9 (patch)
tree31cfa3031620e452742c6235e16599c139b876da /usermanual/usermanual.xml
parentcec08d58d8ad1153172889b087e0381dcbd55b15 (diff)
parentb32d0502739938d2706e54238ce3c914ffdc1dda (diff)
downloadopenembedded-0eba4c8c52c5044f040b31cc60ba94bf15fed0b9.tar.gz
merge of 9d021ecaaa370e2e21bb05ae8641ff77c28c4cec
and c0056704e138ffc3d8a51b43e0b5624fda4ec1d7
Diffstat (limited to 'usermanual/usermanual.xml')
-rw-r--r--usermanual/usermanual.xml37
1 files changed, 36 insertions, 1 deletions
diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml
index 7da5f7c3d0..34417379dc 100644
--- a/usermanual/usermanual.xml
+++ b/usermanual/usermanual.xml
@@ -220,7 +220,42 @@ It's important to use <emphasis>+=</emphasis> so it will get appended to the sta
<section>
<title>Using a prebuilt toolchain to create your packages</title>
- <para></para>
+ <para>It might be necessary to integrate a prebuilt toolchain and other libraries but still be use
+OpenEmbedded to build packages. One of many approaches is shown and discussed here.</para>
+
+ <section>
+ <title>The toolchain</title>
+ <para>We assume the toolchain provides a C and C++ compiler, an assembler and other tools to build packages.
+The list below shows a gcc 3.4.4 toolchain using glibc. We assume that the toolchain is in your <command>PATH</command>.</para>
+<screen>
+ls pre-built/cross/bin
+
+arm-linux-g++
+arm-linux-ld
+arm-linux-ranlib
+arm-linux-ar
+arm-linux-g77
+arm-linux-readelf
+arm-linux-as
+arm-linux-gcc
+arm-linux-c++
+arm-linux-size
+arm-linux-c++filt
+arm-linux-nm
+arm-linux-strings
+arm-linux-cpp
+arm-linux-objcopy
+arm-linux-strip
+arm-linux-objdump
+</screen>
+ </section>
+ <section>
+ <title>The libraries</title>
+ <para>The additional libraries</para>
+ <screen>
+</screen>
+ </section>
+
</section>
<section>