SparkFun_Edge_BSP icon indicating copy to clipboard operation
SparkFun_Edge_BSP copied to clipboard

Running make in SparkFun_Edge_Project_Template/gcc Gives Target Pattern Error

Open ComputerAided opened this issue 6 years ago • 0 comments

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.

ComputerAided avatar Jul 10 '19 04:07 ComputerAided