[LLVMdev] Help, cannot compile vmkit

牛暁冬 neoedmund at gmail.com
Mon Jan 20 10:31:09 PST 2014


Hi,

I want to try j3. and check out the vmkit trunk revision 199677.

when make,
get error like:


[vmkit ./lib/static-gc-printer]: Compiling 'VmkitGCPrinter.cpp'
VmkitGCPrinter.cpp:363:53: error: too many arguments to function call,
expected 2, have 3
      AP.OutStreamer.EmitValue(address, IntPtrSize, 0);
      ~~~~~~~~~~~~~~~~~~~~~~~~                      ^
/usr/local/include/llvm/MC/MCStreamer.h:489:3: note: 'EmitValue' declared
here
  void EmitValue(const MCExpr *Value, unsigned Size);
  ^
1 error generated.



[vmkit ./lib/vmkit/Compiler]: Compiling 'JIT.cpp'
JIT.cpp:38:10: fatal error: 'lib/ExecutionEngine/JIT/JIT.h' file not found
#include <lib/ExecutionEngine/JIT/JIT.h>
         ^
1 error generated.


Could anybody help me with this?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140121/a0983222/attachment.html>


More information about the llvm-dev mailing list