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! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091211/fdc0169b/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 无标题.jpg Type: image/jpeg Size: 82425 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091211/fdc0169b/attachment.jpg>
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) -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Reasonably Related Threads
- [LLVMdev] G++ 3.4.5 under RedHat AS4 fails to compile Clang trunk
- [LLVMdev] G++ 3.4.5 under RedHat AS4 fails to compile Clang trunk
- [LLVMdev] Building llvm using non-system gcc/binutils
- [LLVMdev] Building llvm using non-system gcc/binutils
- [LLVMdev] Building llvm using non-system gcc/binutils