-
Notifications
You must be signed in to change notification settings - Fork 111
library output support for armeabi-v7a ? #123
Comments
unless I misunderstand you can do this now by specifying build targets in your Cargo.toml
|
It's required to pass |
I'm trying to use armv7, and all the options seem to be working (if I add the build target, the -march=armv7-a option is automatically added) but I still get linking errors. android-rs-glue/examples/basic/target/armv7-linux-androideabi/debug/deps/example-5e3c12e16b8a2e10.example2.rcgu.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC On arm-linux-androideabi I managed to fix the linking error using the no-pie option, but on armv7 I cannot get it to work even with: @talhazengin @dten @davll does armv7 work for you? Is it even supposed to work right now? Maybe the problem is related to this rust issue: rust-lang/rust#40145 Thanks |
I finally got it to work ! The good flags are: |
Dear tomaka,
When will you add support for armeabi-v7a architecture ?
We need it so much.
Thanks.
The text was updated successfully, but these errors were encountered: