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

Step-by-Step Tutorial: Building Your First Embedded Linux System

Building an embedded Linux system from scratch is a rewarding experience that provides a deep understanding of … Read more

Essential Tools for Embedded Linux Development: A Comprehensive Guide

Embedded Linux development requires a diverse set of tools to facilitate efficient coding, debugging, and deployment. Whether … Read more

What is JSON? Understanding JSON Syntax with Simple Examples

In the world of data interchange and web development, JSON (JavaScript Object Notation) is a fundamental format … Read more

Introduction to Embedded Linux: A Comprehensive Guide for Beginners

Embedded Linux is a specialized version of the Linux operating system designed to run on embedded systems. … Read more

Switch Java Version

How to Switch Between Multiple Java Versions On Ubuntu Linux ?

If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … 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