buildroot常用make命令:

常用命令

意义
make menuconfig buildroot菜单

make uboot-menuconfig

uboot菜单

make linux-menuconfig

linux菜单

make busybox-menuconfig

busybox菜单
make 编译buildroot

make linux-rebuild

重新编译linux

make uboot-rebuild

重新编译uboot

make busybox-rebuild

重新编译busybox

make 软件包-rebuild

对于任何软件包编译
make clean 清除编译
make distclean 清除编译以及配置

make help:

Cleaning:clean                  - delete all files created by builddistclean              - delete all non-source files (including .config)Build:all                    - make worldtoolchain              - build toolchainsdk                    - build relocatable SDKConfiguration:menuconfig             - interactive curses-based configuratornconfig                - interactive ncurses-based configuratorxconfig                - interactive Qt-based configuratorgconfig                - interactive GTK-based configuratoroldconfig              - resolve any unresolved symbols in .configsyncconfig             - Same as oldconfig, but quietly, additionally update depsolddefconfig           - Same as syncconfig but sets new symbols to their default valuerandconfig             - New config with random answer to all optionsdefconfig              - New config with default answer to all options;BR2_DEFCONFIG, if set on the command line, is used as inputsavedefconfig          - Save current config to BR2_DEFCONFIG (minimal config)update-defconfig       - Same as savedefconfigallyesconfig           - New config where all options are accepted with yesallnoconfig            - New config where all options are answered with noalldefconfig           - New config where all options are set to defaultrandpackageconfig      - New config with random answer to package optionsallyespackageconfig    - New config where pkg options are accepted with yesallnopackageconfig     - New config where package options are answered with noPackage-specific:<pkg>                  - Build and install <pkg> and all its dependencies<pkg>-source           - Only download the source files for <pkg><pkg>-extract          - Extract <pkg> sources<pkg>-patch            - Apply patches to <pkg><pkg>-depends          - Build <pkg>'s dependencies<pkg>-configure        - Build <pkg> up to the configure step<pkg>-build            - Build <pkg> up to the build step<pkg>-show-depends     - List packages on which <pkg> depends<pkg>-show-rdepends    - List packages which have <pkg> as a dependency<pkg>-show-recursive-depends- Recursively list packages on which <pkg> depends<pkg>-show-recursive-rdepends- Recursively list packages which have <pkg> as a dependency<pkg>-graph-depends    - Generate a graph of <pkg>'s dependencies<pkg>-graph-rdepends   - Generate a graph of <pkg>'s reverse dependencies<pkg>-dirclean         - Remove <pkg> build directory<pkg>-reconfigure      - Restart the build from the configure step<pkg>-rebuild          - Restart the build from the build stepbusybox:busybox-menuconfig     - Run BusyBox menuconfiguboot:uboot-menuconfig       - Run U-Boot menuconfiguboot-savedefconfig    - Run U-Boot savedefconfiguboot-update-defconfig - Save the U-Boot configuration to the path specifiedby BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILElinux:linux-menuconfig       - Run Linux kernel menuconfiglinux-savedefconfig    - Run Linux kernel savedefconfiglinux-update-defconfig - Save the Linux configuration to the path specifiedby BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILEDocumentation:manual                 - build manual in all formatsmanual-html            - build manual in HTMLmanual-split-html      - build manual in split HTMLmanual-pdf             - build manual in PDFmanual-text            - build manual in textmanual-epub            - build manual in ePubgraph-build            - generate graphs of the build timesgraph-depends          - generate graph of the dependency treegraph-size             - generate stats of the filesystem sizelist-defconfigs        - list all defconfigs (pre-configured minimal systems)Miscellaneous:source                 - download all sources needed for offline-buildexternal-deps          - list external packages usedlegal-info             - generate info about license complianceprintvars              - dump all the internal variablesmake V=0|1             - 0 => quiet build (default), 1 => verbose buildmake O=dir             - Locate all output files in "dir", including .configFor further details, see README, generate the Buildroot manual, or consult
it on-line at http://buildroot.org/docs.html

