CMake Hands-On Tutorial What is CMakeCMake is a cross-platform build system generator. Cmake is not a build system itself. It Generates another system's build files. After Generation, it can invoke native build environments such as Make to build the final executable / Libraries. To use CMake, you create a CMakeLists.txt file in the root directory...
Make based build System
What is “Make”Make is a build automation tool that is commonly used to build and manage projects written in C and C++. It uses a file called a "makefile" that specifies how the project should be built, including the dependencies between source files and the rules for building the final executable.How to Create a Makefile? To create a makefile...
Subscribe to:
Posts (Atom)
Categories
- ESP32 (16)
- Electronics (3)
- Embedded-CI_CD (4)
- Embedded-Linux/Android (4)
- IOT (3)
- OOP (7)
- Projects (7)
- TDD (2)
Pages
Firmware Engineer
- Hassin
- Works on Firmware, Embedded Linux, Smart Metering, RTOS, IoT backend
Contact Form
Copyrighted by Hassin. Powered by Blogger.