sbsv2/raptor/notes/cross_compiling_tools.txt
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 13 Sep 2010 13:52:18 +0100
changeset 656 88e01c8f013e
parent 591 22486c9c7b15
permissions -rw-r--r--
Fix merging bug where downstream items somtimes got ignored if they appear after an upstream-only item. Also, reduce the severity of the validation error if a tech-domain is not recognised on a non-Foundation package.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
591
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     1
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     2
To build tools for Windows and Linux, on Linux, use
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     3
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     4
sbs -c tools2.win32 -c tools2
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     5
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     6
You will also need the mingw32 package, for the cross-compiler.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     7