
子类_SCons
KrisFei
工作记录.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[笔记分享] [SCons] SCons工具之Environment
之前给同事培训的的ppt讲义,分享给大家。原创 2017-08-30 15:09:22 · 1779 阅读 · 0 评论 -
[笔记分享] [SCons] Qualcomm SCons User Guide
From:80-N3985-1_A_SCons_User_Guide.pdfImages: 理论上可以有无限个images。 不同的images可以使用same code build。Tag: 指lib和object file的collection。通过AddLibrary()或者other methods添加。Tag通过InitImageVars()被添加到image中。API Types: P原创 2017-09-01 12:33:34 · 4023 阅读 · 1 评论 -
[笔记分享] [SCons] Qualcomm Build System Images
通过AddLibrary()或者其他methods将libarary and/or object files添加到一个tag中, 这些tag会通过InitImageVars()被加入到images。InitImageVars():获取多个参数,告诉scons如何build image,下面是各个参数意义: alias_list: image name proc: processor type,原创 2017-09-01 12:28:43 · 1931 阅读 · 2 评论 -
[笔记分享] [SCons] Qualcomm SCons之Flags
Platform: msm8x60 添加unit例子: 参考:原创 2017-08-31 09:18:32 · 739 阅读 · 0 评论 -
[笔记分享] [SCons] Qualcomm SCons之APIs
Platform: msm8x60原创 2017-08-31 09:13:31 · 1477 阅读 · 0 评论 -
[笔记分享] [SCons] Qualcomm SCons之架构
Platform: msm8x60原创 2017-08-31 09:05:40 · 1030 阅读 · 4 评论 -
[笔记分享] [SCons] SCons工具之Manipulation
之前给同事培训的的ppt讲义,分享给大家。原创 2017-08-31 09:00:24 · 434 阅读 · 0 评论 -
[笔记分享] [SCons] SCons工具之Overview
之前的ppt讲义,分享给大家~原创 2017-08-30 14:59:31 · 515 阅读 · 0 评论 -
[笔记分享] [SCons] SCons工具之Build
之前给同事培训的的ppt讲义,分享给大家。原创 2017-08-30 15:03:47 · 1528 阅读 · 0 评论 -
[笔记分享] [SCons] SCons工具之Cmdline
之前给同事培训的的ppt讲义,分享给大家。原创 2017-08-30 15:16:43 · 580 阅读 · 0 评论 -
[笔记分享] [SCons] Qualcomm SCons Overview
From:80-N3984-1_A_SCons_Overview.pdfMain build system scritps: Core/bsp/build/scripts Targ config scripts: Build/ms Tools/build/tcfg AU scirpts: Source code各处都有 PublishPublicApi和RequirePub原创 2017-09-01 12:37:41 · 2749 阅读 · 1 评论