DE1-SoC: A better makefile
I created a new Makefile from scratch for compiling the Linux programs for the Cyclone V SoC. The Makefile is able to handle both C and C++ files. The Makefile will create a dedicated build directory where all object and binary files are stored in order to keep the project directory clean.
Continue Reading