Stage 0 : Installation and Preparation
Learning Objectives
- Setup the environment to build NITCbase
- Learn how to use the GNU Debugger(gdb)
Setup
Please follow the setting up procedure from here.
After setup of the system is done correctly the directory structure given here will be created. You can also go through the notable directories and files available in the same link. Other directories in the structure will be visited at the right stages when you proceed through the roadmap.
GDB
Read the section on GDB to learn how to use the GNU debugger.
WARNING! make sure that you don't get lost in the links as you follow along the roadmap. You're not expected to read any links other than the ones mentioned specifically on the page.