Actions
Bug #1159
closedmake-standalone-toolchain is broken
Start date:
11/17/2015
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
CrystaX NDK Version:
Description
run-standalone-tests.rb command fails with the following message:
libc++, API levels: failed to make standalone toolchain with command: ./build/tools/make-standalone-toolchain.sh --platform=android-3 --install-dir=/tmp/ndk-zuav/tmp/android-ndk-api3-arm-linux-x86_64-4.9-libc++-3.6 --llvm-version=3.6 --stl=libc++ --toolchain=arm-linux-androideabi-4.9 --system=linux-x86_64
in log:
Copying c++ runtime headers and libraries (with libc++abi)...
ERROR: Can't copy from non-directory: ./sources/cxx-stl/llvm-libc++/libcxx/include
Updated by Alexander Z. about 9 years ago
- Assignee changed from Dmitry M. to Alexander Z.
Updated by Alexander Z. about 9 years ago
- Blocks Bug #816: standlone test for x86/gcc-4.8/clang3.5 fails on linux added
Updated by Alexander Z. about 9 years ago
- Status changed from Open to In Progress
Updated by Alexander Z. about 9 years ago
- Status changed from In Progress to Completed
- % Done changed from 0 to 100
Fixed.
commit 4f0a4acb36374873a1aa3a221d9e0d528b614024
Author: Alexander Zhukov zuav@crystax.net
Date: Wed Nov 18 14:29:57 2015 +0300
[platform/ndk] dde3e06 Fix issue #1159
Actions