Displaying 2 results from an estimated 2 matches for "rtiwari1".
2018 Aug 01
2
LLJVM make error
...tecode by using lljvm project of https://github.com/davidar/lljvm <https://github.com/davidar/lljvm>
>
> They don't seem to compile, once i run make in the root directory it give
> me the error :
>
> cd include && make all
> make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/include'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/rtiwari1/llvm_new/lljvm/include'
> cd backend && make all
> make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/backend'
> c++ -I/usr/local/include -fP...
2018 Jul 31
2
LLJVM make error
Hi fellow devs,
I was looking for converting LLVM IR to JavaBytecode by using lljvm
project of https://github.com/davidar/lljvm
They don't seem to compile, once i run *make* in the root directory it give
me the error :
cd include && make all
make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/rtiwari1/llvm_new/lljvm/include'
cd backend && make all
make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/backend'
c++ -I/usr/local/include -fPIC -fvisibility-inli...