Actions
Bug #1235
closedBy default `NDK_TOOLCHAIN_VERSION` is not set
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/21/2016
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
OS X
Toolchain:
Android version:
CrystaX NDK Version:
Description
Previously, I didn't have NDK_TOOLCHAIN_VERSION
variable set in my Application.mk
and everything was working ok.
In 10.3.1 I had to explicitly set the variable, otherwise I'm getting the following error:
/opt/crystax-ndk-10.3.1/build/core/prebuilt-library.mk:45: *** Android NDK: Aborting . Stop. Android NDK: ERROR:/opt/crystax-ndk-10.3.1/sources/boost/1.59.0/Android.mk:boost_atomic_static: LOCAL_SRC_FILES points to a missing file Android NDK: Check that /opt/crystax-ndk-10.3.1/sources/boost/1.59.0/libs/arm64-v8a/gnu-/libboost_atomic.a exists or that its path is correct make: Entering directory `/Users/cawka/Devel/android/NFD-android/app/src/main' make: Leaving directory `/Users/cawka/Devel/android/NFD-android/app/src/main'
Updated by Dmitry M. almost 9 years ago
- Has duplicate Bug #1197: Boost's Android.mk can't detect correct libraries path if NDK_TOOLCHAIN_VERSION is not specified added
Updated by Dmitry M. almost 9 years ago
- Status changed from Open to Duplicate
- % Done changed from 0 to 100
Actions