[LLVMdev] building LLVM (question about ELF class)

Brian R. Gaeke gaeke at uiuc.edu
Sun Oct 10 16:48:03 PDT 2004


> When I do gmaking, there is an error about ELF class:
> ld: fatal: file
> /a/athena/uf24/zhou/research/llvm/src/runtime/libprofile/Debug/.
> libs/BasicBlockTracing.o: wrong ELF class: ELFCLASS64

I'm not sure what the ultimate cause of your problem is, but you get this
error when you try to link 64-bit and 32-bit object files together.

-- 
gaeke at uiuc.edu




More information about the llvm-dev mailing list