简体   繁体   中英

how to compile mclinker in android source(AOSP)?

Does anyone known how to compile 'mclinker' in android source(AOSP)? 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/'"。

frameworks/compile/mclinker has multiple targets defined. You likely want to build the ld.mc binary ( here ).

You can run m with any module as target.

m ld.mc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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