Pre translated headers - ytomino/drake GitHub Wiki
- MacOSX (Darwin)
- current MacOSX 10.9 (Darwin13)
- MacOSX 10.8 (Darwin12)
- MacOSX 10.7 (Darwin11)
- MacOSX 10.6 (Darwin10)
- obsolete MacOSX 10.5 (Darwin9)
- FreeBSD
- current FreeBSD9
- FreeBSD8
- obsolete FreeBSD7
- GNU/Linux (Debian)
- Windows (MinGW-w64)
For current environment (in this case, the target and the host is darwin10 = Snow Leopard):
headmaster -p -D import/x86_64-apple-darwin10 -t ada -gcc=x86_64-apple-darwin10-gcc drake/source/import.h
For old environment (in this case, the target is MacOSX10.5 = Leaopard):
headmaster -p -D import/i686-apple-darwin9 -t ada \ -gcc='i686-apple-darwin10-gcc-4.2.1 -m32 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5' \ drake/source/import.h
For cross compilation (in this case, the target is FreeBSD7):
headmaster -p -D import/i686-pc-freebsd7 -t ada -gcc=i686-pc-freebsd7-gcc drake/source/import.h