-
Notifications
You must be signed in to change notification settings - Fork 22
Does not compile on Ubuntu 17.04 #56
Comments
Did you first build LLVM with the intrinsics LunarGLASS adds? And, did those LLVM headers install where LunarGLASS looks for them? |
@johnkslang I built LLVM using the instructions in readme. I installed them where the read me says to |
It sounds like the LunarGLASS/Core/LLVM/llvm-/include/llvm/IR/.td files are not being included in the LLVM build. |
I will take a look. |
Look at /home/suici/Downloads/LunarGLASS/Core/LLVM/llvm-/include/llvm/IR/Intrinsics.td. Do you see the lines: include "llvm/IR/IntrinsicsLunarGLASSTop.td" If not, please look again at the Readme.md instructions, especially this step:
|
@greg-lunarg I do see those lines in that file |
Look in /home/suici/Downloads/LunarGLASS/Core/LLVM/llvm-3.4/build/install/usr/local/include/llvm/IR/Intrinsics.gen. Do you see gla_arraylength? If not, perhaps delete this file and do a rebuild in /home/suici/Downloads/LunarGLASS/Core/LLVM/llvm-3.4/build: make -j 8 If this doesn't work, than perhaps delete this build directory and rebuild it. Then go back and rebuild LunarGLASS. |
Have you succeeded? |
When I run
make
I get this errorThe text was updated successfully, but these errors were encountered: