sbsv2/raptor/notes/cross_compiling_tools.txt
author lorewang
Wed, 01 Dec 2010 16:05:36 +0800
changeset 715 e0739b8406dd
parent 591 22486c9c7b15
permissions -rw-r--r--
Specify extenal tool with path
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