sbsv2/raptor/notes/cross_compiling_tools.txt
author kelvzhu
Thu, 11 Nov 2010 17:31:39 +0800
changeset 680 e4701f5f5159
parent 591 22486c9c7b15
permissions -rw-r--r--
update feature database
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