Guys, I'm trying to setup a C++ project in Eclipse but I get the following error:
make: *** No rule to make target '../../examples/getting_started_with_blue/test.c', needed by 'build/sama5d4-xplained/ddram/examples/getting_started_with_blue/test.o'. Stop.
The file is called test.cpp
Any advice lads?
EDITED: I forgot to mention, I've also added the object file to the makefile:
obj-y += examples/getting_started_with_blue/main.o
obj-y += examples/getting_started_with_blue/test.o