Sign in

username:

password:



Not a member?

Search c55x



Search tips

Subscribe to c55x



c55x by Keywords

AIC23 | C5509 | CCS | CSL | EMIF | EVM | GEL | GPIO | HPI | Interfacing | JTAG | McBSP | OMAP | Omap15 | OMAP59 | RTDX | SDRAM | TMS320VC5509 | USB | XDS5

Ads

Discussion Groups

Discussion Groups | TMS320C55x | c5510 help (could not open source file "Dsplib.h")

Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).

  

Post a new Thread

c5510 help (could not open source file "Dsplib.h") - aliaa salman - Apr 28 6:50:53 2008



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



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: c5510 help (could not open source file "Dsplib.h") - Sima Baymani - Apr 28 11:54:32 2008

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>  
>



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: c5510 help (could not open source file "Dsplib.h") - "Duong, Q.K. Ngoc" - May 2 11:38:25 2008

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



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )