ektrah/libsodium-core

Creating Android binarys for libsodium fails

Closed this issue · 1 comments

I was following the explainations in 'Xamarin.md' to create the binarys in the past. For 1.0.19 the build for Android is failing

...
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-linux-android-gcc... i686-linux-android19-clang
checking whether the C compiler works... no
configure: error: in '/Users/madlmayr/Downloads/libsodium-stable':
configure: error: C compiler cannot create executables
See 'config.log' for more details

My environment

  • 1.0.19-stable
  • gcc -v
    • Apple clang version 15.0.0 (clang-1500.1.0.2.5)
    • Target: arm64-apple-darwin23.2.0
    • Thread model: posix
    • InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  • MacOS: 14.2.1 (23C71)

Thanks for pointing out that the instructions in the Xamarin.md no longer work. I have deleted the file.

Please see INSTALL.md for currently supported platforms. Android support is an open issue and is tracked in #80.