摘要:
什么是toolchain 为了生成可执行程序或者库文件,需要编译器链接器等开发工具,编译器将源代码编译为目标文件,链接器将目标文件,库文件链接成可执行文件。这些开发工具的集合称之为toolchain,包括预处理器,编译器,汇编器,链接器和调试器等。 GNU toolchain 用于开发GNU操作系统 阅读全文
posted @ 2020-02-08 18:02
Cristiano-Duan
阅读(2399)
评论(0)
推荐(0)
摘要:
CMAKE_TOOLCHAIN_FILE absolute or relative path to a cmake script which sets up all the toolchain related variables mentioned above CMAKE给交叉编译预留了一个变量CM 阅读全文
posted @ 2020-02-08 00:14
Cristiano-Duan
阅读(19639)
评论(0)
推荐(2)