EKho arm 编译错误
我在ARM平台安装Ekho,报错
/sr-convert/sr-convert.cpp:318:4: error: unknown register name ‘%ebx’ in ‘asm’
./sr-convert/sr-convert.cpp:318:4: error: unknown register name ‘%eax’ in ‘asm’
Makefile:832: recipe for target 'src/libekho_a-libekho.o' failed
make[1]: *** [src/libekho_a-libekho.o] Error 1
make[1]: Leaving directory '/root/ekho-6.0'
Makefile:441: recipe for target 'all' failed
/sr-convert/sr-convert.cpp:318:4: error: unknown register name ‘%ebx’ in ‘asm’
./sr-convert/sr-convert.cpp:318:4: error: unknown register name ‘%eax’ in ‘asm’
Makefile:832: recipe for target 'src/libekho_a-libekho.o' failed
make[1]: *** [src/libekho_a-libekho.o] Error 1
make[1]: Leaving directory '/root/ekho-6.0'
Makefile:441: recipe for target 'all' failed
make: *** [all] Error 2
请大神解决哈
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
但是我执行make 后,再执行make install 提示“make: *** No rule to make target 'installl',stop”,是不是ekho无法在arm下使用,如果能我需要怎么执行,谢谢哈