Closed nderjung closed 1 year ago
lib-compiler-rt
is a dependency for building LIBMUSL_COMPLEX
(see this commit).
So to fix the build error you need to either unselect LIBMUSL_COMPLEX
(this is done selected by default), or add compiler-rt
to the build.
This issue is (going to be) fixed by https://github.com/unikraft/lib-compiler-rt/pull/18.
When using lib-musl, the following link-time error occurs:
This issue was introduced in https://github.com/unikraft/lib-musl/pull/64.
Either
LIBMUSL_COMPLEX
needs to be unselected orlib-compiler-rt
must be added to the build.