help wanted
Métricas do repositório
- Stars
- (31.321 estrelas)
- Métricas de merge de PR
- (Mesclagem média 2d 20h) (276 fundiu PRs em 30d)
Description
I'm cross compiling qdrant for arm using the command cargo build --target=arm-unknown-linux-gnueabi. I'm able to build the lib folder succesfully. However, when I'm building src folder, I'm facing below issue.
bits/atomic_base.h:419: undefined reference to `__atomic_load_8'
bits/atomic_base.h:541: undefined reference to `__atomic_fetch_add_8'
and so on.
How can I fix this.