Embedded system development study notes (6)

Last review

Embedded system development study notes (5)

Embedded Linux development tools

Compiler --gcc

1. Production of static and dynamic libraries
2. Use of libraries

Debugger --gdb

Goal: but to debug simple errors and memory errors

Project Manager--make

1. Target: enterprise-level makefile, cmake

git version management

Command interpreter-shell

1. Function: It provides customers with a system-level program to send a request to the Linux kernel in order to run the program interface.
Insert picture description here

Guess you like

Origin blog.csdn.net/m0_52251623/article/details/114872252