SparkFun_Edge_BSP
SparkFun_Edge_BSP copied to clipboard
Running make in SparkFun_Edge_Project_Template/gcc Gives Target Pattern Error
When running make in examples/SparkFun_Edge_Project_Template/gcc/, this error appears:
bin/main.d:1: *** multiple target patterns. Stop.
I found this error can be solved by removing all files in the examples/SparkFun_Edge_Project_Template/gcc/bin folder, the error disappears. I assume it is because the directories on my computer were different from the ones already listed in the *.d files in this directory.