i want to build Clang,and i do follow the steps in the install.txt in the clang source directory but
when i run ‘make’ in the Clang source directory ,it stops at “Linking Debug executable clang-cc”,and i tried many times ,but it did not work,it just stopped there.
how can i do?
PS: my os is Ubuntu and the picture is in the attachment .
and i waited for an hour,but it still looked like this.it just stoped there!
Hi,
PS: my os is Ubuntu and the picture is in the attachment .
and i waited for an hour,but it still looked like this.it just stoped there!
maybe your computer doesn't have enough memory? If you run "top", how
much memory does it say the linker (ld) is using?
Ciao,
Duncan.
Hello
when i run 'make' in the Clang source directory ,it stops at "Linking Debug executable clang-cc",and i tried many times ,but it did not work,it
just stopped there.
how can i do?
Sounds like a bug in your compiler / binutils. Things to try:
0. Make sure you're not using any tools listed in
http://llvm.org/docs/GettingStarted.html#brokengcc
1. Release build (--enable-optimized)
2. Change your system linker (e.g. upgrade or downgrade binutils / whatever)