Zero_Chaos
Zero_Chaos
ozzie vendors # pwd /etc/OpenCL/vendors ozzie vendors # ls intelocl64.icd nvidia.icd ozzie vendors # ls -al /usr/lib64/libOpenCL.so* lrwxrwxrwx 1 root root 40 Dec 15 17:45 /usr/lib64/libOpenCL.so -> OpenCL/vendors/nvidia/libOpenCL.so.1.0.0* lrwxrwxrwx 1...
ozzie compiler # ltrace ./amd-compiler amd_ipb2_long n Debug: The main AMD function Debug: dlopen --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ dmesg ```[177980.263722] amd-compiler[13285]: segfault at 799215318d90...
The strace version of this is far more interesting to me: `write(1, "Debug: dlopen\n", 14Debug: dlopen ) = 14 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=241803, ...}) = 0 mmap(NULL,...
I'm not really sure how allowing me to disable ati support allows me to successfully build with ati support... This shouldn't be closed.
issues like this don't appear on current git code, so let's just close this and assume everything is happy happy :-)
oops, I'm stupid, this is the same bug I just reported again. sorry for the noise.
execstack -c was replaced by fix-gnustack -f, however it looks like /usr/lib/libOpenCL.so wasn't set execstack in the first place so this did exactly nothing.
the actual hardware should not be required to build. obviously I need the right software to build and that is fine.
I have drivers and sdk installed for both amd and nvidia no problem on boxes without the respective hardware. Not being able to build without the hardware is a pretty...
my build box has no nvidia in it at all.... I guess that means no nvidia support in the binaries.... Pretty certain that the binary distros can't package this at...