简体   繁体   English

如何在 android 源代码(AOSP)中编译 mclinker?

[英]how to compile mclinker in android source(AOSP)?

Does anyone known how to compile 'mclinker' in android source(AOSP)?有谁知道如何在 android 源代码(AOSP)中编译“mclinker”? when i use 'make frameworks/compile/mclinker/' or 'mmma frameworks/compile/mclinker/', it show me the result "make: Nothing to be done for `frameworks/compile/mclinker/'"。当我使用'make frameworks/compile/mclinker/'或'mmma frameworks/compile/mclinker/'时,它显示结果“make: Nothing to be done for `frameworks/compile/mclinker/'”。

frameworks/compile/mclinker has multiple targets defined. frameworks/compile/mclinker定义了多个目标。 You likely want to build the ld.mc binary ( here ).您可能想要构建ld.mc二进制文件( 此处)。

You can run m with any module as target.您可以使用任何模块作为目标运行m

m ld.mc

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM