Actions
Bug #816
closedstandlone test for x86/gcc-4.8/clang3.5 fails on linux
Start date:
12/26/2014
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
x86
Host OS:
Linux
Toolchain:
clang-3.5, gcc-4.8
Android version:
CrystaX NDK Version:
Description
linker reports the following errors:
/usr/bin/ld: cannot find crtbegin_so.o: No such file or directory
/usr/bin/ld: cannot find -lcrystax
Updated by Dmitry M. almost 10 years ago
- CPU Architecture x86 added
- Toolchain clang-3.5, gcc-4.8 added
Updated by Alexander Z. almost 10 years ago
Running basic-c-compile test... # COMMAND[cd /tmp/ndk-zuav/tests/standalone/build]
COMMAND[/tmp/ndk-zuav/tmp/android-ndk-api19-x86-linux-x86_64-4.8-gnustl-3.5/bin/clang -DABI_x86=1 -o /dev/null main.c -lstdc++ -latomic]¶
/usr/bin/ld: cannot find crtbegin_dynamic.o: No such file or directory
/usr/bin/ld: cannot find -lcrystax
clang35: error: linker command failed with exit code 1 (use -v to see invocation)
clang3.5 uses GCC toolchain installed in the system, not the one from NDK.
Updated by Alexander Z. about 9 years ago
- Blocked by Bug #1159: make-standalone-toolchain is broken 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
No problems with clang 3.6/3.7
Actions