ubuntu 16.04 compile android 11

孙佐
2023-12-01
sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc unzip

------------------------------------------------------->

Failed to find an xml file for target msmnile. Defaulting to Default blm.xml
python vendor/qcom/proprietary/chi-cdk/tools/blmconfig/blmconfigparser.py -i vendor/qcom/proprietary/chi-cdk/oem/qcom/blm/default/blm.xml -o vendor/qcom/proprietary/chi-cdk/core/chiutils

Can't locate XML/Simple.pm in @INC (you may need to install the XML::Simple module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at vendor/qcom/proprietary/chi-cdk/tools/usecaseconverter/usecaseconverter.pl line 10.
BEGIN failed--compilation aborted at vendor/qcom/proprietary/chi-cdk/tools/usecaseconverter/usecaseconverter.pl line 10.

------------------------------------------------------->

sudo apt-get install libxml-simple-perl

 

------------------------------------------------------->

/home/yh/code01/sm6115rmg/kernel/msm-4.19/scripts/sign-file.c:25:10: fatal error: 'openssl/opensslv.h' file not found
#include <openssl/opensslv.h>
         ^~~~~~~~~~~~~~~~~~~~
  UPD     include/generated/bounds.h
1 error generated.
make[3]: *** [scripts/Makefile.host:90: scripts/sign-file] Error 1
make[3]: *** Waiting for unfinished jobs....
  CC      arch/arm64/kernel/asm-offsets.s
  HOSTLD  scripts/mod/modpost
make[2]: *** [/home/yh/code01/sm6115rmg/kernel/msm-4.19/Makefile:1189: scripts] Error 2
make[2]: *** Waiting for unfinished jobs....
  UPD     include/generated/asm-offsets.h
  CALL    /home/yh/code01/sm6115rmg/kernel/msm-4.19/scripts/checksyscalls.sh
make[1]: *** [Makefile:146: sub-make] Error 2
make: *** [Makefile:24: __sub-make] Error 2
00:49:05 ninja failed with: exit status 1

------------------------------------------------------->
apt-get install libssl-dev
 

 

 

 类似资料:

相关阅读

相关文章

相关问答