Technical requirements
To follow along with the examples, make sure you have the following:
- A Linux-based host system with
gcc
,make
,top
,procps
,valgrind
, andsmem
installed
All of these tools are available on most popular Linux distributions (such as Ubuntu, Arch, and so on).
All of the code for this chapter can be found in the Chapter18
folder in the book's GitHub repository: https://github.com/PacktPublishing/Mastering-Embedded-Linux-Programming-Third-Edition.