filament icon indicating copy to clipboard operation
filament copied to clipboard

CMake Error at third_party/abseil/tnt/cmake_install.cmake:51 (file): file INSTALL cannot find "D:/filament/out/cmake-android-release-aarch64/third_party/abseil/tnt/libabseil_combined.a": No such file or directory.

Open chenyihan0115 opened this issue 7 months ago • 1 comments

cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..\android-release\filament -DCMAKE_TOOLCHAIN_FILE=....\build\toolchain-aarch64-linux-android.cmake .... ninja install After executing aarch64's cmake through the above instructions, the final ninja prompt will be libabseil_combined.a failed

chenyihan0115 avatar Jun 11 '25 05:06 chenyihan0115

Are you able to build via easy build script? e.g. ./build.sh -a -p android -q arm64-v8a debug

show50726 avatar Jun 11 '25 14:06 show50726