I am using OMAP-L137. I have transferred my codec library and my main and other .c and .h files from my Windows box to my Linux box. I have run genpackage and genserver. Then I edited the main.c file. I finally have the compilation completing, but the link fails with undefineds. The .c files are there, but I think they are not included in the link. How would I add additional .c file (other than main, which seems to be there) to the build?
I can not find a Makefile that doesn't say "don't edit this". I would have expected to add files in the genserver run, but that wasn't an option. It seems unreasonable to have to paste all of my code into main.c, but I suppose that is a fallback position.