Compiling software for the F103 is very easy but – as so often – does take a little preparation. In this case, we will need set up a few build files and make sure they are correct for the F103.
But first, let’s create a new directory and “chdir” into it:
mkdir ~/myf103apps cd ~/myf103apps Then you need these 3 files, which can all be downloaded from GitHub:
Makefile.include - contains a few settings to select the F103 rules.
↧