GCC, Make and CMake are famous and useful tools to build C/C++ programs. This note helps you to understand functions and how to use them properly. g++ -shared -o libV.so -I../include -c ...
This project is intended to be used as a tutorial to start working on embedded systems programming without IDE. This code will use only the bare minimum external files required for blinking the on ...