自学内容网 自学内容网

ubuntu 编译android源码报错:loadlocale.c:129: _nl_intern_locale_data:

loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.

 loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.

 系统语言与编译工具不兼容导致的

解决方案:

 

sudo rm -f /usr/lib/locale/locale-archive
sudo locale-gen --no-archive
sudo locale-gen --no-archive en_US.utf8
sudo locale-gen --no-archive ru_RU.utf8

原文地址:https://blog.csdn.net/MilesMatheson/article/details/145057084

免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!