【buildroot】buildroot的相关make命令相关推荐

  1. 最详细的SQL注入相关的命令整理

    最详细的SQL注入相关的命令整理   QUOTE: 1.   用^转义字符来写ASP(一句话***)文件的方法: ?   http://192.168.1.5/display.asp?keyno=18 ...

  2. 环境变量PATH 、mv 命令 、cp 命令和 查看文档相关的命令

    2019独角兽企业重金招聘Python工程师标准>>> 环境变量PATH which 命令 which+命令名 //查找某个命令的绝对路径 如:查找rm命令的绝对路径 which的查 ...

  3. Linux中mod相关的命令 内核模块化 mod相关命令都是用来动态加载内核模块/驱动程序模块...

    Linux中mod相关的命令 内核模块化   mod相关命令都是用来动态加载内核模块/驱动程序模块 http://baike.baidu.com/link?url=lxiKxFvYm-UfJIxMjz ...

  4. Ⅱ:zookeeper的相关shell命令

    2021年Zookeeper最新系列 ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ...

  5. node.js 使用----相关常用命令总结

    node.js 使用----相关常用命令总结 1. 下载并安装node.js 2. 设置全局模块存放的目录 2.1 查看默认配置 npm config ls 2.2 修改全局模块存放目录 npm co ...

  6. 【Linux】与用户管理相关的命令总结

    这篇文章主要总结一下linux中用户相关的命令: 一.查询用户信息相关: 二.用户创建.删除相关: 三.用户密码相关 四.用户组相关 一.查询用户信息相关: 1. cat /etc/passwd 可以 ...

  7. linux性能诊断,linux下跟性能相关的命令以及系统性能诊断

    linux下和性能相关的命令以及系统性能诊断 4.网络性能识别与分析 可以通过命令netstat,iptraf命令来识别 可以通过ifconfig,netstat连接网络基本情况 ifconfig   ...

  8. linux 查看命令帮助,Linux中查看帮助相关的命令整理

    -h 或者 --help 帮助命令的使用详解 查看shell内置命令的帮助,可以使用-h或者 --help 复制代码代码如下: #wget --help 或者为了方便查看,和less命令一起使用 复制 ...

  9. linux磁盘的命令是,linux磁盘相关的命令

    # disk # # # 2011.11.4 1:记录一些与磁盘分区,文件系统相关的命令.如df,fdisk,mount,umount等. 2:df命令 df -a                 # ...

  10. linux远程连接telnet命令,Linux中的ssh,ping,ftp,telnet远程登录及通信相关的命令...

    本节,我们将介绍一些和Linux系统远程登录及通信相关的命令. SSH命令 SSH(Secure Shell即安全的Shell)可以登录和操作远程操作系统,它会建立一个安全的连接,将通信数据进行加密, ...

最新文章

  1. DH1766线性三路可编程直流电源
  2. redis session共享中的序列化问题
  3. linux检测病毒工具,Linux下查杀病毒工具
  4. 第二届360杯全国大学生信息安全技术大赛部分解题思路(逆向分析)
  5. 1.6 网络编程之 UDP通信
  6. WMS学习笔记:1.尝试加载WMS
  7. ui设计 网络错误_UI设计人员常犯的10个错误
  8. mysql约束深入了解_MySQL 的约束
  9. 微信小程序上传大于4m_微信定制小程序开发
  10. 在matplotlib中改变tick(标签)的字体大小
  11. mui获取php表格,Mui table实现数据提取方法
  12. java executor spring_java 线程池(ExecutorService与Spring配置threadPoolTaskExecutor)
  13. 基于windows PE文件的恶意代码分析;使用SystemInternal工具与内核调试器研究windows用户空间与内核空间...
  14. 华为 MA5683T GPON简单业务配置
  15. java jlist 添加滚动条_JList滚动条问题
  16. 分享15款精美的免费 HTML5 网站模板
  17. 使用C#解线性回归方程
  18. 【Bulldog】靶场记录
  19. 基于公共知识和一次学习的多任务流量分类
  20. 7种常见分布的数学期望及其证明

热门文章

  1. 性能测试知多少?怎样开展性能测试
  2. 3d 饼环图 echarts实现
  3. 写两个函数 分别求两个整数的最大公约数和最小公倍数 用主函数调用这两个函数 并输出结果 两个整数由键盘输入
  4. “云原生”、“大数据”、“云计算”的结合——阿里云的云原生大数据计算服务MaxCompute
  5. 在Maven中出现Could not find artifact ...:pom:0.0.1-SNAPSHOT and ‘parent.relativePath‘的错误怎么解决?
  6. linux修改用户名、密码、组名等详细步骤
  7. python爬取虎扑评论_python爬取网站数据
  8. 标签设计(CodeSoft简单使用)
  9. 三维图像专业处理软件Dragonfly 应用-如何计算面孔隙率
  10. 为什么电影里黑客几乎不用鼠标?