flutter-rust-ffi
flutter-rust-ffi copied to clipboard
note: ld: error: unable to find library -lgcc
when i use make all = note: ld: error: unable to find library -lgcc clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
error: aborting due to previous error
error: could not compile example-rs
To learn more, run the command again with --verbose. make: *** [target/aarch64-linux-android/release/libexample.so] Error 101
What platform are you running this on? Did you install and point to the right Android SDK/NDK build tools?
Mac OS, i install the NDK from android Studio。and

version 22.1.7171670 is ok
Yes, looks like the version NDK version 23 will fail, try @xiaoheiai4719 suggestion.