首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在RPI3中安装Angr失败

在RPI3中安装Angr失败
EN

Stack Overflow用户
提问于 2018-02-05 03:29:17
回答 1查看 270关注 0票数 1

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

我在安装pyvex时发现了这个错误,git link Pyvex

代码语言:javascript
复制
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架构。我如何解决这个问题。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-02-05 04:00:57

在构建过程中,PyVEX会下载VEX。我认为你必须自己下载它,修复Makefile并构建。然后返回到构建PyVEX

angr团队报告问题。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48612162

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档