View Single Post
Posts: 1 | Thanked: 0 times | Joined on Mar 2010
#4
the problem is that the sources are the src folder but their dependencies are not set in the makefile. thus, make builds a prj without having a target. (verify output of make: "nothing to be done for...").

unfortunately, i don't know where to include the respective dependencies. probably someone else can help out.