Skip to content

Instantly share code, notes, and snippets.

@MisesEnForce
Created October 29, 2015 09:33
Show Gist options
  • Save MisesEnForce/ef0355db8bec52d07d74 to your computer and use it in GitHub Desktop.
Save MisesEnForce/ef0355db8bec52d07d74 to your computer and use it in GitHub Desktop.
XXXX-MacBook-Air:ocaml-gs-4.02.2-ios XXXX$ ./build.sh -verbose -prefix /usr/local/lvm-cross/Ocaml-cross-4.02.2 -target-bindir /usr/local/lvm-cross/Ocaml-cross-4.02.2/bin
Configuring for host x86_64-apple-darwin14.5.0 ...
Configuring for target armv7-apple-darwin ...
Using compiler gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4.
runtest: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst ansi.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Bad CPU type in executable
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Undefined error: 0
[WARNING] The C compiler gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O is not ANSI-compliant.
This failure may occur for cross-compilation:
we will nevertheless assume the C compiler is ANSI-compliant.
Checking the sizes of integers and pointers...
runtest: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst sizes.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
sizes.c:19:10: warning: format specifies type 'int' but the argument has type 'unsigned long'
[-Wformat]
sizeof(int), sizeof(long), sizeof(long *), sizeof(short),
^~~~~~~~~~~
sizes.c:19:23: warning: format specifies type 'int' but the argument has type 'unsigned long'
[-Wformat]
sizeof(int), sizeof(long), sizeof(long *), sizeof(short),
^~~~~~~~~~~~
sizes.c:19:37: warning: format specifies type 'int' but the argument has type 'unsigned long'
[-Wformat]
sizeof(int), sizeof(long), sizeof(long *), sizeof(short),
^~~~~~~~~~~~~~
sizes.c:19:53: warning: format specifies type 'int' but the argument has type 'unsigned long'
[-Wformat]
sizeof(int), sizeof(long), sizeof(long *), sizeof(short),
^~~~~~~~~~~~~
sizes.c:20:10: warning: format specifies type 'int' but the argument has type 'unsigned long'
[-Wformat]
sizeof(long long));
^~~~~~~~~~~~~~~~~
5 warnings generated.
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Bad CPU type in executable
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Undefined error: 0
OK, this is a regular 32 bit architecture.
runtest: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst endian.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
endian.c:26:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(void)
^
endian.c:34:7: warning: implicitly declaring library function 'strcmp' with type 'int
(const char *, const char *)'
if (strcmp(p, bigendian) == 0)
^
endian.c:34:7: note: include the header <string.h> or explicitly provide a declaration for
'strcmp'
endian.c:35:5: warning: implicitly declaring library function 'exit' with type 'void (int)
__attribute__((noreturn))'
exit(0);
^
endian.c:35:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
3 warnings generated.
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Bad CPU type in executable
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Undefined error: 0
This is a little-endian architecture.
Doubles must be doubleword-aligned.
64-bit integers must be doubleword-aligned.
runtest: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst divmod.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Bad CPU type in executable
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Undefined error: 0
Native division and modulus do not have round-towards-zero
./configure: line 677: semantics, will use software emulation.: command not found
ranlib found
#! appears to work in shell scripts.
hasgot sigaction sigprocmask: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'sigaction' is invalid in C99
[-Wimplicit-function-declaration]
sigaction();
^
hasgot.c:3:3: warning: implicit declaration of function 'sigprocmask' is invalid in C99
[-Wimplicit-function-declaration]
sigprocmask();
^
3 warnings generated.
POSIX signal handling found.
hasgot2 -i math.h expm1 log1p hypot copysign: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
expm1(), log1p(), hypot(), copysign() found.
hasgot getrusage: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'getrusage' is invalid in C99
[-Wimplicit-function-declaration]
getrusage();
^
2 warnings generated.
getrusage() found.
hasgot times: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'times' is invalid in C99
[-Wimplicit-function-declaration]
times();
^
2 warnings generated.
times() found.
hasgot socket socketpair bind listen accept connect: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'socket' is invalid in C99
[-Wimplicit-function-declaration]
socket();
^
hasgot.c:3:3: warning: implicit declaration of function 'socketpair' is invalid in C99
[-Wimplicit-function-declaration]
socketpair();
^
hasgot.c:4:3: warning: implicit declaration of function 'bind' is invalid in C99
[-Wimplicit-function-declaration]
bind();
^
hasgot.c:5:3: warning: implicit declaration of function 'listen' is invalid in C99
[-Wimplicit-function-declaration]
listen();
^
hasgot.c:6:3: warning: implicit declaration of function 'accept' is invalid in C99
[-Wimplicit-function-declaration]
accept();
^
hasgot.c:7:3: warning: implicit declaration of function 'connect' is invalid in C99
[-Wimplicit-function-declaration]
connect();
^
7 warnings generated.
You have BSD sockets.
hasgot -i sys/socket.h -t socklen_t: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
socklen_t is defined in <sys/socket.h>
hasgot inet_aton: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'inet_aton' is invalid in C99
[-Wimplicit-function-declaration]
inet_aton();
^
2 warnings generated.
inet_aton() found.
hasgot -i sys/types.h -i sys/socket.h -i netinet/in.h -t struct sockaddr_in6: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:5:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
hasgot getaddrinfo getnameinfo inet_pton inet_ntop: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'getaddrinfo' is invalid in C99
[-Wimplicit-function-declaration]
getaddrinfo();
^
hasgot.c:3:3: warning: implicit declaration of function 'getnameinfo' is invalid in C99
[-Wimplicit-function-declaration]
getnameinfo();
^
hasgot.c:4:3: warning: implicit declaration of function 'inet_pton' is invalid in C99
[-Wimplicit-function-declaration]
inet_pton();
^
hasgot.c:5:3: warning: implicit declaration of function 'inet_ntop' is invalid in C99
[-Wimplicit-function-declaration]
inet_ntop();
^
5 warnings generated.
IPv6 is supported.
hasgot -i unistd.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
unistd.h found.
hasgot -i sys/types.h -t off_t: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
off_t is defined in <sys/types.h>
hasgot -i sys/types.h -i dirent.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
dirent.h found.
hasgot rewinddir: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'rewinddir' is invalid in C99
[-Wimplicit-function-declaration]
rewinddir();
^
2 warnings generated.
rewinddir() found.
hasgot lockf: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'lockf' is invalid in C99
[-Wimplicit-function-declaration]
lockf();
^
2 warnings generated.
lockf() found.
hasgot mkfifo: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'mkfifo' is invalid in C99
[-Wimplicit-function-declaration]
mkfifo();
^
2 warnings generated.
mkfifo() found.
hasgot getcwd: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'getcwd' is invalid in C99
[-Wimplicit-function-declaration]
getcwd();
^
2 warnings generated.
getcwd() found.
hasgot getwd: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'getwd' is invalid in C99
[-Wimplicit-function-declaration]
getwd();
^
2 warnings generated.
getwd() found.
hasgot getpriority setpriority: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'getpriority' is invalid in C99
[-Wimplicit-function-declaration]
getpriority();
^
hasgot.c:3:3: warning: implicit declaration of function 'setpriority' is invalid in C99
[-Wimplicit-function-declaration]
setpriority();
^
3 warnings generated.
getpriority() found.
hasgot -i sys/types.h -i utime.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
hasgot utime: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'utime' is invalid in C99
[-Wimplicit-function-declaration]
utime();
^
2 warnings generated.
utime() found.
hasgot utimes: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'utimes' is invalid in C99
[-Wimplicit-function-declaration]
utimes();
^
2 warnings generated.
utimes() found.
hasgot dup2: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'dup2' is invalid in C99
[-Wimplicit-function-declaration]
dup2();
^
2 warnings generated.
dup2() found.
hasgot fchmod fchown: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'fchmod' is invalid in C99
[-Wimplicit-function-declaration]
fchmod();
^
hasgot.c:3:3: warning: implicit declaration of function 'fchown' is invalid in C99
[-Wimplicit-function-declaration]
fchown();
^
3 warnings generated.
fchmod() found.
hasgot truncate ftruncate: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'truncate' is invalid in C99
[-Wimplicit-function-declaration]
truncate();
^
hasgot.c:3:3: warning: implicit declaration of function 'ftruncate' is invalid in C99
[-Wimplicit-function-declaration]
ftruncate();
^
3 warnings generated.
truncate() found.
hasgot -i sys/types.h -i sys/select.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
sys/select.h found.
hasgot select: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'select' is invalid in C99
[-Wimplicit-function-declaration]
select();
^
2 warnings generated.
hasgot -i sys/types.h -i sys/select.h -t fd_set: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:4:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
select() found.
hasgot symlink readlink lstat: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'symlink' is invalid in C99
[-Wimplicit-function-declaration]
symlink();
^
hasgot.c:3:3: warning: implicit declaration of function 'readlink' is invalid in C99
[-Wimplicit-function-declaration]
readlink();
^
hasgot.c:4:3: warning: implicit declaration of function 'lstat' is invalid in C99
[-Wimplicit-function-declaration]
lstat();
^
4 warnings generated.
symlink() found.
hasgot waitpid: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'waitpid' is invalid in C99
[-Wimplicit-function-declaration]
waitpid();
^
2 warnings generated.
waitpid() found.
hasgot wait4: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'wait4' is invalid in C99
[-Wimplicit-function-declaration]
wait4();
^
2 warnings generated.
wait4() found.
hasgot -i limits.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
runtest: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst getgroups.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
getgroups.c:22:7: warning: implicit declaration of function 'getgroups' is invalid in C99
[-Wimplicit-function-declaration]
if (getgroups(NGROUPS_MAX, gidset) == -1) return 1;
^
1 warning generated.
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Bad CPU type in executable
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Undefined error: 0
hasgot -i limits.h -i grp.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
runtest: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst setgroups.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
setgroups.c:24:7: warning: implicit declaration of function 'setgroups' is invalid in C99
[-Wimplicit-function-declaration]
if (setgroups(1, gidset) == -1 && errno != EPERM) return 1;
^
1 warning generated.
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Bad CPU type in executable
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Undefined error: 0
hasgot -i limits.h -i grp.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
runtest: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst initgroups.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
initgroups.c:22:7: warning: implicit declaration of function 'initgroups' is invalid in C99
[-Wimplicit-function-declaration]
if (initgroups("root", 0) == -1 && errno != EPERM) return 1;
^
1 warning generated.
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Bad CPU type in executable
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Undefined error: 0
hasgot -i termios.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
hasgot tcgetattr tcsetattr tcsendbreak tcflush tcflow: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'tcgetattr' is invalid in C99
[-Wimplicit-function-declaration]
tcgetattr();
^
hasgot.c:3:3: warning: implicit declaration of function 'tcsetattr' is invalid in C99
[-Wimplicit-function-declaration]
tcsetattr();
^
hasgot.c:4:3: warning: implicit declaration of function 'tcsendbreak' is invalid in C99
[-Wimplicit-function-declaration]
tcsendbreak();
^
hasgot.c:5:3: warning: implicit declaration of function 'tcflush' is invalid in C99
[-Wimplicit-function-declaration]
tcflush();
^
hasgot.c:6:3: warning: implicit declaration of function 'tcflow' is invalid in C99
[-Wimplicit-function-declaration]
tcflow();
^
6 warnings generated.
POSIX termios found.
runtest: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst async_io.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
async_io.c:41:27: warning: implicit declaration of function 'getpid' is invalid in C99
[-Wimplicit-function-declaration]
fcntl(p[OUT], F_SETOWN, getpid());
^
async_io.c:42:10: warning: implicit declaration of function 'fork' is invalid in C99
[-Wimplicit-function-declaration]
switch(fork()) {
^
async_io.c:46:5: warning: implicit declaration of function 'close' is invalid in C99
[-Wimplicit-function-declaration]
close(p[OUT]);
^
async_io.c:47:5: warning: implicit declaration of function 'write' is invalid in C99
[-Wimplicit-function-declaration]
write(p[IN], "x", 1);
^
async_io.c:48:5: warning: implicit declaration of function 'sleep' is invalid in C99
[-Wimplicit-function-declaration]
sleep(1);
^
async_io.c:49:5: warning: implicitly declaring library function 'exit' with type 'void (int)
__attribute__((noreturn))'
exit(0);
^
async_io.c:49:5: note: include the header <stdlib.h> or explicitly provide a declaration for
'exit'
async_io.c:52:11: warning: implicit declaration of function 'wait' is invalid in C99
[-Wimplicit-function-declaration]
while(wait(NULL) == -1 && errno == EINTR) /*nothing*/;
^
7 warnings generated.
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Bad CPU type in executable
./runtest: line 22: /Users/XXXX/Documents/CODING/src/ocaml-gs-4.02.2-ios/config/auto-aux/tst: Undefined error: 0
hasgot setitimer: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'setitimer' is invalid in C99
[-Wimplicit-function-declaration]
setitimer();
^
2 warnings generated.
setitimer() found.
hasgot gethostname: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'gethostname' is invalid in C99
[-Wimplicit-function-declaration]
gethostname();
^
2 warnings generated.
gethostname() found.
hasgot -i sys/utsname.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
hasgot uname: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'uname' is invalid in C99
[-Wimplicit-function-declaration]
uname();
^
2 warnings generated.
uname() found.
hasgot gettimeofday: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'gettimeofday' is invalid in C99
[-Wimplicit-function-declaration]
gettimeofday();
^
2 warnings generated.
gettimeofday() found.
hasgot mktime: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'mktime' is invalid in C99
[-Wimplicit-function-declaration]
mktime();
^
2 warnings generated.
mktime() found.
hasgot setsid: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'setsid' is invalid in C99
[-Wimplicit-function-declaration]
setsid();
^
2 warnings generated.
setsid() found.
hasgot putenv: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'putenv' is invalid in C99
[-Wimplicit-function-declaration]
putenv();
^
2 warnings generated.
putenv() found.
hasgot -i locale.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
hasgot setlocale: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'setlocale' is invalid in C99
[-Wimplicit-function-declaration]
setlocale();
^
2 warnings generated.
setlocale() and <locale.h> found.
hasgot dlopen: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'dlopen' is invalid in C99
[-Wimplicit-function-declaration]
dlopen();
^
2 warnings generated.
dlopen() found.
hasgot -i sys/types.h -i sys/mman.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
hasgot mmap munmap: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'mmap' is invalid in C99
[-Wimplicit-function-declaration]
mmap();
^
hasgot.c:3:3: warning: implicit declaration of function 'munmap' is invalid in C99
[-Wimplicit-function-declaration]
munmap();
^
3 warnings generated.
mmap() found.
hasgot pwrite: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'pwrite' is invalid in C99
[-Wimplicit-function-declaration]
pwrite();
^
2 warnings generated.
pwrite() found
trycompile: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst -DHAS_NANOSECOND_STAT=1 nanosecond_stat.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
nanosecond_stat.c:24:15: error: no member named 'st_atim' in 'struct stat'
a = (double)NSEC(buf, a);
^ ~~~
./../../otherlibs/unix/nanosecond_stat.h:18:33: note: expanded from macro 'NSEC'
# define NSEC(buf, field) buf->st_##field##tim.tv_nsec
^
<scratch space>:305:1: note: expanded from here
st_atim
^
nanosecond_stat.c:25:15: error: no member named 'st_mtim' in 'struct stat'
m = (double)NSEC(buf, m);
^ ~~~
./../../otherlibs/unix/nanosecond_stat.h:18:33: note: expanded from macro 'NSEC'
# define NSEC(buf, field) buf->st_##field##tim.tv_nsec
^
<scratch space>:305:1: note: expanded from here
st_mtim
^
nanosecond_stat.c:26:15: error: no member named 'st_ctim' in 'struct stat'
c = (double)NSEC(buf, c);
^ ~~~
./../../otherlibs/unix/nanosecond_stat.h:18:33: note: expanded from macro 'NSEC'
# define NSEC(buf, field) buf->st_##field##tim.tv_nsec
^
<scratch space>:305:1: note: expanded from here
st_ctim
^
3 errors generated.
trycompile: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst -DHAS_NANOSECOND_STAT=2 nanosecond_stat.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
stat() supports nanosecond precision.
trycompile: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst -DNUM_ARGS=5 gethostbyname.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
gethostbyname.c:29:8: warning: implicit declaration of function 'gethostbyname_r' is invalid in
C99 [-Wimplicit-function-declaration]
hp = gethostbyname_r("www.caml.org", &h, buffer, 10, &h_errno);
^
gethostbyname.c:29:6: warning: incompatible integer to pointer conversion assigning to
'struct hostent *' from 'int' [-Wint-conversion]
hp = gethostbyname_r("www.caml.org", &h, buffer, 10, &h_errno);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
Undefined symbols for architecture armv7:
"_gethostbyname_r", referenced from:
_main in gethostbyname-7eb943.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
trycompile: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst -DNUM_ARGS=6 gethostbyname.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
gethostbyname.c:36:8: warning: implicit declaration of function 'gethostbyname_r' is invalid in
C99 [-Wimplicit-function-declaration]
rc = gethostbyname_r("www.caml.org", &h, buffer, 10, &hp, &h_errno);
^
1 warning generated.
Undefined symbols for architecture armv7:
"_gethostbyname_r", referenced from:
_main in gethostbyname-0d031c.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
trycompile: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst -DNUM_ARGS=7 gethostbyaddr.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
gethostbyaddr.c:33:8: warning: implicit declaration of function 'gethostbyaddr_r' is invalid in
C99 [-Wimplicit-function-declaration]
hp = gethostbyaddr_r(address, length, type, &h,
^
gethostbyaddr.c:33:6: warning: incompatible integer to pointer conversion assigning to
'struct hostent *' from 'int' [-Wint-conversion]
hp = gethostbyaddr_r(address, length, type, &h,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
Undefined symbols for architecture armv7:
"_gethostbyaddr_r", referenced from:
_main in gethostbyaddr-d05b70.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
trycompile: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst -DNUM_ARGS=8 gethostbyaddr.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
gethostbyaddr.c:45:8: warning: implicit declaration of function 'gethostbyaddr_r' is invalid in
C99 [-Wimplicit-function-declaration]
rc = gethostbyaddr_r(address, length, type, &h,
^
1 warning generated.
Undefined symbols for architecture armv7:
"_gethostbyaddr_r", referenced from:
_main in gethostbyaddr-7f424a.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
hasgot mkstemp: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'mkstemp' is invalid in C99
[-Wimplicit-function-declaration]
mkstemp();
^
2 warnings generated.
mkstemp() found
hasgot nice: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
hasgot.c:2:3: warning: implicit declaration of function 'nice' is invalid in C99
[-Wimplicit-function-declaration]
nice();
^
2 warnings generated.
nice() found
Cannot detect system stack overflow.
Bytecode threads library supported.
hasgot -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -i X11/Xlib.h XrmInitialize: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -I/usr/X11R6/include -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -L/usr/X11R6/lib -lX11
hasgot.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
1 warning generated.
ld: warning: ignoring file /usr/X11R6/lib/libX11.dylib, missing required architecture armv7 in file /usr/X11R6/lib/libX11.dylib (2 slices)
Undefined symbols for architecture armv7:
"_XrmInitialize", referenced from:
_main in hasgot-7aed76.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[WARNING] Cannot compile X11 program.
[WARNING] X11 not found, the "graph" library will not be supported.
hasgot -DPACKAGE=ocaml -i bfd.h: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -DPACKAGE=ocaml -o tst hasgot.c -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
hasgot.c:1:10: fatal error: 'bfd.h' file not found
#include <bfd.h>
^
1 error generated.
[WARNING] BFD library not found, 'objinfo' will be unable to display info on .cmxs files.
tryassemble: gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -c -o tst cfi.S
Assembler supports CFI
Fixing up configure results with cross-fixup-arm-macosx-s.h
Fixing up configure results with cross-fixup-arm-macosx-m.h
** Configuration summary **
Directories where OCaml will be installed:
binaries.................. /usr/local/lvm-cross/Ocaml-cross-4.02.2/bin
standard library.......... /usr/local/lvm-cross/Ocaml-cross-4.02.2/lib/ocaml
manual pages.............. /usr/local/lvm-cross/Ocaml-cross-4.02.2/man (with extension .1)
Configuration for the bytecode compiler:
C compiler used........... gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4
options for compiling..... -O -Wall -D_FILE_OFFSET_BITS=64
options for linking....... -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
shared libraries not supported
Configuration for the native-code compiler:
hardware architecture..... arm (armv7)
OS variant................ macosx
C compiler used........... gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4
options for compiling..... -O -Wall -D_FILE_OFFSET_BITS=64
options for linking....... -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
assembler ................ gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -c
preprocessed assembler ... gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -c
assembler supports CFI ... yes
with frame pointers....... no
naked pointers forbidden.. no
native dynlink ........... false
profiling with gprof ..... not supported
Source-level replay debugger: not supported
Additional libraries supported:
unix str num dynlink bigarray threads
Configuration for the "num" library:
target architecture ...... generic (asm level 0)
The "graph" library: not supported
** OCaml configuration completed successfully **
/Applications/Xcode.app/Contents/Developer/usr/bin/make cross-boot
if ! ocamlc; then \
echo "No host compiler found in PATH" >&2; exit 1; \
fi
rm -f boot/*
for cmd in ocamlc ocamldep ocamllex ocamlrun ocamlyacc; do \
ln -s `which $cmd` boot/; \
done
hostlib="$(ocamlc -where)" && \
files="$(cd "$hostlib" && ls stdlib.cma std_exit.cmo *.cmi)" && \
for file in $files; do \
ln -sf "$hostlib"/$file boot/; \
done
echo "#!`which ocamlrun`" > boot/camlheader
rm -f byterun/ocamlrun
ln -s ../boot/ocamlrun byterun/
/Applications/Xcode.app/Contents/Developer/usr/bin/make all
/Applications/Xcode.app/Contents/Developer/usr/bin/make runtime
cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
-e '/^}/q' caml/instruct.h > caml/jumptbl.h
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o interp.o interp.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o misc.o misc.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o stacks.o stacks.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o fix_code.o fix_code.c
../tools/make-version-header.sh ../VERSION > caml/version.h
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o startup.o startup.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o freelist.o freelist.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o major_gc.o major_gc.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o minor_gc.o minor_gc.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o memory.o memory.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o alloc.o alloc.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o roots.o roots.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o globroots.o globroots.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o fail.o fail.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o signals.o signals.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o signals_byt.o signals_byt.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o printexc.o printexc.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o backtrace.o backtrace.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o compare.o compare.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o ints.o ints.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o floats.o floats.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o str.o str.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o array.o array.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o io.o io.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o extern.o extern.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o intern.o intern.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o hash.o hash.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o sys.o sys.c
sys.c:310:12: warning: 'system' is deprecated: first deprecated in iOS 8.0 - Use posix_spawn APIs
instead. [-Wdeprecated-declarations]
status = system(buf);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk/usr/include/stdlib.h:177:6: note:
'system' has been explicitly marked deprecated here
int system(const char *) __DARWIN_ALIAS_C(system) __OSX_AVAILABLE_BUT_DEPRECATED_MSG...
^
1 warning generated.
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o meta.o meta.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o parsing.o parsing.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o gc_ctrl.o gc_ctrl.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o terminfo.o terminfo.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o md5.o md5.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o obj.o obj.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o lexing.o lexing.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o callback.o callback.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o debugger.o debugger.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o weak.o weak.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o compact.o compact.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o finalise.o finalise.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o custom.o custom.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o dynlink.o dynlink.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o unix.o unix.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o main.o main.c
ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o unix.o main.o
ranlib libcamlrun.a
sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c \
| sort | uniq > primitives
(echo '#include "caml/mlvalues.h"'; \
echo '#include "caml/prims.h"'; \
sed -e 's/.*/extern value &();/' primitives; \
echo 'c_primitive caml_builtin_cprim[] = {'; \
sed -e 's/.*/ &,/' primitives; \
echo ' 0 };'; \
echo 'char * caml_names_of_builtin_cprim[] = {'; \
sed -e 's/.*/ "&",/' primitives; \
echo ' 0 };') > prims.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -c -o prims.o prims.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -Wl,-no_compact_unwind -o ocamlrun \
prims.o libcamlrun.a -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk
echo "/usr/local/lvm-cross/Ocaml-cross-4.02.2/lib/ocaml/stublibs" > ld.conf
echo "/usr/local/lvm-cross/Ocaml-cross-4.02.2/lib/ocaml" >> ld.conf
if test -f stdlib/libcamlrun.a; then :; else \
ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make coreall
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlc
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
sed -e 's|%%LIBDIR%%|/usr/local/lvm-cross/Ocaml-cross-4.02.2/lib/ocaml|' \
-e 's|%%BYTERUN%%|/usr/local/lvm-cross/Ocaml-cross-4.02.2/bin/ocamlrun|' \
-e 's|%%CCOMPTYPE%%|cc|' \
-e 's|%%BYTECC%%|gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -Wall -D_FILE_OFFSET_BITS=64 -O |' \
-e 's|%%NATIVECC%%|gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -O -Wall -D_FILE_OFFSET_BITS=64|' \
-e 's|%%PACKLD%%|ld -r -o\ |' \
-e 's|%%BYTECCLIBS%%|-Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk |' \
-e 's|%%NATIVECCLIBS%%|-Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk |' \
-e 's|%%RANLIBCMD%%|ranlib|' \
-e 's|%%ARCMD%%|ar|' \
-e 's|%%CC_PROFILE%%|-pg|' \
-e 's|%%ARCH%%|arm|' \
-e 's|%%MODEL%%|armv7|' \
-e 's|%%SYSTEM%%|macosx|' \
-e 's|%%EXT_OBJ%%|.o|' \
-e 's|%%EXT_ASM%%|.s|' \
-e 's|%%EXT_LIB%%|.a|' \
-e 's|%%EXT_DLL%%|.so|' \
-e 's|%%SYSTHREAD_SUPPORT%%|false|' \
-e 's|%%ASM%%|gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -c|' \
-e 's|%%ASM_CFI_SUPPORTED%%|true|' \
-e 's|%%WITH_FRAME_POINTERS%%|false|' \
-e 's|%%MKDLL%%||' \
-e 's|%%MKEXE%%|gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -Wl,-no_compact_unwind|' \
-e 's|%%MKMAINDLL%%||' \
-e 's|%%HOST%%|x86_64-apple-darwin14.5.0|' \
-e 's|%%TARGET%%|armv7-apple-darwin|' \
-e 's|%%TARGET_WORD_SIZE%%|32|' \
utils/config.mlp > utils/config.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlyacc -v parsing/parser.mly
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamllex parsing/lexer.mll
201 states, 3959 transitions, table size 17042 bytes
2420 additional bytes used for bindings
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/annot.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
(echo 'let builtin_exceptions = [|'; \
sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/caml/fail.h | \
sed -e '$s/;$//'; \
echo '|]'; \
echo 'let builtin_primitives = [|'; \
sed -e 's/.*/ "&";/' -e '$s/;$//' byterun/primitives; \
echo '|]') > bytecomp/runtimedef.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -a -linkall -o compilerlibs/ocamlcommon.cma utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo parsing/location.cmo parsing/longident.cmo parsing/docstrings.cmo parsing/ast_helper.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/pprintast.cmo parsing/ast_mapper.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/cmi_format.cmo typing/env.cmo typing/typedtree.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/typedtreeIter.cmo typing/typedtreeMap.cmo typing/cmt_format.cmo typing/includemod.cmo typing/typetexp.cmo typing/parmatch.cmo typing/stypes.cmo typing/typecore.cmo typing/typedecl.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.cmo
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' byterun/caml/instruct.h | \
awk -f tools/make-opcodes > bytecomp/opcodes.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/cmo_format.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamlbytecomp.cma bytecomp/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/errors.cmo driver/compile.cmo
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -compat-32 -o ocamlc \
compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocamllex ocamlyacc ocamltools library
cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o closure.o closure.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o error.o error.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o lalr.o lalr.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o lr0.o lr0.c
echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION`\"" >version.h
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o main.o main.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o mkpar.o mkpar.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o output.o output.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o reader.o reader.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o skeleton.o skeleton.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o symtab.o symtab.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o verbose.o verbose.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -c -o warshall.o warshall.c
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string cset.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string cset.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlyacc -v parser.mly
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string parser.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string parser.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamllex lexer.mll
98 states, 1199 transitions, table size 5384 bytes
1802 additional bytes used for bindings
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string table.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string table.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string compact.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string compact.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string common.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string common.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string output.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string output.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string main.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -compat-32 -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
make[3]: Nothing to be done for `ocamlyacc'.
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/debuginfo.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmx_format.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.ml
cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel depend.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel depend.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamldep.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -compat-32 -o ocamldep misc.cmo config.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo ccomp.cmo ast_mapper.cmo pparse.cmo compenv.cmo depend.cmo ocamldep.cmo
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlprof.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel profiling.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel profiling.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlprof misc.cmo config.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo ocamlprof.cmo
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlcp.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlcp warnings.cmo main_args.cmo ocamlcp.cmo
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamloptp.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamloptp warnings.cmo main_args.cmo \
ocamloptp.cmo
sed -e 's|%%BINDIR%%|/usr/local/lvm-cross/Ocaml-cross-4.02.2/bin|' ocamlmktop.tpl > ocamlmktop
chmod +x ocamlmktop
(echo 'let bindir = "/usr/local/lvm-cross/Ocaml-cross-4.02.2/bin"'; \
echo 'let ext_lib = ".a"'; \
echo 'let ext_dll = ".so"'; \
echo 'let supports_shared_libraries = false';\
echo 'let mkdll = ""'; \
echo 'let byteccrpath = ""'; \
echo 'let nativeccrpath = ""'; \
echo 'let mksharedlibrpath = ""'; \
echo 'let toolpref = ""'; \
sed -n -e 's/^#ml //p' ../config/Makefile) \
> ocamlmklibconfig.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlmklibconfig.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlmklib.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlmklib ocamlmklibconfig.cmo ocamlmklib.cmo
unset LC_ALL || : ; \
unset LC_CTYPE || : ; \
unset LC_COLLATE LANG || : ; \
sed -e '/\/\*/d' \
-e '/^#/d' \
-e 's/enum \(.*\) {/let names_of_\1 = [|/' \
-e 's/.*};$/ |]/' \
-e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
-e 's/,/;/g' \
../byterun/caml/instruct.h > opnames.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel opnames.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel dumpobj.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o dumpobj \
misc.cmo tbl.cmo config.cmo ident.cmo \
opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
gcc -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -miphoneos-version-min=8.4 -o objinfo_helper -O -Wall -D_FILE_OFFSET_BITS=64 \
objinfo_helper.c
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel objinfo.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -o objinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../asmcomp/printclambda.cmo objinfo.cmo
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel untypeast.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel untypeast.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel tast_iter.mli
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel tast_iter.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel cmt2annot.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel read_cmt.ml
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o read_cmt ../utils/misc.cmo ../utils/warnings.cmo ../utils/tbl.cmo ../utils/consistbl.cmo ../utils/config.cmo ../utils/clflags.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/docstrings.cmo ../parsing/lexer.cmo ../parsing/pprintast.cmo ../parsing/ast_helper.cmo ../parsing/ast_mapper.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/typedtree.cmo ../typing/btype.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/cmi_format.cmo ../typing/env.cmo ../typing/ctype.cmo ../typing/oprint.cmo ../typing/primitive.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../typing/envaux.cmo ../typing/typedtreeMap.cmo ../typing/typedtreeIter.cmo ../typing/cmt_format.cmo ../typing/stypes.cmo untypeast.cmo tast_iter.cmo cmt2annot.cmo read_cmt.cmo
cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
/Users/XXXX/.opam/4.02.2/bin/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
Build error of the cross compiler: The word size of the host architecture does not match the word size of the target architecture
make[4]: *** [camlinternalFormatBasics.cmi] Error 2
make[3]: *** [library] Error 2
make[2]: *** [coreall] Error 2
make[1]: *** [all] Error 2
make: *** [cross-all] Error 2
XXXX-MacBook-Air:ocaml-gs-4.02.2-ios XXXX$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment