A Debugging Tool More Convenient Than GDB

A Debugging Tool More Convenient Than GDB

CGDB isGDB‘s frontend, which allows debugging code in a graphical form within the terminal window (based onncurse), making it very convenient. Compared toGDB, it can significantly improve efficiency. This article will share the most basic usage of CGDB. If you are hearing about it for the first time, I strongly recommend you to try it … Read more

Building a Custom Linux System with Buildroot

Building a Custom Linux System with Buildroot

Introduction to Buildroot Buildroot is a tool for automating the building of embedded Linux systems. Buildroot can generate cross-compilation toolchains, root filesystems, Linux kernel images, and bootloaders. Buildroot can be used independently with any combination of these options (for example, you can use an existing cross-compilation toolchain and only use Buildroot to build your root … Read more