[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed

Anton Korobeynikov anton at korobeynikov.info
Wed Jan 5 03:14:59 PST 2011


Hello

>            build/genmodes.o build/errors.o .././libiberty/libiberty.a
> build/genmodes -h > tmp-modes.h
> /bin/sh: line 1:  9623 Segmentation fault      build/genmodes -h >
Here genmodes is already built via llvm. Given that there is no proper
ppc-linux/ppc64-linux codegen support, it's not unexpected that you're
seeing a segfault here.

Try to configure with --disable-bootstrap

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list