This repository was archived by the owner on Sep 2, 2018. It is now read-only.
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
Support compiler-rt #3
Closed
Description
git clone https://github.com/dylanmckay/llvm.git llvm_dylan
cd ./llvm_dylan/
cd ./tools
git clone https://github.com/llvm-mirror/clang.git clang
cd ..
cd ./projects
git clone https://github.com/llvm-mirror/compiler-rt compiler-rt
cd ..
mkdir build
cd build
../configure --prefix=/Users/asmirnov/Documents/dev/src/llvm_dylan/installed --enable-targets=avr
make -j4
getting error:
...
llvm[4]: Building Debug+Asserts Archive Library libclang.a
llvm[4]: Compiling c-index-test.c for Debug+Asserts build
llvm[4]: Linking Debug+Asserts executable c-index-test
llvm[4]: ======= Finished Linking Debug+Asserts Executable c-index-test
llvm[4]: Compiling c-arcmt-test.c for Debug+Asserts build
llvm[4]: Linking Debug+Asserts executable c-arcmt-test
llvm[4]: ======= Finished Linking Debug+Asserts Executable c-arcmt-test
make[4]: Nothing to be done for `all'.
mkdir: /Users/asmirnov/Documents/dev/src/llvm_dylan/build/Debug+Asserts/lib/clang/3.6.0/lib: File exists
warning: clang_darwin.mk: dropping arch 'i386' from lib 'eprintf' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib '10.4' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib '10.4' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'armv7' from lib 'ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'arm64' from lib 'ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'armv7' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'arm64' from lib 'cc_kext' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'cc_kext_ios5' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'armv7' from lib 'cc_kext_ios5' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'profile_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'profile_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'profile_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'profile_ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'profile_ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'armv7' from lib 'profile_ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'arm64' from lib 'profile_ios' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'asan_osx_dynamic' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'asan_osx_dynamic' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'asan_osx_dynamic' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'asan_iossim_dynamic' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'asan_iossim_dynamic' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'ubsan_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'ubsan_osx' (clang does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'ubsan_osx' (clang does not support it)
warning: clang_macho_embedded.mk: dropping arch 'armv6m' from lib 'soft_static'
warning: clang_macho_embedded.mk: dropping arch 'armv7m' from lib 'soft_static'
warning: clang_macho_embedded.mk: dropping arch 'armv7em' from lib 'soft_static'
warning: clang_macho_embedded.mk: dropping arch 'armv7' from lib 'soft_static'
warning: clang_macho_embedded.mk: dropping arch 'armv7em' from lib 'hard_static'
warning: clang_macho_embedded.mk: dropping arch 'armv7' from lib 'hard_static'
warning: clang_macho_embedded.mk: dropping arch 'i386' from lib 'hard_static'
warning: clang_macho_embedded.mk: dropping arch 'x86_64' from lib 'hard_static'
warning: clang_macho_embedded.mk: dropping arch 'armv6m' from lib 'soft_pic'
warning: clang_macho_embedded.mk: dropping arch 'armv7m' from lib 'soft_pic'
warning: clang_macho_embedded.mk: dropping arch 'armv7em' from lib 'soft_pic'
warning: clang_macho_embedded.mk: dropping arch 'armv7' from lib 'soft_pic'
warning: clang_macho_embedded.mk: dropping arch 'armv7em' from lib 'hard_pic'
warning: clang_macho_embedded.mk: dropping arch 'armv7' from lib 'hard_pic'
warning: clang_macho_embedded.mk: dropping arch 'i386' from lib 'hard_pic'
warning: clang_macho_embedded.mk: dropping arch 'x86_64' from lib 'hard_pic'
make[5]: Nothing to be done for `clang_darwin'.
make[5]: Nothing to be done for `clang_macho_embedded'.
llvm[4]: Copying runtime library darwin/eprintf to build dir
llvm[4]: Copying runtime library darwin/10.4 to build dir
llvm[4]: Copying runtime library darwin/osx to build dir
llvm[4]: Copying runtime library darwin/cc_kext to build dir
cp: /Users/asmirnov/Documents/dev/src/llvm_dylan/build/tools/clang/runtime/compiler-rt/clang_darwin/eprintf/libcompiler_rt.a: No such file or directory
cp: /Users/asmirnov/Documents/dev/src/llvm_dylan/build/tools/clang/runtime/compiler-rt/clang_darwin/10.4/libcompiler_rt.a: No such file or directory
make[4]: *** [/Users/asmirnov/Documents/dev/src/llvm_dylan/build/Debug+Asserts/lib/clang/3.6.0/lib/darwin/libclang_rt.eprintf.a] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [/Users/asmirnov/Documents/dev/src/llvm_dylan/build/Debug+Asserts/lib/clang/3.6.0/lib/darwin/libclang_rt.10.4.a] Error 1
cp: /Users/asmirnov/Documents/dev/src/llvm_dylan/build/tools/clang/runtime/compiler-rt/clang_darwin/osx/libcompiler_rt.a: No such file or directory
make[4]: *** [/Users/asmirnov/Documents/dev/src/llvm_dylan/build/Debug+Asserts/lib/clang/3.6.0/lib/darwin/libclang_rt.osx.a] Error 1
cp: /Users/asmirnov/Documents/dev/src/llvm_dylan/build/tools/clang/runtime/compiler-rt/clang_darwin/cc_kext/libcompiler_rt.a: No such file or directory
make[4]: *** [/Users/asmirnov/Documents/dev/src/llvm_dylan/build/Debug+Asserts/lib/clang/3.6.0/lib/darwin/libclang_rt.cc_kext.a] Error 1
rm /Users/asmirnov/Documents/dev/src/llvm_dylan/build/Debug+Asserts/lib/clang/3.6.0/lib/darwin/.dir /Users/asmirnov/Documents/dev/src/llvm_dylan/build/Debug+Asserts/lib/clang/3.6.0/lib/macho_embedded/.dir
make[3]: *** [compiler-rt/.makeall] Error 2
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
Metadata
Metadata
Assignees
Labels
No labels