Closed thallett-solidigm closed 9 months ago
The link ordering has now been fixed to resolve this issue. Thank you for the clear bug report, I was able to reproduce the issue on Ubuntu focal with the ARM64 tool chain and fix this.
Thank you for the quick fix!
When Cross Compiling a Static Executable for ARM64, a linker error occured b/c of an implicit librt dependency on libpthread.
Similar bug: https://github.com/pytorch/pytorch/issues/8110
Hack to workaround