【编译工具基础】理解CONCERTO MAKEFILE 系统
前言
内部变量
SYS_SHARED_LIBS - dynamic libraries for which no dependencies are generated (which implies that they are outside the build system).(没有为其生成依赖关系的动态库(这意味着它们位于构建系统之外)) SYS_STATIC_LIBS - static libraries for which no dependencies are generated (which implies that they are outside the build system). (没有为其生成依赖关系的动态库(这意味着它们位于构建系统之外)) SHARED_LIBS - dynamic libraries for which dependencies are generated (which implies that they are intside the build system).(生成依赖项的动态库(这意味着它们位于构建系统内部)) STATIC_LIBS - static libraries for which dependencies are generated (which implies that they are inside the build system).(生成依赖项的静态库(这意味着它们位于构建系统内部)) IDIRS - include directories (头文件的路径) LDIRS - library link path (链接库的路径)
参考
1. concerto makefile 系统 – Fredy' s Blog;
2. Concerto 自述_潇潇独行侠的博客-CSDN博客;
3. Understanding concerto makefile system ‒ Processor SDK RTOS J721E;
完
各美其美,美美与共,不和他人作比较,不对他人有期待,不批判他人,不钻牛角尖。
心正意诚,做自己该做的事情,做自己喜欢做的事情,安静做一枚有思想的技术媛。
版权声明,转载请注明出处:https://www.cnblogs.com/happyamyhope/
心正意诚,做自己该做的事情,做自己喜欢做的事情,安静做一枚有思想的技术媛。
版权声明,转载请注明出处:https://www.cnblogs.com/happyamyhope/
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 地球OL攻略 —— 某应届生求职总结
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 提示词工程——AI应用必不可少的技术
· .NET周刊【3月第1期 2025-03-02】
2019-05-23 【error】 for i in range(len(shape)/2): TypeError: 'float' object cannot be interpreted as an integer
2017-05-23 配置海康相机SDK文件
2017-05-23 matlab与vs混合编程/matlab移植