目录
文章目录
摘要
本节主要讲解waf,waf 是一个帮助构建和编译系统的框架,采用python语言编写。欢迎批评指正!!!
分析要点:
1.ardupilot为何使用waf编译,而不使用make?
2.ardupilot如何进行代码编译,下载?
3.为何我输入一个命令,ubuntu会不停的回显编译的进度?
1.ardupilot为何使用waf编译,而不使用make?
官网原话:
Ardupilot is gradually moving from the make-based build system to
[Waf](https://waf.io/). The instructions below should be enough for you to
build Ardupilot, but you can also read more about the build system in the
[Waf Book](https://waf.io/book/).
Waf should always be called from the ardupilot's root directory. Differently
from the make-ba