We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ndk version 26.1.10909125. when i compile with android studio it gives this error ? what is the reason ?
cmd.exe /C "cd . && C:\Users\mesut\AppData\Local\Android\Sdk\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=aarch64-none-linux-android24 --sysroot=C:/Users/mesut/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments CMakeFiles/elf_executable.dir/main.cpp.o -o C:\Users\mesut\AndroidStudioProjects\trtoolsefstool\app\build\intermediates\cxx\Debug\4w2g6k2x\obj\arm64-v8a\elf_executable -landroid -llog -pie -latomic -lm && cd ."
ld: error: unable to find library -latomic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ndk version 26.1.10909125. when i compile with android studio it gives this error ? what is the reason ?
cmd.exe /C "cd . && C:\Users\mesut\AppData\Local\Android\Sdk\ndk\26.1.10909125\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=aarch64-none-linux-android24 --sysroot=C:/Users/mesut/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments CMakeFiles/elf_executable.dir/main.cpp.o -o C:\Users\mesut\AndroidStudioProjects\trtoolsefstool\app\build\intermediates\cxx\Debug\4w2g6k2x\obj\arm64-v8a\elf_executable -landroid -llog -pie -latomic -lm && cd ."
ld: error: unable to find library -latomic
The text was updated successfully, but these errors were encountered: