|
【Android】
ubuntu18.04编译android8.1报错
发表于 2019-12-1 17:46:30
浏览:8572
|
回复:6
打印
只看该作者
[复制链接]
楼主
用命令./FFTools/make.sh -a -j8 在ubuntu18.04编译android8.1报如下错误:
[ 5% 4237/82723] Lex: applypatch <= bootable/recovery/edify/lexer.ll
FAILED: out/target/product/rk3399_firefly_mid/obj/STATIC_LIBRARIES/libedify_intermediates/lexer.cpp
/bin/bash -c "prebuilts/misc/linux-x86/flex/flex-2.5.39 -oout/target/product/rk3399_firefly_mid/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)
ninja: build stopped: subcommand failed.
15:30:46 ninja failed with: exit status 1
是什么问题,有碰到的吗? |
|