Android NDK报crtbegin_dynamic.o:
2020-08-26 本文已影响0人
FM_1ad7
Android 的交叉工具链c开工代码为:crtbegin_dynamic.o
Makefile 中的几个传递给连接器的参数不能少
-nostlib 不加会引起 crtbegin_dynamic.o: No such file: No such file or directory 错误
Android 的交叉工具链c开工代码为:crtbegin_dynamic.o
Makefile 中的几个传递给连接器的参数不能少
-nostlib 不加会引起 crtbegin_dynamic.o: No such file: No such file or directory 错误