-
Notifications
You must be signed in to change notification settings - Fork 9
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
Compiler-rt not properly linking #3
Comments
found the solution, you can compile compiler-rt from llvm9 and install it. it gives the crts we need. I wont impliment these, sorry. |
I haven't updated NGTC in a while, possibly there are more issues with it. I will take a look soon. |
Just had this error with libc++.so not linking properly (undefined reference to |
you cant tell it to use compiler rt with gcc though |
The workaround here is crude, but it works: manually edit |
I was finally able to compile working toolchain. Also, updated the latest binary build, it successfully compiled C and C++ test programs. |
libc++ doesnt properly link with compiler-rt.
It leaves missing symbols such as "__divti3", "__muloti4", and "__udivti3"
Using alpine-lxc on the latest alpine release 3.10
The text was updated successfully, but these errors were encountered: