Adding New Machine in Yocto bitbake meta layers
Adding a new machine to the Yocto Project is a straightforward process. This section describes how to … Read more
Adding a new machine to the Yocto Project is a straightforward process. This section describes how to … Read more
If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more
We assume, we are compiling for omap3 beagleboard embedded hardware platform, Clone the kernel Download toolchain Extract … Read more
When I was trying to compile latest repo sync Android source code ( Android 10 ), and … Read more
What is Clang ? Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ … Read more
As we have seen in our another posts “How to create Shared Library in Linux ?” we … Read more
When we compile Any program in Linux using “gcc” for example ” gcc -o helloworld helloworld.c” it … Read more
Whenever you are trying to do kernel menuconfig very first time after installation of Ubuntu, its chances … Read more
As per wikipedia, elfutils is mentioned as, “Ulrich Drepper wrote elfutils, to replace GNU Binutils, purely for … Read more
When trying to compile uboot on Ubuntu, we seen the following error, From the error it looks … Read more