Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS10 sdk problem #26

Closed
drviver opened this issue Oct 26, 2016 · 1 comment
Closed

IOS10 sdk problem #26

drviver opened this issue Oct 26, 2016 · 1 comment

Comments

@drviver
Copy link

drviver commented Oct 26, 2016

root@siggi:~/Desktop/cctools-port-master-3/usage_examples/ios_toolchain# ./build.sh /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/iPhoneOS10.0.sdk.tar.gz arm64

*** extracting SDK ***

extracting iPhoneOS10.0.sdk.tar.gz ...

*** building wrapper ***

cc -O2 -Wall -Wextra -pedantic wrapper.c -DTARGET_CPU=""arm64"" -DOS_VER_MIN=""0.0"" -o /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/arm-apple-darwin11-clang
ln -sf arm-apple-darwin11-clang arm-apple-darwin11-clang++

*** building ldid ***

Cloning into 'ldid'...
remote: Counting objects: 397, done.
remote: Total 397 (delta 0), reused 0 (delta 0), pack-reused 397
Receiving objects: 100% (397/397), 117.15 KiB | 0 bytes/s, done.
Resolving deltas: 100% (237/237), done.
Checking connectivity... done.
g++ -std=c++0x -O2 -I. -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-sign-compare -DLDID_NOPLIST -c -o ldid.o ldid.cpp
cc -O2 -I. -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-sign-compare -DLDID_NOPLIST -c -o lookup2.o lookup2.c
ldid.cpp:1813:18: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
mutable std::auto_ptr regex_;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ldid.cpp:27:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^~~~~~~~
g++ -O2 -I. -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-sign-compare -DLDID_NOPLIST -o ldid ldid.o lookup2.o -lcrypto
mkdir -p /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin
cp ldid /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin

