-
I've been trying to build a static library for aarch64 using libc++. I've been getting lots of undefined reference errors related to std functions. I've been working on my build process for a few days but can't seem to find anything wrong with it. The build process works for making other static libraries for aarch64 using libc++. Any reason using libc++ might cause problems? |
Beta Was this translation helpful? Give feedback.
Answered by
foonathan
Jun 30, 2021
Replies: 1 comment 1 reply
-
No idea. The library is tested on libc++ on MacOS and it works there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Burnrate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No idea. The library is tested on libc++ on MacOS and it works there.