Yocto DEPENDS vs. RDEPENDS: Understanding Build-Time and Run-Time Dependencies

In Yocto Project, managing dependencies efficiently is crucial for creating optimized and reliable Linux distributions. Two key … Read more

How to compile C program for X86 Desktop and Embedded Hardware ?

Compiling a C program for different hardware architectures, such as x86 desktop and embedded systems, requires understanding … Read more

How to resolve “cc1: all warnings being treated as errors” ?

If you are compiling some C program or open source package using Makefile which is written by … Read more

Cross Compilation of Linux kernel for Raspberry Pi 3 and Load It

For this post, we assume that you already have a working root filesystem as we did in … Read more

Fixed : openssl/opensslv.h: No such file or directory

When trying to compile some packages / libraries or application source codes in Linux which are based … Read more

How to create Linker .map file in Linux ?

Generate Linker map file

Understanding map files created by some of the Embedded compilers is required for the Engineers who are … Read more

How to build target and host Sysroot with yocto / poky ?

If you want to build some external packages which are using sysroot within yocto framework or buildsystem, … Read more

How to build Cross-Toolchain using meta-toolchain recipe from Yocto / Poky ?

This article assumes, you already have development environment setup for yocto, if not please read and setup … Read more