This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

using dsplink libs in visual studio

Other Parts Discussed in Thread: OMAP3530

Hello, i"m having a hard time using the libraries built in the command line for dsplink. I copied the export folder to a project folder and just added it thinking I'd be able to comile one of the samples in visual studio. It didn't work, apparently there are some missing defines.

 

Without the sample code I get 1 error

error C2065: 'MAX_DSPS' : undeclared identifier

So to some extent I'm assuming that not all the information is in the src material, and some of the defines are passed to the compiler when its being built. We don't want to include this in our OS design and the samples are purely built from command or the example is part of the os design.

 

Is there a way to take the lib files and use them in a project?