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
I build ollvm in Windows using MinGw. And merged llvm with ndk r23-c.
When i build my c++ project in android studio :
ld: error: unable to find library -lgcc
Trying to add -nostdlib but still error'
ld: error: unable to find library -latomic
The text was updated successfully, but these errors were encountered:
For me, I always get this error. Why is libunwind.a missing?
Android NDK: APP_PLATFORM not set. Defaulting to minimum supported version android-16.
Android NDK: ERROR:E:/AndroidSDK/ndk/23.2.8568313/build//../sources/cxx-stl/llvm-libc++abi/Android.mk:unwind: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that /lib/linux/arm/libunwind.a exists or that its path is correct
E:/AndroidSDK/ndk/23.2.8568313/build//../build/core/prebuilt-library.mk:45: *** Android NDK: Aborting . Stop.
I build ollvm in Windows using MinGw. And merged llvm with ndk r23-c.
When i build my c++ project in android studio :
ld: error: unable to find library -lgcc
Trying to add -nostdlib but still error'
ld: error: unable to find library -latomic
The text was updated successfully, but these errors were encountered: