在ubuntu12.10上编译android-2.2遇到Unknown parameter a interfaceName for tags/attrs,求大神

北冥的备忘录 2013-03-27 03:54:26
我在编译android-2.2的时候遇到下面的问题,希望大神指导如何解决,谢谢。

Install: out/target/product/generic/system/lib/libstlport.so
Install: out/target/product/generic/system/lib/libterm.so
Install: out/target/product/generic/system/lib/libthread_db.so
Install: out/target/product/generic/system/lib/libttspico.so
Install: out/target/product/generic/system/lib/libttssynthproxy.so
Install: out/target/product/generic/system/lib/libwbxml_jni.so
target Generated: libwebcore <= external/webkit/WebCore/dom/make_names.pl
Unknown parameter a interfaceName for tags/attrs
make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLNames.h] Error 255

...全文
376 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
zhengmeifu 2013-07-03
  • 打赏
  • 举报
回复
http://blog.csdn.net/zhengmeifu/article/details/7715473看看这个对你有帮助不?
windtakers 2013-07-01
  • 打赏
  • 举报
回复
这个问题应该是 gcc 高版本导致的问题。 你现在用的gcc 版本是多少? gcc --version 查看一下输出,4.4? 4.6? 还是 4.7? 建议把 gcc/g++ 的版本降到 4.4, 这样这个问题应该就没有了。 gcc/g++ 设置使用版本的参考方法: $ sudo apt-get install gcc-4.4 $ sudo apt-get install g++-4.4 $ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.4 40 $ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 30 $ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.4 40 $ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.6 30 $ sudo update-alternatives --config gcc There are 2 choices for the alternative gcc (providing /usr/bin/gcc). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/bin/gcc-4.4 40 auto mode * 1 /usr/bin/gcc-4.4 40 manual mode 2 /usr/bin/gcc-4.6 30 manual mode Press enter to keep the current choice
  • , or type selection number: 1 $ sudo update-alternatives --config g++ There are 2 choices for the alternative g++
  • (providing /usr/bin/g++). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/bin/g++-4.4 40 auto mode * 1 /usr/bin/g++-4.4 40 manual mode 2 /usr/bin/g++-4.6 30 manual mode Press enter to keep the current choice
  • , or type selection number: 1 BTW, 你遇到的问题应该和下面这个是一样的, http://forum.xda-developers.com/showthread.php?t=1610907
北冥的备忘录 2013-06-13
  • 打赏
  • 举报
回复
没有啊,您也遇到这个问题了吗?
zjuzhengchao 2013-05-28
  • 打赏
  • 举报
回复
请问这个问题解决了吗

21,616

社区成员

发帖
与我相关
我的任务
社区描述
硬件/嵌入开发 驱动开发/核心开发
社区管理员
  • 驱动开发/核心开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