You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: ld.lld: error: cannot open crtbegin_so.o: No such file or directory
ld.lld: error: unable to find library -llog
ld.lld: error: unable to find library -lc++abi
ld.lld: error: unable to find library -lqtquick2plugin
ld.lld: error: unable to find library -lwindowplugin
ld.lld: error: unable to find library -lqtquickcontrols2plugin
ld.lld: error: unable to find library -lqtquicktemplates2plugin
ld.lld: error: unable to find library -lc++
ld.lld: error: cannot open /usr/lib64/llvm20/bin/../../../lib/clang/20/lib/aarch64-none-linux-android21/libclang_rt.builtins.a: No such file or directory
ld.lld: error: cannot open /usr/lib64/llvm20/bin/../../../lib/clang/20/lib/aarch64-none-linux-android21/libclang_rt.builtins.a: No such file or directory
ld.lld: error: cannot open crtend_so.o: No such file or directory
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I cannot create a simple app for Android. I created the project using the
qt.quickapp_static
template. After that, I ran this command:And got errors on the linking stage:
How looks
xmake.lua
:Can anyone help me with this? I haven't found the answer in the docs.
Beta Was this translation helpful? Give feedback.
All reactions