Project

General

Profile

Actions

Bug #900

closed

standalone arm-linux-androideabi-4.9 fails to compile: cannot find -lcrystax

Added by Xiao Bao C. about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
-
Target version:
Start date:
02/13/2015
Due date:
% Done:

100%

Estimated time:
CPU Architecture:
arm
Host OS:
Linux
Toolchain:
gcc-4.9
Android version:
4.2 (android-17)
CrystaX NDK Version:

Description

I made a standalone toolchain with the @make-standalone-toolchain.sh@ script:

$CRYSTAX_NDK/build/tools/make-standalone-toolchain.sh --verbose --toolchain=arm-linux-androideabi-4.9 --arch=arm --abis=armeabi-v7a --install-dir=$STANDALONE --platform=android-17

Attempting to do a test compilation fails:

echo "int main(){}" | ${STANDALONE}/bin/arm-linux-androideabi-gcc -x c -o tst -
$STANDALONE/bin/../lib/gcc/arm-linux-androideabi/4.9/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrystax
collect2: error: ld returned 1 exit status

OS: Linux Mint Rebecca (17.1)
Crystax version: 10.1.0

Actions

Also available in: Atom PDF