Revision: 6186
Author: [email protected]
Date: Wed Jan 5 06:19:45 2011
Log: Edited wiki page CrossCompilingForARM through web user interface.
http://code.google.com/p/v8/source/detail?r=6186
Modified:
/wiki/CrossCompilingForARM.wiki
=======================================
--- /wiki/CrossCompilingForARM.wiki Wed Jan 5 03:00:29 2011
+++ /wiki/CrossCompilingForARM.wiki Wed Jan 5 06:19:45 2011
@@ -2,13 +2,13 @@
= Using Sourcery G++ Lite =
-The Sourcery G++ Lite cross compiler suite us a free version of Sourcery
G++ from [http://www.codesourcery.com CodeSourcery].
+The Sourcery G++ Lite cross compiler suite is a free version of Sourcery
G++ from [http://www.codesourcery.com CodeSourcery].
Determine the version you need for your host/target combination. The
following instructions uses
[http://www.codesourcery.com/sgpp/lite/arm/portal/release858 2009q1-203 for
ARM GNU/Linux].
== Installing on host and target ==
-The simplest way of setting this up it to install the full Sourcery G++
Lite package on both the host and target at the same location. This will
ensure that all the libraries required are available on both sides. If you
want to use the default libraries on the host there is no need the install
anything on the target.
+The simplest way of setting this up is to install the full Sourcery G++
Lite package on both the host and target at the same location. This will
ensure that all the libraries required are available on both sides. If you
want to use the default libraries on the host there is no need the install
anything on the target.
The following script will install in `/opt/codesourcery`:
@@ -87,4 +87,4 @@
scons wordsize=32 snapshot=nobuild arch=arm sample=shell
}}}
-This script of cause builds the whole of V8 two times, but that can be
avoided by using two build directories and the -Y option for scons.
+This script of course builds the whole of V8 two times, but that can be
avoided by using two build directories and the -Y option for scons.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev