• Home
  • Raw
  • Download

Lines Matching refs:toolchain

32 #  Android CMake toolchain file, for use with the Android NDK r5-r10d
39 # $ cmake -DCMAKE_TOOLCHAIN_FILE=path/to/the/android.toolchain.cmake ..
51 # -DCMAKE_TOOLCHAIN_FILE=path\to\the\android.toolchain.cmake
82 # Option is read-only when standalone toolchain is used.
86 # toolchain to be used. The list of possible values depends on the NDK
131 # Is not available for standalone toolchain.
134 # Is not available for standalone toolchain.
138 # Is not available for standalone toolchain.
142 # Is not available for standalone toolchain.
146 # Is not available for standalone toolchain.
150 # Is not available for standalone toolchain.
163 # android-cmake toolchain searches for NDK/toolchain in the following order:
175 # Also be aware that toolchain also sets configuration-specific compiler
190 # subsequent toolchain loading is not really needed
195 # touch toolchain variable to suppress "unused variable" warning
201 include( "${CMAKE_CURRENT_SOURCE_DIR}/../android.toolchain.config.cmake" OPTIONAL )
230 set( ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH /opt/android-toolchain )
310 …level. Probably you have specified invalid level value, or your copy of NDK/toolchain is broken." )
343 …L_ERROR "Android NDK and android-cmake toolchain are not welcome Cygwin. It is unlikely that this …
358 set( ANDROID_NDK_HOST_X64 1 CACHE BOOL "Try to use 64-bit compiler toolchain" )
374 …message( FATAL_ERROR "Cross-compilation on your platform is not supported by this cmake toolchain"…
386 # see if we have path to Android standalone toolchain
404 #try to find Android standalone toolchain in one of the the default locations
408 message( STATUS "Using default path for standalone toolchain ${ANDROID_STANDALONE_TOOLCHAIN}" )
437 …message( FATAL_ERROR "It is not possible to change path to the Android standalone toolchain on sub…
442 …"${ANDROID_STANDALONE_TOOLCHAIN}" CACHE INTERNAL "Path of the Android standalone toolchain" FORCE )
446 message( FATAL_ERROR "Could not find neither Android NDK nor Android standalone toolchain.
450 export ANDROID_STANDALONE_TOOLCHAIN=~/my-android-toolchain
451 or put the toolchain or NDK in the default path:
453 sudo ln -s ~/my-android-toolchain ${ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH}" )
462 elseif( EXISTS "${ANDROID_NDK}/../../linux-x86/toolchain/" )
472 …set( ANDROID_NDK_TOOLCHAINS_PATH "${ANDROID_NDK}/../../${ANDROID_NDK_HOST_SYSTEM_NAME}/toolchain" )
501 # get all the details about standalone toolchain
508 …L_ERROR "Could not determine machine name of your toolchain. Probably your Android standalone tool…
616 …message( FATAL_ERROR "Could not find any working toolchain in the NDK. Probably your Android NDK i…
630 message( FATAL_ERROR "No one of known Android ABIs is supported by this cmake toolchain." )
639 …ed ANDROID_ABI = \"${ANDROID_ABI}\" is not supported by this cmake toolchain or your NDK/toolchain.
732 # choose toolchain
739 …d toolchain \"${ANDROID_TOOLCHAIN_NAME}\" is missing in your NDK or broken. Please verify that you…
740 To configure the toolchain set CMake variable ANDROID_TOOLCHAIN_NAME to one of the following values…
744 …message( SEND_ERROR "Selected toolchain \"${ANDROID_TOOLCHAIN_NAME}\" is not able to compile binar…
800 …d native API level 'android-${ANDROID_NATIVE_API_LEVEL}' is not supported by your NDK/toolchain." )
895 # setup paths and STL for standalone toolchain
929 message( FATAL_ERROR "The required libstdsupc++.a is missing in your standalone toolchain.
930 Usually it happens because of bug in make-standalone-toolchain.sh script from NDK r7, r7b and r7c.
1187 …message(WARNING "Path to your Android NDK (or toolchain) has non-alphanumeric symbols.\nThe build …
1359 …message( WARNING "The default bfd linker from arm GCC 4.6 toolchain can fail with 'unresolvable R_…
1382 set( ANDROID_CXX_FLAGS "-gcc-toolchain ${ANDROID_TOOLCHAIN_ROOT} ${ANDROID_CXX_FLAGS}" )
1528 # only search for libraries and includes in the ndk toolchain
1578 # export toolchain settings for the try_compile() command
1610 …file( WRITE "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/android.toolchain.config.cmake" "${__tool…
1628 # Variables controlling behavior or set by cmake toolchain:
1645 # ANDROID_TOOLCHAIN_NAME : the NDK name of compiler toolchain
1646 # ANDROID_NDK_HOST_X64 : try to use x86_64 toolchain (default for x64 host systems)
1664 # BUILD_WITH_STANDALONE_TOOLCHAIN : TRUE if standalone toolchain is used
1680 # ANDROID_TOOLCHAIN_ROOT : path to the top level of toolchain (standalone or placed inside NDK)