summaryrefslogtreecommitdiff
path: root/TAO/TAO-INSTALL.html
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-27 11:12:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-27 11:12:28 +0000
commitf7eb02baee2185fe1304fac0ee79ce4dacc719f0 (patch)
treebd65319061a7be5ae5746269c1c71380c1d84d53 /TAO/TAO-INSTALL.html
parentd4a0f86fdb92a0e8791c165b867f26dd10dd5e33 (diff)
downloadATCD-f7eb02baee2185fe1304fac0ee79ce4dacc719f0.tar.gz
Wed Dec 27 11:12:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r--TAO/TAO-INSTALL.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index f638648e577..eb9425bc1c7 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -198,13 +198,17 @@ It is not possible to use TAO with explicit templates. Your compiler
must support implicit templates. <P>
<HR><P>
-<h3>For Cross-Compiled Targets, such as VxWorks and LynxOS</h3>
+<h3>Using cross compilation</h3>
+
+With cross compilation you build on the so called host system for a certain
+target system. The host system can for example be linux and the target
+can for example be VxWorks, LynxOS or Linux.
If you are building TAO for a VxWorks target, please see the detailed
instructions for building and installing ACE and TAO in <a
href="../ACE-INSTALL.html#vxworks">$ACE_ROOT/ACE-INSTALL.html</a>.<p>
- <P>Cross-compiling TAO is not much different than building it for
+ <P>Cross-compiling TAO is not much different than building it for a
self-host. The one major difference is that TAO's IDL compiler
must be built and run on the host; it's not necessary to run it
on the target.
@@ -256,7 +260,7 @@ $ echo 'static_libs_only=1' \
$ cd build/HOST
$ export ACE_ROOT=$PWD
$ make -C ace
-$ make -C apps/gperf
+$ make -C apps/gperf/src
$ make -C TAO/TAO_IDL
</PRE>