Codechecker build is not working ub20 giving from LD_PRELOAD cannot be preloaded issue is coming

Viewed 21

I have a code checker version of codechecker6_15_1 and build setup. and when i am using this for my build it is working fine. Result: Build successfully finished

But the same thing when I am trying with codechecker6.19.1 i am facing the issue which is given below and build finished failed.

ERROR: ld.so: object 'ld_logger/lib/x86_64/ldlogger.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

Dummy build command :

/volume/Linux/Ubuntu-20.04/x86_64/codechecker/codechecker/build/CodeChecker/bin/CodeChecker log -o /my/User/SANDBOX/obj/clangsa/crpd_ub18_compile_commands.json -b 'mk TARGET_OS.default=bsd12 -j 40 crpd'

The same command is working fine with the codechecker6.15.1 version. why that error is coming can anyone please help?

0 Answers
Related