Anton Korobeynikov
2008-Oct-16 14:34 UTC
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
Hi, Duncan> /usr/X11R6/bin/ld: i386:x86-64 architecture of input file`/usr/lib/../lib/crti.o' is incompatible with i386 output> /usr/X11R6/bin/ld: i386:x86-64 architecture of input file`/usr/lib/../lib/crtn.o' is incompatible with i386 output> make[4]: *** [32/libgcc_s.so] Error 1This is multilib issue. Please read README.LLVM file, I added section there describing possible problem & solution. -- WBR, Anton Korobeynikov
Hi Anton,> > /usr/X11R6/bin/ld: i386:x86-64 architecture of input file > `/usr/lib/../lib/crti.o' is incompatible with i386 output > > /usr/X11R6/bin/ld: i386:x86-64 architecture of input file > `/usr/lib/../lib/crtn.o' is incompatible with i386 output > > make[4]: *** [32/libgcc_s.so] Error 1 > This is multilib issue. Please read README.LLVM file, I added section > there describing possible problem & solution.you are right: disabling multilib fixed it. Ciao, Duncan.
Seemingly Similar Threads
- [LLVMdev] 2.4 Pre-release (v1) Available for Testing
- [LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
- [LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
- [LLVMdev] How to build a cross llvm-gcc compiler for Arm Cortex-A8
- ld.lld ignoring --sysroot