Hello,
Whet I try to compile my programm with TensorRT (8.6) and CuDNN (8) static libraries I get such errors:
main.cpp:(.text.startup+0x19): relocation truncated to fit: R_X86_64_PC32 against `.bss’
I’ve tried to use compiling options -fPIC and -mcmodel=large, but it didn’t help.
Could you please help me to resolve this issue?
Thank you.
Bets regards,
Alexander Ivanov