tomgu1991 / IMChecker

An automatic API misuse checker for C programs!
Other
19 stars 4 forks source link

Failure while running the code locally #1

Open feelinHigh opened 1 year ago

feelinHigh commented 1 year ago

Hello,

I've been trying to run the code locally everything works fine so far expect for the most important part. I dont know why im getting this error message, Any help would be much appreciated.

tomgu1991 commented 1 year ago

Hi, I am sorry that most of the details have been forgetted, it has been more than 4 years that I am out of this project. Do you have a ubuntu linux? Basically, IMChecker was developed and tested on ubuntu. I have no idea whether it would work on Windows.

tomgu1991 commented 1 year ago

Cannot run program "llvm-link": CreateProcess error=2, The system cannot find the file specified. It seems that you do not have the llvm-link.

See https://github.com/tomgu1991/IMChecker/tree/master/tools, the first step.