build error src/ldc/eh.o

Stefan via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Apr 29 10:35:04 PDT 2015


Hello,

i get the following error while building git master on archlinux
x86_64.

llvm = 3.6

[stefan at archbox build]$ make
[  0%] Built target impcnvgen
[  0%] Built target idgen
[ 16%] Built target LDCShared
[ 16%] Built target gen_gccbuiltins
[ 18%] Built target ldc2
[ 18%] Built target ldmd2
[ 18%] Generating src/ldc/eh.o
Stored value type does not match pointer operand type!
    store i8* %2, %core.stdc.stdarg.__va_list_tag** %args
   %core.stdc.stdarg.__va_list_tag*LLVM ERROR: Broken function
found, compilation aborted!
runtime/CMakeFiles/druntime-ldc.dir/build.make:840: die Regel für
Ziel „runtime/src/ldc/eh.o“ scheiterte
make[2]: *** [runtime/src/ldc/eh.o] Fehler 1
CMakeFiles/Makefile2:301: die Regel für Ziel
„runtime/CMakeFiles/druntime-ldc.dir/all“ scheiterte
make[1]: *** [runtime/CMakeFiles/druntime-ldc.dir/all] Fehler 2
Makefile:146: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2


More information about the digitalmars-d-ldc mailing list