【编译工具基础】理解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

 

posted on   鹅要长大  阅读(143)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 地球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移植

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示