RPI3中的Angr安装失败

时间:2018-02-04 19:29:17

标签: pip raspberry-pi3

我正在尝试在Raspberry pi 3,OS Ubuntu mate 16.04上安装Angr工具。 Git链接Angr tool

我在安装pyvex时遇到了这个错误,git link Pyvex

running install
running bdist_egg
running build
Building libVEX
cc -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC  -g -malign-double -o auxprogs/genoffsets auxprogs/genoffsets.c
cc: error: unrecognized command line option ‘-malign-double’
Makefile-gcc:72: recipe for target 'pub/libvex_guest_offsets.h' failed
make: *** [pub/libvex_guest_offsets.h] Error 1
error: Unable to build libVEX.
根据GCC文档,

-malign-double适用于X86架构,但我有arm架构。我该如何解决这个问题。

1 个答案:

答案 0 :(得分:0)

在构建期间PyVEX下载VEX。我想你必须自己下载,修复Makefile并构建。然后返回建筑物PyVEX

将问题报告给angr小组。