I am having a problem using a custom makefile too. I am trying to build a project that has a makefile included that in its turn includes other make files (it has statements like"include Makefile.other" inside). I must also say that the cb project files are in a separate folder from the source files, but I added the full path to the custom make file and it started processing it. However, on the first statement that includes other makefile, it says it cannot find that other makefile. Is there anyway to setup folders to search for other makefiles? I added the path to the folder containing the other make file into the compiler search directory tab, but no results. How can I build when I have multiple custom makefiles that include one another?
Thanks