色哟哟视频在线观看-色哟哟视频在线-色哟哟欧美15最新在线-色哟哟免费在线观看-国产l精品国产亚洲区在线观看-国产l精品国产亚洲区久久

0
  • 聊天消息
  • 系統消息
  • 評論與回復
登錄后你可以
  • 下載海量資料
  • 學習在線課程
  • 觀看技術視頻
  • 寫文章/發帖/加入社區
會員中心
創作中心

完善資料讓更多小伙伴認識你,還能領取20積分哦,立即完善>

3天內不再提示

【RT-Thread學習筆記】使用scons命令生成靜態庫

嵌入式物聯網開發 ? 來源:嵌入式物聯網開發 ? 作者:嵌入式物聯網開發 ? 2022-07-27 09:13 ? 次閱讀

1 問題來源

本問題來源于RT-Thread技術論壇的一個常見問題,當時我回答了這個問題,很榮幸拿了一個最佳答案,為了能夠再次消化并進行知識點沉淀,我把這個問題再次拋到這里。 原問題,請戳這里:scons 命令buildlib使用方法

在這里插入圖片描述

2 實踐分析

2.1 不懂就要問

既然不知道怎么用scons,那么我們先看到它的幫助信息,以下命令在scons的主目錄執行,即可以找到Sconscript的目錄下執行:

  1. rt-thread/bsp/qemu-vexpress-a9$ scons -h
  2. scons: Reading SConscript files ...
  3. drivers/SConscript
  4. applications/SConscript
  5. [, , ]
  6. scons: done reading SConscript files.
  7. usage: scons [OPTION] [TARGET] ...
  8. SCons Options:
  9. -b, -d, -e, -m, -S, -t, -w, --environment-overrides, --no-keep-going,
  10. --no-print-directory, --print-directory, --stop, --touch
  11. Ignored for compatibility.
  12. -c, --clean, --remove Remove specified targets and dependencies.
  13. -C DIR, --directory=DIR Change to DIR before doing anything.
  14. --cache-debug=FILE Print CacheDir debug info to FILE.
  15. --cache-disable, --no-cache
  16. Do not retrieve built targets from CacheDir.
  17. --cache-force, --cache-populate
  18. Copy already-built targets into the CacheDir.
  19. --cache-readonly Do not update CacheDir with built targets.
  20. --cache-show Print build actions for files from CacheDir.
  21. --config=MODE Controls Configure subsystem: auto, force,
  22. cache.
  23. -D Search up directory tree for SConstruct,
  24. build all Default() targets.
  25. --debug=TYPE Print various types of debugging information:
  26. count, duplicate, explain, findlibs, includes,
  27. memoizer, memory, objects, pdb, prepare,
  28. presub, stacktrace, time, action-timestamps.
  29. --diskcheck=TYPE Enable specific on-disk checks.
  30. --duplicate=DUPLICATE Set the preferred duplication methods. Must be
  31. one of hard-soft-copy, soft-hard-copy,
  32. hard-copy, soft-copy, copy
  33. --enable-virtualenv Import certain virtualenv variables to SCons
  34. -f FILE, --file=FILE, --makefile=FILE, --sconstruct=FILE
  35. Read FILE as the top-level SConstruct file.
  36. -h, --help Print defined help message, or this one.
  37. -H, --help-options Print this message and exit.
  38. -i, --ignore-errors Ignore errors from build actions.
  39. -I DIR, --include-dir=DIR Search DIR for imported Python modules.
  40. --ignore-virtualenv Do not import virtualenv variables to SCons
  41. --implicit-cache Cache implicit dependencies
  42. --implicit-deps-changed Ignore cached implicit dependencies.
  43. --implicit-deps-unchanged Ignore changes in implicit dependencies.
  44. --interact, --interactive Run in interactive mode.
  45. -j N, --jobs=N Allow N jobs at once.
  46. -k, --keep-going Keep going when a target can't be made.
  47. --max-drift=N Set maximum system clock drift to N seconds.
  48. --md5-chunksize=N Set chunk-size for MD5 signature computation to
  49. N kilobytes.
  50. -n, --no-exec, --just-print, --dry-run, --recon
  51. Don't build; just print commands.
  52. --no-site-dir Don't search or use the usual site_scons dir.
  53. --profile=FILE Profile SCons and put results in FILE.
  54. -q, --question Don't build; exit status says if up to date.
  55. -Q Suppress "Reading/Building" progress messages.
  56. --random Build dependencies in random order.
  57. -s, --silent, --quiet Don't print commands.
  58. --site-dir=DIR Use DIR instead of the usual site_scons dir.
  59. --stack-size=N Set the stack size of the threads used to run
  60. jobs to N kilobytes.
  61. --taskmastertrace=FILE Trace Node evaluation to FILE.
  62. --tree=OPTIONS Print a dependency tree in various formats: all,
  63. derived, prune, status, linedraw.
  64. -u, --up, --search-up Search up directory tree for SConstruct,
  65. build targets at or below current directory.
  66. -U Search up directory tree for SConstruct,
  67. build Default() targets from local SConscript.
  68. -v, --version Print the SCons version number and exit.
  69. --warn=WARNING-SPEC, --warning=WARNING-SPEC
  70. Enable or disable warnings.
  71. -Y REPOSITORY, --repository=REPOSITORY, --srcdir=REPOSITORY
  72. Search REPOSITORY for source and target files.
  73. Local Options:
  74. --dist make distribution
  75. --dist-strip make distribution and strip useless files
  76. --dist-ide make distribution for RT-Thread Studio IDE
  77. --project-path=PROJECT-PATH
  78. set dist-ide project output path
  79. --project-name=PROJECT-NAME
  80. set project name
  81. --reset-project-config reset the project configurations to default
  82. --cscope Build Cscope cross reference database. Requires
  83. cscope installed.
  84. --clang-analyzer Perform static analyze with Clang-analyzer.
  85. Requires Clang installed. It is recommended to
  86. use with scan-build like this: `scan-build
  87. scons --clang-analyzer` If things goes well,
  88. scan-build will instruct you to invoke
  89. scan-view.
  90. --buildlib=BUILDLIB building library of a component
  91. --cleanlib clean up the library by --buildlib
  92. --target=TARGET set target project: mdk/mdk4/mdk5/iar/vs/vsc/ua/
  93. cdk/ses/makefile/eclipse/codelite/cmake
  94. --stackanalysis thread stack static analysis
  95. --genconfig Generate .config from rtconfig.h
  96. --useconfig=USECONFIG make rtconfig.h from config file.
  97. --verbose print verbose information during build
  98. --menuconfig make menuconfig for RT-Thread BSP
  99. --pyconfig Python GUI menuconfig for RT-Thread BSP
  100. --pyconfig-silent Don`t show pyconfig window

精準匹配下:

  1. rt-thread/bsp/qemu-vexpress-a9$ scons -h | grep buildlib
  2. --buildlib=BUILDLIB building library of a component
  3. --cleanlib clean up the library by --buildlib

2.2 實踐出整理

從上面的幫助信息,我們已經找到關鍵信息了,我們來實踐下:

  1. rt-thread/bsp/qemu-vexpress-a9$ scons --buildlib=BUILDLIB
  2. scons: Reading SConscript files ...
  3. b''
  4. drivers/SConscript
  5. applications/SConscript
  6. [, , ]
  7. scons: done reading SConscript files.
  8. scons: Building targets ...
  9. scons: building associated VariantDir targets: build
  10. scons: `.' is up to date.
  11. scons: done building targets.

