Archive of stories published by Learnings of Embedded systems, Android and Machine Learnings

ctags and cscope

Searching for particular functions, keywords, header files, etc etc over big source code directory is difficult task for any one. But in Linux everything is easier if you know some tricks. Since it is an open source, you will get many hands to save you for anything.


How to Cross Compile Linux Kernel for ARM

Get the latest linux kernel

Follow commands,

[code language=”css”]$ tar -xf linux-x.xx.x.tar.gz[/code]
[code language=”css”]$ cd linux-x.xx.x/[/code]
[code language=”css”]$ make distclean[/code]

These were the top 10 stories published by Learnings of Embedded systems, Android and Machine Learnings; you can also dive into yearly archives: 2013, 2014, 2015, and 2016.

About
Learnings of Embedded systems, Android and Machine Learnings
Write up of challenges, and interesting experiences happened in my day-to-day professional life
More information
Tags
Editors