PIE binaries that depends on static libraries usually have text relocations in...
PIE binaries that depends on static libraries usually have text relocations in the final executable, which causes link warnings/errors (different linker behaves differently). The optimal way to fix this is to link the binary with shared library, however, the libraries are NVIDIA-proprietary, not all of them have shared version (for example: cuda_9_0/lib64/libculibos.a) PiperOrigin-RevId: 189254317
Loading
Please sign in to comment