解决libncurses5-dev:i386和libncurses5-dev:x64冲突问题

来源:互联网 发布:淘宝数据魔方登陆 编辑:程序博客网 时间:2024/05/01 00:28

How to resolve the conflict between libncurses5-dev:i386 and libncurses5-dev:x64?

I use Ubuntu 12.04-x64 as the Android development environment.But now I met a conflict between libncurses5-dev:i386 and libncurses5-dev:x64:The build for Android system needs an i386 version libncurses5-dev. But the menuconfig for kernel needs a x86 version libncurses5-dev.How can I resolve it? Thank you very much!


answer:

You could try solution from hereThe idea is to install libncurses5-dev and then install lib32ncurses5-dev. This has worked for me.


在64位ubuntu12.04上编译android4.2.2源码需要用到libncurses5-dev:i386 而编译linux3.3内核配置时需要用到libncurses5-dev,但两者同时存在有冲突。

解决方法:先安装libncurses5-dev 后安装 lib32ncurses5-dev


reference:http://stackoverflow.com/questions/16755644/how-to-resolve-the-conflict-between-libncurses5-devi386-and-libncurses5-devx64

reference:http://blog.csdn.net/hu71613528/article/details/14161723



原创粉丝点击