#Unable to find libunwind with target aarch64-linux-android

6 messages · Page 1 of 1 (latest)

chrome cedar
#

I get a linker error from the NDK's clang saying it can't find libunwind. Anybody ever experience this? Any possible remedies?

sudden drift
#

Which NDK do you mean?

#

If you use any external tools, I would expect that you need to use a version of this tool for aarch64

#

With just a quick google, it seems that android studios ndk does not support rust codeferrisHmm

chrome cedar
#

It's a little hard giving extra information. I'm following an example from Bevy, but I don't think this is a Bevy related issue so I'm asking here.

chrome cedar