*** building cctools / ld64 ***

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... arm-apple-darwin11
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to print strings... printf
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether we are using the GNU Objective C compiler... yes
checking whether clang accepts -g... yes
checking for ranlib... ranlib
checking for ar... ar
checking for dlopen in -ldl... yes
checking for pthread_create in -lpthread... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace in -lexecinfo... no
checking for uuid_generate_random in -luuid... no
checking for strmode... no
checking for __cxa_demangle in -lc++abi... no
checking for __cxa_demangle in -lc++... no
checking for __cxa_demangle in -lsupc++... yes
checking whether clang supports -Wno-shift-negative-value... no
checking whether ld supports -rpath,,--enable-new-dtags... yes
checking for llvm-config... /usr/bin/llvm-config
checking for lto_get_version in -lLTO... yes
checking for xar_prop_create in -lxar... yes
checking xar/xar.h usability... yes
checking xar/xar.h presence... yes
checking for xar/xar.h... yes
checking whether byte ordering is bigendian... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libstuff/Makefile
config.status: creating ar/Makefile
config.status: creating as/Makefile
config.status: creating as/arm/Makefile
config.status: creating as/i386/Makefile
config.status: creating as/x86_64/Makefile
config.status: creating as/ppc/Makefile
config.status: creating as/ppc64/Makefile
config.status: creating misc/Makefile
config.status: creating otool/Makefile
config.status: creating libobjc2/Makefile
config.status: creating ld64/Makefile
config.status: creating ld64/src/Makefile
config.status: creating ld64/src/3rd/Makefile
config.status: creating ld64/src/3rd/BlocksRuntime/Makefile
config.status: creating ld64/src/ld/Makefile
config.status: creating ld64/src/ld/parsers/Makefile
config.status: creating ld64/src/ld/passes/Makefile
config.status: creating ld64/src/other/Makefile
config.status: executing libtool commands
Making all in libstuff
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/libstuff'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/libstuff'
Making all in ar
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ar'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ar'
Making all in as
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as'
Making all in arm
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/arm'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/arm'
Making all in i386
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/i386'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/i386'
Making all in x86_64
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/x86_64'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/x86_64'
Making all in ppc
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc'
Making all in ppc64
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc64'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc64'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as'
Making all in misc
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/misc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/misc'
Making all in libobjc2
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/libobjc2'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/libobjc2'
Making all in otool
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/otool'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/otool'
Making all in ld64
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
Making all in src
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
Making all in 3rd
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
Making all in BlocksRuntime
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd/BlocksRuntime'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd/BlocksRuntime'
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
Making all in ld
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
Making all in parsers
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/parsers'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/parsers'
Making all in passes
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/passes'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/passes'
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
Making all in other
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/other'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/other'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools'
Making install in libstuff
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/libstuff'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/libstuff'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/libstuff'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/libstuff'
Making install in ar
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ar'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ar'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c ar '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ar'
libtool: install: /usr/bin/install -c ar /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ar
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ar'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ar'
Making install in as
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as'
Making install in arm
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/arm'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/arm'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec'
/bin/bash ../../libtool --mode=install /usr/bin/install -c arm-as '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-arm-as'
libtool: install: /usr/bin/install -c arm-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-arm-as
make install-exec-hook
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/arm'
mkdir -p /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/arm
mv /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/arm-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/arm/as
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/arm'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/arm'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/arm'
Making install in i386
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/i386'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/i386'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec'
/bin/bash ../../libtool --mode=install /usr/bin/install -c i386-as '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-i386-as'
libtool: install: /usr/bin/install -c i386-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-i386-as
make install-exec-hook
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/i386'
mkdir -p /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/i386
mv /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/i386-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/i386/as
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/i386'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/i386'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/i386'
Making install in x86_64
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/x86_64'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/x86_64'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec'
/bin/bash ../../libtool --mode=install /usr/bin/install -c x86_64-as '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-x86_64-as'
libtool: install: /usr/bin/install -c x86_64-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-x86_64-as
make install-exec-hook
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/x86_64'
mkdir -p /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/x86_64
mv /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/x86_64-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/x86_64/as
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/x86_64'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/x86_64'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/x86_64'
Making install in ppc
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec'
/bin/bash ../../libtool --mode=install /usr/bin/install -c ppc-as '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-ppc-as'
libtool: install: /usr/bin/install -c ppc-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-ppc-as
make install-exec-hook
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc'
mkdir -p /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/ppc
mv /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/ppc-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/ppc/as
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc'
Making install in ppc64
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc64'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc64'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec'
/bin/bash ../../libtool --mode=install /usr/bin/install -c ppc64-as '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-ppc64-as'
libtool: install: /usr/bin/install -c ppc64-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/./arm-apple-darwin11-ppc64-as
make install-exec-hook
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc64'
mkdir -p /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/ppc64
mv /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/ppc64-as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/libexec/as/ppc64/as
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc64'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc64'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as/ppc64'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/as'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c as '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-as'
libtool: install: /usr/bin/install -c as /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-as
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/as'
Making install in misc
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/misc'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/misc'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c checksyms '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-checksyms'
libtool: install: /usr/bin/install -c checksyms /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-checksyms
/bin/bash ../libtool --mode=install /usr/bin/install -c lipo '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-lipo'
libtool: install: /usr/bin/install -c lipo /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-lipo
/bin/bash ../libtool --mode=install /usr/bin/install -c size '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-size'
libtool: install: /usr/bin/install -c size /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-size
/bin/bash ../libtool --mode=install /usr/bin/install -c strings '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-strings'
libtool: install: /usr/bin/install -c strings /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-strings
/bin/bash ../libtool --mode=install /usr/bin/install -c nm '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-nm'
libtool: install: /usr/bin/install -c nm /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-nm
/bin/bash ../libtool --mode=install /usr/bin/install -c libtool '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-libtool'
libtool: install: /usr/bin/install -c libtool /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-libtool
/bin/bash ../libtool --mode=install /usr/bin/install -c redo_prebinding '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-redo_prebinding'
libtool: install: /usr/bin/install -c redo_prebinding /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-redo_prebinding
/bin/bash ../libtool --mode=install /usr/bin/install -c seg_addr_table '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-seg_addr_table'
libtool: install: /usr/bin/install -c seg_addr_table /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-seg_addr_table
/bin/bash ../libtool --mode=install /usr/bin/install -c seg_hack '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-seg_hack'
libtool: install: /usr/bin/install -c seg_hack /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-seg_hack
/bin/bash ../libtool --mode=install /usr/bin/install -c install_name_tool '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-install_name_tool'
libtool: install: /usr/bin/install -c install_name_tool /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-install_name_tool
/bin/bash ../libtool --mode=install /usr/bin/install -c indr '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-indr'
libtool: install: /usr/bin/install -c indr /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-indr
/bin/bash ../libtool --mode=install /usr/bin/install -c strip '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-strip'
libtool: install: /usr/bin/install -c strip /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-strip
/bin/bash ../libtool --mode=install /usr/bin/install -c nmedit '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-nmedit'
libtool: install: /usr/bin/install -c nmedit /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-nmedit
/bin/bash ../libtool --mode=install /usr/bin/install -c segedit '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-segedit'
libtool: install: /usr/bin/install -c segedit /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-segedit
/bin/bash ../libtool --mode=install /usr/bin/install -c pagestuff '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-pagestuff'
libtool: install: /usr/bin/install -c pagestuff /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-pagestuff
/bin/bash ../libtool --mode=install /usr/bin/install -c ranlib '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ranlib'
libtool: install: /usr/bin/install -c ranlib /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ranlib
/bin/bash ../libtool --mode=install /usr/bin/install -c codesign_allocate '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-codesign_allocate'
libtool: install: /usr/bin/install -c codesign_allocate /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-codesign_allocate
/bin/bash ../libtool --mode=install /usr/bin/install -c bitcode_strip '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-bitcode_strip'
libtool: install: /usr/bin/install -c bitcode_strip /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-bitcode_strip
/bin/bash ../libtool --mode=install /usr/bin/install -c ctf_insert '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ctf_insert'
libtool: install: /usr/bin/install -c ctf_insert /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ctf_insert
/bin/bash ../libtool --mode=install /usr/bin/install -c check_dylib '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-check_dylib'
libtool: install: /usr/bin/install -c check_dylib /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-check_dylib
/bin/bash ../libtool --mode=install /usr/bin/install -c cmpdylib '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-cmpdylib'
libtool: install: /usr/bin/install -c cmpdylib /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-cmpdylib
/bin/bash ../libtool --mode=install /usr/bin/install -c inout '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-inout'
libtool: install: /usr/bin/install -c inout /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-inout
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/misc'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/misc'
Making install in libobjc2
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/libobjc2'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/libobjc2'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/libobjc2'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/libobjc2'
Making install in otool
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/otool'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/otool'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c otool '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-otool'
libtool: install: /usr/bin/install -c otool /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-otool
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/otool'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/otool'
Making install in ld64
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
Making install in src
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
Making install in 3rd
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
Making install in BlocksRuntime
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd/BlocksRuntime'
make[5]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd/BlocksRuntime'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd/BlocksRuntime'
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd/BlocksRuntime'
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
make[5]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/3rd'
Making install in ld
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
Making install in parsers
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/parsers'
make[5]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/parsers'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/parsers'
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/parsers'
Making install in passes
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/passes'
make[5]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/passes'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/passes'
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld/passes'
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
make[5]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin'
/bin/bash ../../../libtool --mode=install /usr/bin/install -c ld '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ld'
libtool: install: /usr/bin/install -c ld /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ld
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/ld'
Making install in other
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/other'
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/other'
/bin/mkdir -p '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin'
/bin/bash ../../../libtool --mode=install /usr/bin/install -c dyldinfo '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-dyldinfo'
libtool: install: /usr/bin/install -c dyldinfo /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-dyldinfo
/bin/bash ../../../libtool --mode=install /usr/bin/install -c ObjectDump '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ObjectDump'
libtool: install: /usr/bin/install -c ObjectDump /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-ObjectDump
/bin/bash ../../../libtool --mode=install /usr/bin/install -c unwinddump '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-unwinddump'
libtool: install: /usr/bin/install -c unwinddump /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-unwinddump
/bin/bash ../../../libtool --mode=install /usr/bin/install -c machocheck '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-machocheck'
libtool: install: /usr/bin/install -c machocheck /root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/./arm-apple-darwin11-machocheck
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/other'
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src/other'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
make[4]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64/src'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
make[3]: Entering directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools/ld64'
make[1]: Entering directory '/root/Desktop/cctools-port-master-3/cctools'
make[2]: Entering directory '/root/Desktop/cctools-port-master-3/cctools'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools'
make[1]: Leaving directory '/root/Desktop/cctools-port-master-3/cctools'

*** checking toolchain ***

ld: unexpected token: !tapi-tbd-v2 file '/root/Desktop/cctools-port-master-3/usage_examples/ios_toolchain/target/bin/../SDK/usr/lib/libSystem.tbd' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I use the iPhoneOS10.0.sdk from Xcode Version 8.0 (8A218a), and I don't know if something changed, cause I don't have any access to old iPhoneOS sdks

@tpoechtrager
Copy link
Owner

The 10.0 SDK requires a newer not yet open sourced linker.

You can download older Xcode versions at https://developer.apple.com/downloads/index.action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants