[LLVMdev] gcc 4.1* carashes compiling llvm-gcc

Florian Brandner fbrandne at mail.tuwien.ac.at
Thu Mar 29 05:45:50 PDT 2007


Ferad Zyulkyarov wrote:
> By the way. I will use the opportunity to ask you again :) I tried to
> compile with gcc 4.0.4. It successfully compile LLVM but fails
> compiling LLVM's gcc front end. The problem is architectural 32 and 64
> bit. The machine has intel xeon CPU that is physically 32 bit but has
> 64 extension x86_64 (or something like that, I am not exactly sure).
> The error message that I get is bellow. I noticed also that the
> compilation command specifies "-m32" flag which probably shouldn't be
> passed.

i had the same errors. adding "--disable-multilib" to configure solved
the problem. but i guess this is not a general solution.

florian





More information about the llvm-dev mailing list