一、前言

        编译Android源码时报/bin/bash -c "prebuilts/misc/linux-x86/flex/flex-2.5.39 -oout/target/product/gecko_8/obj/STATIC_LIBRARIES/libedify_intermediates/lexer.cpp bootable/recovery/edify/lexer.ll"flex-2.5.39: loadlocale.c:130:_nl_intern_locale_data: ?? 'cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' ???
Aborted (core dumped)
错误。

二、解决方法

1、编译前添加export LC_ALL=C

export LC_ALL=C

三、参考文章

1、ubuntu18.04编译android 7 FAILED

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