發現并沒有生成,仔細一看,這個buildlib=后面跟的名稱不是亂填的,是需要填寫你當前目錄下,已經使用scons語法配置好的組件,這個東西在scons里面是叫Group。 通俗來說,就是使用buildlib,一個Gourp就可以生成一個庫。 我們再來實踐下,以bsp/qemu-vexpress-a9的Application這個Group為例,在其applications目錄有定義Sconsript:

在這里插入圖片描述

那么就可以輸入scons--buildlib=Applications

在這里插入圖片描述

就可以將Applications那個group定義的C文件編譯打包成一個靜態庫,輸出也是位于bsp的目錄中。

3 經驗總結

  • 任何命令行指令,千萬不要放過它的help信息
  • scons 使用--buildlib=xxx輕松生存庫文件,庫名稱為libxxx.a

4 更多分享

架構師李肯

一個專注于嵌入式IoT領域的架構師。有著近10年的嵌入式一線開發經驗,深耕IoT領域多年,熟知IoT領域的業務發展,深度掌握IoT領域的相關技術棧,包括但不限于主流RTOS內核的實現及其移植、硬件驅動移植開發、網絡通訊協議開發、編譯構建原理及其實現、底層匯編及編譯原理、編譯優化及代碼重構、主流IoT云平臺的對接、嵌入式IoT系統的架構設計等等。擁有多項IoT領域的發明專利,熱衷于技術分享,有多年撰寫技術博客的經驗積累,連續多月獲得RT-Thread官方技術社區原創技術博文優秀獎,榮獲CSDN博客專家、CSDN物聯網領域優質創作者、2021年度CSDN&RT-Thread技術社區之星、RT-Thread官方嵌入式開源社區認證專家、RT-Thread 2021年度論壇之星TOP4、華為云云享專家(嵌入式物聯網架構設計師)等榮譽。堅信【知識改變命運,技術改變世界】!

