-
Notifications
You must be signed in to change notification settings - Fork 410
Can't build arm on arm64 #1646
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
Comments
@Emilgardis sorry for pinging. any update on this? |
Sorry for the lack of response! I don't know why this fails, how is libsql gotten? I.e where was the object/libary provided? |
I don't fully understand what you mean. The code is here tursodatabase/libsql-js#169 |
Seems to be here: https://github.com/tursodatabase/libsql/blob/a05ad5dbd055268894ae0a6517bbe1bd8f8921cb/libsql-ffi/build.rs#L401 looks fine on an initial glance not entirely sure but this might be https://redirect.github.com/tursodatabase/libsql/pull/1981 |
Thank you very much How would I go on about this? What needs to be done Edit: added more logs to tursodatabase/libsql#2015 |
Not a problem with cross |
Checklist
Describe your issue
I am trying to add arm support to libsql
But when building it fails with this error
What target(s) are you cross-compiling for?
arm-unknown-linux-gnueabihf
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.5 (49338b1 2025-03-03)
Example
Clone this PR tursodatabase/libsql-js#169
Run
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: