draperlaboratory / fracture

an architecture-independent decompiler to LLVM IR
Other
385 stars 47 forks source link

UTF8 encoding error during installation on Ubuntu 16 #58

Closed Bounti closed 5 years ago

Bounti commented 7 years ago

Hi,

I get the error message bellow when installing Fracture with llvm 3.6 on Ubuntu 16. It seems that all auto-generated .inc suffer from this same issue.

lib/Target/X86/X86GenInvISel.inc:73:49: error: use of undeclared identifier 'UIRE_MOV64rm' /*101*/ OPC_CheckOpcode, TARGET_VAL(<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>UIRE_MOV64rm),

Thank you for your help.

Bounti commented 7 years ago

Apparently the installation does not work on Ubuntu 16. I made a docker image based on Ubuntu 12 with LLVM 3.2 and Fracture.

https://github.com/Bounti/fracture_docker