Vladimir Merzliakov
2004-Nov-10 21:23 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
> Only thing I can think of is that your "platform" link is missing. > make sure "platform is a symbolic link to your platform's subdirectory > in the llvm/lib/System directory. If you're on FreeBSD then: > > ln -s FreeBSD platform > > this should have been done for you when you configured.My fault. I make cvs update llvm and AFTER remove build directory using samba access. Samba interpret softlinks as plain directories and remove all files from System/FreeBSD dir in LLVM sources. Rebuild LLVM with updated CVS sources and install without errors. Back to nighttest failures problem.> This looks like your crtend.a file did not get built correctly. Try doing > make clean/make install in llvm/runtime/ again.lib\Debug\libcrtend.a builded. But i not found it in LLVM installation dir after install. Vladimir
Vladimir Merzliakov
2004-Nov-10 21:39 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
>> lib\Debug\libcrtend.a builded. >> >> But i not found it in LLVM installation dir after install. > > 'make install' should install this into the CFRONTEND/bytecodeobjs > directory.Found in correct place. And then this is also my fault. I think problem in diff. versions GCC using for my installed LLVM build and nighttest build last time before last nighttest run. Now used gcc sync: 3.4.3 release. I will check results next nighttest run. Sorry for false alarm. Vladimir
Chris Lattner
2004-Nov-10 21:51 UTC
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
On Thu, 11 Nov 2004, Vladimir Merzliakov wrote:> > This looks like your crtend.a file did not get built correctly. Try doing > > make clean/make install in llvm/runtime/ again. > > lib\Debug\libcrtend.a builded. > > But i not found it in LLVM installation dir after install.'make install' should install this into the CFRONTEND/bytecodeobjs directory. -Chris -- http://llvm.org/ http://nondot.org/sabre/
Seemingly Similar 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