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