Using the GCC compiler Automating builds with make
The preceding post, “Programming Environments and Interfaces,†provided a high-level view of Linux programming, focusing on the overall development environment and introducing the idioms that give programming on a Linux system its distinctive character.
This chapter goes into greater detail and describes some of the tools and toys found on a typical Linux development system.
Examining library utilities
Exploring source code control
The goal of this chapter is not to turn you into a developer in 30 pages or less, but simply to explore some of the variety of
tools developers use so you will at least know what they are and what they do. You’ll also learn how to use some of the
programs and utilities.
Debugging with GDB
↧