1

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

我在安装 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.

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

4

1 回答 1

1

在构建PyVEX下载期间VEX。我认为您必须自己下载,修复Makefile并构建。然后返回大楼PyVEX

将问题报告给angr团队。

于 2018-02-04T20:00:56.630 回答