DependableSystemsLab / LLFI

LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injected into specific program points, and the effect can be easily tracked back to the source code. Please refer to the paper below. NOTE: If you publish a paper using LLFI, please add it to PaperLLFI.bib
http://blogs.ubc.ca/karthik/2014/02/23/quantifying-the-accuracy-of-high-level-fault-injection-techniques/
Other
68 stars 35 forks source link

Manual Installation #52

Closed flyree closed 9 years ago

flyree commented 9 years ago

Hi all,

I was trying to follow the instructions for manual install, but when I run ./setup, I got an error message that python must be in version 3. But on the webpage, it says python 2.7 and above. If I change the python in setup to 2, I always got this message: File "./setup", line 44 print(msg, file=sys.stderr) ^ SyntaxError: invalid syntax

This is not consistent. Another question, why limit the user to use Python 3?

Bo

karthikp-ubc commented 9 years ago

Upgraded support to Python3. Python2x is deprecated.