CMake Error at /usr/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake:99 (message):
Could not find toolchain file:
/home/mark/Library/Android/sdk/ndk-bundle/build/cmake/android.toolchain.cmake
Call Stack (most recent call first):
CMakeLists.txt:30 (project)
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
My build computer is Ubuntu 20.04.2.0 LTS on x64 (mac mini) just to do these OpenThread projects so it is pretty fresh.
does anyone know the problem?
thanks!
Mark