Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).
i am working with c5510 on voice application, i tried to include dsplib.h but an error massage (could not open source file "Dsplib.h") how to include dsp library to my project? Aliaa Ibrahim Seleem Faculty Of Engineering Computer EngineeringDepartment a...@gmail.com ------------------------------------ OMAP35x EVM jump-starts low-power apps ------------------------------------ The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x
This has been brought up before, you should be able to search the archives for it. Please look up the documentation for the compiler and linker on how to include libraries and library headers, i.e. the flag -i. Good luck! -Sima On Mon, Apr 28, 2008 at 12:35 PM, aliaa salman <l...@yahoo.com> wrote: > i am working with c5510 on voice application, i tried to include > dsplib.h but an error massage (could not open source file "Dsplib.h") > how to include dsp library to my project? > > Aliaa Ibrahim Seleem > > Faculty Of Engineering > Computer EngineeringDepartment > a...@gmail.com <aliaa.ibrahim.salman%40gmail.com> >
More specifically, in the Project->Build Option:
Compiler -> Preprocessor -> Include Search Path(-i): put the link to the include file
here, eg. "C:\ti5XDSK\c5500\dsplib\include\"
Linker -> Library Search Path (-i): put the link to the include file here, eg.
"C:\ti5XDSK\c5500\dsplib\include\"
Done!
Goodluck!
Ngoc.
----- Original Message -----
From: Sima Baymani
To: c...@yahoogroups.com
Sent: Monday, April 28, 2008 8:13 PM
Subject: Re: [c55x] c5510 help (could not open source file "Dsplib.h")
This has been brought up before, you should be able to search the archives for it.
Please look up the documentation for the compiler and linker on how to include libraries and
library headers, i.e. the flag -i.
Good luck!
-Sima
On Mon, Apr 28, 2008 at 12:35 PM, aliaa salman <l...@yahoo.com> wrote:
i am working with c5510 on voice application, i tried to include dsplib.h but an error
massage (could not open source file "Dsplib.h")
how to include dsp library to my project?
Aliaa Ibrahim Seleem
Faculty Of Engineering
Computer EngineeringDepartment
a...@gmail.com