Vladimir Merzliakov
2004-Nov-10 15:49 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
All SingleSource and MultiSource tests failed in last run of FreeBSD nighttester (and in previous). Mostly with error: ---8X--------------------- gcc -O3 Output/2002-05-02-CastTest3.llc-ls.s -lm -o Output/2002-05-02-CastTest3.llc-ls /var/tmp//ccwC1BGs.o(.text+0x14): In function `main': : undefined reference to `__llvm_getGlobalCtors' /var/tmp//ccwC1BGs.o(.text+0x2b): In function `main': : undefined reference to `__llvm_getGlobalDtors' /var/tmp//ccwC1BGs.o(.text+0x10c): In function `l2__2E_run_destructors_1': : undefined reference to `__llvm_getGlobalDtors' collect2: ld returned 1 exit status gmake[2]: [Output/2002-05-02-CastTest3.llc-ls] Error 1 (ignored) ---X8--------------------- Vladimir
Chris Lattner
2004-Nov-10 17:29 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
On Wed, 10 Nov 2004, Vladimir Merzliakov wrote:> All SingleSource and MultiSource tests failed in last run of FreeBSD > nighttester (and in previous). > Mostly with error:This looks like your crtend.a file did not get built correctly. Try doing make clean/make install in llvm/runtime/ again. -Chris> ---8X--------------------- > gcc -O3 Output/2002-05-02-CastTest3.llc-ls.s -lm -o > Output/2002-05-02-CastTest3.llc-ls > /var/tmp//ccwC1BGs.o(.text+0x14): In function `main': > : undefined reference to `__llvm_getGlobalCtors' > /var/tmp//ccwC1BGs.o(.text+0x2b): In function `main': > : undefined reference to `__llvm_getGlobalDtors' > /var/tmp//ccwC1BGs.o(.text+0x10c): In function `l2__2E_run_destructors_1': > : undefined reference to `__llvm_getGlobalDtors' > collect2: ld returned 1 exit status > gmake[2]: [Output/2002-05-02-CastTest3.llc-ls] Error 1 (ignored) > ---X8--------------------- > > Vladimir > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >-Chris -- http://llvm.org/ http://nondot.org/sabre/
Vladimir Merzliakov
2004-Nov-10 17:55 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
>> All SingleSource and MultiSource tests failed in last run of FreeBSD >> nighttester (and in previous). >> Mostly with error: > > This looks like your crtend.a file did not get built correctly. Try doing > make clean/make install in llvm/runtime/ again. >gmake clean in llvm/runtime/ remove all build tree of nighttest starting with llvm/runtime/../.. And then i can't do gmake install :) Ok I will rebuld llvm and check build logs for crtend.a creating and installing Vladimir
Possibly Parallel Threads
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
- [LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD