Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add windows armv7 and arm64 native libraries via dockcross #644

Merged
merged 1 commit into from Aug 21, 2021

Conversation

gotson
Copy link
Collaborator

@gotson gotson commented Aug 20, 2021

The result of the file command is not strictly equivalent to the x86 binaries, but that may be due to the compiler being clang.

src/main/resources/org/sqlite/native/Windows> file */*
aarch64/sqlitejdbc.dll: PE32+ executable (DLL) (GUI), for MS Windows
armv7/sqlitejdbc.dll:   PE32 executable (DLL) (GUI) ARMv7 Thumb, for MS Windows
x86/sqlitejdbc.dll:     PE32 executable (DLL) (console) Intel 80386 (stripped to external PDB), for MS Windows
x86_64/sqlitejdbc.dll:  PE32+ executable (DLL) (console) x86-64 (stripped to external PDB), for MS Windows

Closes #577

@xerial
Copy link
Owner

xerial commented Aug 21, 2021

Thanks! RIght. For some reason, Windows .dll will always have some differences. I guess some date-related value is embedded.

@xerial xerial merged commit ac79131 into xerial:master Aug 21, 2021
@gotson gotson deleted the windows-arm branch August 21, 2021 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile native libs for Windows ARM 32 and 64
2 participants