I am trying this offline compiler on a NUCLEO_F303K8 board and I can compile the code to generate the binary file but when I run make NUCLEO_F303K8-deploy, I just receive make: Nothing to be done for 'NUCLEO_F303K8-deploy'.. How does make deploy work? Can I use the DEVICE variable in Makefile to do make deploy?
I am trying this offline compiler on a NUCLEO_F303K8 board and I can compile the code to generate the binary file but when I run
make NUCLEO_F303K8-deploy
, I just receivemake: Nothing to be done for 'NUCLEO_F303K8-deploy'.
. How doesmake deploy
work? Can I use the DEVICE variable in Makefile to domake deploy
?