Ok sorry if this isn't in the right area, but i'm not really sure where to look. Basically what I'd like to do is take the source files for the message sample in the dsplink, and pull them out, add them to source, and make it build using visual studio 2005. This isn't going to be in the platform builder, and aslo we aren't going to source the $(DSPLINK) folder, though it will be required for someone to build this for the libraries.
My biggest problem is how to I use cgtools/xdctools/bios libs/tools in the make file, i need to set that up. It has to be able to be in an automated process without sourcing the dsplink, cgtools, xdctools, bios folders or opening css4 to build it.
I know its possible, since the dsplink samples do this, i'm trying to figure out what i can take out of there to setup a dsp project to build via bat file, my idea is to make dsp/arm libraries that will basically have send_msg, recieve_msg as pretty much the entire interface.
I have an entire 6 months worth of experience with programming... so if there is a hello world dsp app that doesn't use ccs4 that someone can guide me to make or find, that would be extremely helpful.