No rule to make

I’m all of a sudden getting a lot of

make[1]: *** No rule to make target

errors while running the make command to flash my code to my device…

there are always references to various .elf files. Do these need to be cleared? Am I missing something?

Thanks in advance!

Hi @bgenchel,

Are you still seeing this? Are you compiling for a photon or core? Does a compile of a simple empty app work for you?

void setup() {}
void loop() {}
#etc

Thanks!
David