歡迎關注我的github倉庫01workstation,日常分享一些開發筆記和項目實戰,歡迎指正問題。

同時也非常歡迎關注我的專欄:有問題的話,可以跟我討論,知無不答,謝謝大家。

聲明:本文內容及配圖由入駐作者撰寫或者入駐合作網站授權轉載。文章觀點僅代表作者本人,不代表電子發燒友網立場。文章及其配圖僅供工程師學習之用,如有內容侵權或者其他違規問題,請聯系本站處理。 舉報投訴
  • 靜態庫
    +關注

    關注

    0

    文章

    21

    瀏覽量

    7426
  • RT-Thread
    +關注

    關注

    31

    文章

    1285

    瀏覽量

    40085
  • scons
    +關注

    關注

    0

    文章

    1

    瀏覽量

    951
收藏 人收藏

    評論

    相關推薦

    RT-Thread系統中的Scons構建工具資料推薦

    文件中可以調用 Python 標準進行各類復雜的處理,而不局限于 Makefile 設定的規則。2.1 RT-ThreadScons的腳本結構SCons 使用 SConscrip
    發表于 05-07 15:35

    RT-Thread Nano入門學習筆記

    RT-Thread Nano入門學習筆記
    發表于 11-26 12:36 ?20次下載
    <b class='flag-5'>RT-Thread</b> Nano入門<b class='flag-5'>學習</b><b class='flag-5'>筆記</b>

    RT-Thread 應用筆記 - RTC Alarm 組件的使用

    RT-Thread 應用筆記 - 不正確使用LOG也會引發hard faultRT-Thread 應用筆記 - RTC Alarm 組件的使用RT-
    發表于 01-25 18:18 ?10次下載
    <b class='flag-5'>RT-Thread</b> 應用<b class='flag-5'>筆記</b> - RTC Alarm 組件的使用

    RT-Thread 內核學習筆記 - 理解defunct僵尸線程

    RT-Thread 內核學習筆記 - 內核對象rt_objectRT-Thread 內核學習筆記
    發表于 01-25 18:19 ?8次下載
    <b class='flag-5'>RT-Thread</b> 內核<b class='flag-5'>學習</b><b class='flag-5'>筆記</b> - 理解defunct僵尸線程

    RT-Thread 內核學習筆記 - 設備模型rt_device的理解

    RT-Thread 內核學習筆記 - 內核對象rt_objectRT-Thread 內核學習筆記
    發表于 01-25 18:19 ?8次下載
    <b class='flag-5'>RT-Thread</b> 內核<b class='flag-5'>學習</b><b class='flag-5'>筆記</b> - 設備模型<b class='flag-5'>rt</b>_device的理解

    RT-Thread 內核學習筆記 - 內核對象鏈表結構深入理解

    RT-Thread 內核學習筆記 - 內核對象rt_objectRT-Thread 內核學習筆記
    發表于 01-25 18:23 ?6次下載
    <b class='flag-5'>RT-Thread</b> 內核<b class='flag-5'>學習</b><b class='flag-5'>筆記</b> - 內核對象鏈表結構深入理解

    RT-Thread 內核學習筆記 - 內核對象初始化鏈表組織方式

    RT-Thread 內核學習筆記 - 內核對象rt_objectRT-Thread 內核學習筆記
    發表于 01-25 18:24 ?3次下載
    <b class='flag-5'>RT-Thread</b> 內核<b class='flag-5'>學習</b><b class='flag-5'>筆記</b> - 內核對象初始化鏈表組織方式

    RT-Thread 內核學習筆記 - 內核對象操作API

    RT-Thread 內核學習筆記 - 內核對象rt_objectRT-Thread 內核學習筆記
    發表于 01-25 18:26 ?7次下載
    <b class='flag-5'>RT-Thread</b> 內核<b class='flag-5'>學習</b><b class='flag-5'>筆記</b> - 內核對象操作API

    RT-Thread 4.1.0的CMake構建教程

    CMake 支持 在 RT-Thread 4.1.0 正式發布版中,添加了對 CMake 的支持。開發者可以使用 SCons 工具來生成 CMakeLists.txt 文件。 為何要支持 CMake
    的頭像 發表于 05-25 11:06 ?3350次閱讀

    RT-Thread全球技術大會:關于SCons構建引擎的主要部分介紹

    RT-Thread全球技術大會:關于SCons構建引擎的主要部分介紹 ? ? ? ? 審核編輯:彭靜 ?
    的頭像 發表于 05-27 14:55 ?990次閱讀
    <b class='flag-5'>RT-Thread</b>全球技術大會:關于<b class='flag-5'>SCons</b>構建引擎的主要部分介紹

    RT-Thread學習筆記 RT-Thread的架構概述

    RT-Thread 簡介 作為一名 RTOS 的初學者,也許你對 RT-Thread 還比較陌生。然而,隨著你的深入接觸,你會逐漸發現 RT-Thread 的魅力和它相較于其他同類型 RTOS
    的頭像 發表于 07-09 11:27 ?4546次閱讀
    <b class='flag-5'>RT-Thread</b><b class='flag-5'>學習</b><b class='flag-5'>筆記</b> <b class='flag-5'>RT-Thread</b>的架構概述

    RT-Thread學習筆記】Makefile的FORCE

    RT-Thread學習筆記】十分鐘學會Makefile的FORCE
    的頭像 發表于 07-30 13:55 ?2547次閱讀
    【<b class='flag-5'>RT-Thread</b><b class='flag-5'>學習</b><b class='flag-5'>筆記</b>】Makefile的FORCE

    RT-Thread學習筆記】如何抓取終端的網絡報文

    RT-Thread學習筆記】如何抓取終端的網絡報文?
    的頭像 發表于 07-30 13:57 ?2810次閱讀
    【<b class='flag-5'>RT-Thread</b><b class='flag-5'>學習</b><b class='flag-5'>筆記</b>】如何抓取終端的網絡報文

    RT-Thread學習筆記】用memwatch排除內存泄露

    RT-Thread學習筆記】使用memwatch排除內存泄露
    的頭像 發表于 07-30 14:01 ?2326次閱讀
    【<b class='flag-5'>RT-Thread</b><b class='flag-5'>學習</b><b class='flag-5'>筆記</b>】用memwatch排除內存泄露

    基于RT-Thread Studio學習

    前期準備:從官網下載 RT-Thread Studio,弄個賬號登陸,開啟rt-thread學習之旅。
    的頭像 發表于 05-15 11:00 ?3932次閱讀
    基于<b class='flag-5'>RT-Thread</b> Studio<b class='flag-5'>學習</b>
    主站蜘蛛池模板: 扒开粉嫩的小缝末成年小美女| 99热久久这里只精品国产WWW| 精品国产自在自线官方| 99热这里只有 精品| 东北老妇xxxxhd| 精品久久久久中文字幕| 欧美精品做人一级爱免费| 丝袜美女被艹| 37pao成人国产永久免费视频 | 久久热在线视频精品店| 人善交XUANWEN200喷水| 亚洲欧美一区二区三区导航| a免费视频| 九九热这里只有精品视频免费| 国产真实夫妇交换视频| 国产成人无码视频一区二区三区| videossex性暴力| 岛国片在线看| 久久天天躁狠狠躁夜夜躁| 少妇高潮A视频| 2020国产成人精品视频人| 国产精品免费一区二区区| 美女被艹网站| 亚洲粉嫩美白在线| 成人毛片18岁女人毛片免费看| 久久机热视频 这里只有精品首页| 色狠狠一区| 97在线超碰免费视频| 韩国羞羞秘密教学子开车漫书| 久久亚洲AV成人无码动态图| 无码11久岁箩筣| youjizz怎么看| 老头xxx| 亚洲国产高清视频在线观看| 超碰国产人人做人人爽| 六月婷婷国产精品综合| 亚洲精品午夜久久久伊人| 囯产少妇BBBBBB高潮喷水一| 好湿好紧水多AAAAA片秀人网| 日本大片免a费观看视频| 51精品国产AV无码久久久密桃|