Results 32 comments of JPJ

Apparently we have some more moved libraries: ```sh Scanning dependencies of target VC4C [ 56%] Building CXX object src/CMakeFiles/VC4C.dir/main.cpp.o [ 56%] Linking CXX executable vc4c /home/USER/buildarea/opencl/VC4C/build/src/vc4c: error while loading shared...

> As far as I tried: yes. make went ahead after a reboot to start the build from ground up until this reoccured. I also build userland from source, did...

I already looked into the previous messages and tried to find something in the CMakeFiles.txt but its just full of strings and variables I have no idea about what those...

Sorry for the delay, I had friends over after I typed the last one. `ldd /home/USER/buildarea/opencl/VC4C/build/src/libVC4CC.so.1.2` ```shell user@ubuntu:~$ ldd /home/user/buildarea/opencl/VC4C/build/src/libVC4CC.so.1.2 linux-vdso.so.1 (0xbeff7000) libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0xb6025000) libLLVM-10.so.1 => /lib/arm-linux-gnueabihf/libLLVM-10.so.1 (0xb2214000)...

Do you need any other information that I can provide?

1. ``` user@ubuntu:~$ readelf -r /home/user/buildarea/opencl/VC4C/bui ld/src/libVC4CC.so.1.2 | grep R_ARM_REL32 00e4c990 0055ad03 R_ARM_REL32 00f45f18 _ZTV7Message 00e4d024 0099ca03 R_ARM_REL32 00f46060 _ZN9Validator3MSGE 00e4dbdc 0099ca03 R_ARM_REL32 00f46060 _ZN9Validator3MSGE 00e4dbe0 0099ca03 R_ARM_REL32 00f46060 _ZN9Validator3MSGE...

> Not sure why this never occurred on my machines, but it looks like the problem is that the `vc4asm` dependency is compiled without `-fPIC` and therefore cannot be linked...

Number 2 Worked! VC4CL also build corrently after this. Thanks alot!

Aww. It build properly this time, but my executeable apparently vails to load CL runtime. Welp.

> I tried multiple ways. First I tried to let the executeable detect it by itself, which did result in: I can not find anything so it got to be...