Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DPF and fix compilation with NDK r26 #2

Open
atsushieno opened this issue Nov 10, 2023 · 0 comments
Open

Update DPF and fix compilation with NDK r26 #2

atsushieno opened this issue Nov 10, 2023 · 0 comments

Comments

@atsushieno
Copy link
Owner

With NDK r26 it started to fail building String Machine:

version script assignment of 'global' to symbol 'VSTPluginMain' failed: symbol not defined

It seems due to the recent-ish change in lld, which is then picked up in NDK r26b.

https://reviews.llvm.org/D135402

rust-lang/rust/issues/105967 seems to be caused by the same issue.

I would so far downgrade use of NDK r26b to 25c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant