You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @turian! Have you found a solution in the meantime?
A few things that could be checked:
I note you're using make -f Make.llvm.static manually, any reason for that? If you build with make ... TARGETS=all.cmake and BACKENDS=all.cmake ... all it should be handled as part of the process.
How is dawdreamer.so assembled? Can you check by running "ldd" on it see if it finds everything it needs.
And look for deleteDSPFactory in the libraries that were built: nm <lib> | grep deleteDSPFactory, use nm -D for .so
What hardware did this container run on and what is the final target hardware?
I am using cmake-only commands for building faust, as of today this is how I build, tested for x86_64 and aarch64 (though not on ubuntu):
arm64 is not supported yet: #951 for shipping aarm64 libfaustwithllvm.a
And the wiki documentation gives no pointers how this should be specifically built.
I am tearing my hair out trying to build a Dockerfile to build everything under arm64 Ubuntu.
Here is what I currently have:
It ultimately fails with
I have been tearing my hair out trying to figure out why the linked libfaustwithllvm has a bogus symbol.
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: