-
Notifications
You must be signed in to change notification settings - Fork 251
Can't build runtime/built_ins/kernels #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you set environment variable:
and check whether libcommon_clang.so or libopencl_clang.so library was initialized correctly. The name of this library depends on version of IGC you are using. |
Thanks for the tip, problem solved! After enabled export LD_DEBUG=libs I detected libcommon_clang.so isn't found. I added a rule to ld.so.conf.d but same behaviour. So, I inspected cache:
As you can see only libcommon_clang.so.7.1 was found but not libcommon_clang.so. So, after inspect the libraries I discover this:
The library is not properly denominated when installed. Well, after rename properly system start to build properly.
Finally 4 files installed
|
Closing this issue, as the problem was with compiler component, and issue was created in IGC project. |
I've been trying to build NEO at Debian 9 to be installed at /opt/osgeo without success.
All dependencies have been build from source without problem from recent versions (02/18/2019).
First ocloc failed without print any error. I detected that libigdfcl.so ins't find by ocloc app. I added to ld.config the /opt/osgeo path with:
Now, library it's ok but I'm facing the same problem at same point with this trace:
Using make VERBOSE=1 I found the command line and executed ocloc from gdb to check stack trace and received this:
The PC I'm using is i7-8750H with Debian 9 Linux 4.19.21 +i915 driver and gcc 6.3.0
The NEO configuration file
The igc-opencl is version 0.1.0 because is compiled from source and install at /opt/osgeo.
Any comment will be appreciated.
The text was updated successfully, but these errors were encountered: