SVF icon indicating copy to clipboard operation
SVF copied to clipboard

Error when compiling LLVM

Open LegalZhang opened this issue 1 year ago • 1 comments

Ubuntu version: 22.04 LLVM version: 16 When I tried. /build.sh, I get the error shown below. After I changed the LLVM version from LLVM-16.0.0 to LLVM14.0.0, this error did not appear. ERROR

LegalZhang avatar Mar 08 '24 06:03 LegalZhang

The problem has been resolved, thanks to those who offered help.

You can start by running the command find /usr -name libtinfo.so.* to get the current information. FIND

If you have the same situation as me, you can run the command ln -sf /usr/lib/x86_64-linux-gnu/libtinfo.so.5 /usr/lib/libtinfo.so and then build SVF.

LegalZhang avatar Mar 08 '24 09:03 LegalZhang