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
Copy issue body from C:/vcpkg/installed/vcpkg/issue_body.md
Title: [libiconv] Build error on arm-android
Description:
Hello,
I encountered a build error while trying to install libiconv for the arm-android triplet using vcpkg. Below are the details:
Host Environment:
Host: Windows 10 x64
Compiler: Clang (from Android NDK r22b/r26.1)
vcpkg-tool version: 2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321
vcpkg-scripts version: 65d5e13 2024-11-28
Steps to Reproduce:
Install Android NDK (tested with r22b and r26.1).
Set up vcpkg with arm-android triplet.
Run vcpkg install libiconv:arm-android.
Failure Logs:
The build fails with the following error:
Copy issue body from C:/vcpkg/installed/vcpkg/issue_body.md
Title: [libiconv] Build error on arm-android
Description:
Hello,
I encountered a build error while trying to install libiconv for the arm-android triplet using vcpkg. Below are the details:
Host Environment:
Host: Windows 10 x64
Compiler: Clang (from Android NDK r22b/r26.1)
vcpkg-tool version: 2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321
vcpkg-scripts version: 65d5e13 2024-11-28
Steps to Reproduce:
Install Android NDK (tested with r22b and r26.1).
Set up vcpkg with arm-android triplet.
Run vcpkg install libiconv:arm-android.
Failure Logs:
The build fails with the following error:
vbnet
نسخ الكود
lld: error: unknown argument: --build-id=sha1
lld: error: unknown argument: --no-rosegment
lld: error: unknown argument: --no-undefined-version
lld: error: unknown argument: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:55: libcharset.la] Error 1
make[1]: *** [Makefile:34: all] Error 2
make: *** [Makefile:41: lib/localcharset.h] Error 2
The text was updated successfully, but these errors were encountered: