- Learning Embedded Linux Using the Yocto Project
- Alexandru Vaduva
- 130字
- 2021-07-16 13:49:31
Chapter 2. Cross-compiling
In this chapter, you will learn about toolchains, how to use and customize them, and how code standards apply to them. A toolchain contains a myriad of tools, such as compilers, linkers, assemblers, debuggers, and a variety of miscellaneous utilities that help to manipulate the resulting application binaries. In this chapter, you will learn how to use the GNU toolchain and become familiar with its features. You will be presented with examples that will involve manual configurations, and at the same time, these examples will be moved to the Yocto Project environment. At the end of the chapter, an analysis will be made to identify the similarities and differences between manual and automatic deployment of a toolchain, and the various usage scenarios available for it.
- Java應用與實戰(zhàn)
- MATLAB應用與實驗教程
- Learn Swift by Building Applications
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)項目教程
- Getting Started with Gulp
- 深度學習:Java語言實現(xiàn)
- FPGA嵌入式項目開發(fā)實戰(zhàn)
- R Data Science Essentials
- Flink入門與實戰(zhàn)
- Developing Java Applications with Spring and Spring Boot
- C/C++程序設計教程
- Swift編程實戰(zhàn):iOS應用開發(fā)實例及完整解決方案
- iOS應用逆向工程:分析與實戰(zhàn)
- 深入理解Android:WebKit卷
- Django By Example