17.9节 NDK从新编译php
17.9.1 参考文章html
参考文章:Rebuilding the NDK Coreide
https://processors.wiki.ti.com/index.php/Rebuilding_the_NDK_Core工具
https://processors.wiki.ti.com/index.php/Rebuilding_The_NDK_Core_Using_Gmakeui
https://blog.csdn.net/kunkliu/article/details/107112115spa
file:///C:/ti/ndk_3_61_01_01/docs/ndk/NDK_Users_Guide.html.net
17.9.2 makefile修改code
makefile修改以下:htm
C:\ti\ndk_2_25_01_11\ndk.makblog
17.9.3 编译步骤
编译方法:
- 这里使用gmake编译,gmake工具在xdctools 目录下好比C:\ti\xdctools_3_23_04_60,必须在PC机环境变量中设置gmake的路径。
- 编译前先对原始NDK包备份
- window cmd模式下运行
gmake -f ndk.mak clean gmake -f ndk.mak
17.9.4 编译打印信息
编译一次时间较长,大约20min左右。
编译打印信息: