Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Discussion Groups

Discussion Groups | Freescale DSPs | Need help on G726 codec linking on DSP56F807

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

Need help on G726 codec linking on DSP56F807 - sureshsureddi - Dec 12 14:24:00 2002



Hello,
We are unable to link codec module to our application on
DSP56F807 Evaluation board.While linking we are getting following
link errors.
Link Error : Undefined : "FG726EncCreate"
Referenced from "Fmain" in main.c

Link Error : Undefined : "FG726EncDestroy"
Referenced from "Fmain" in main.c

Link Error : Undefined : "FG726Encoder"
Referenced from "Fmain" in main.c

Link failed.

Could anyone please tell me the detailed procedure of
linking the codec library to our application ?

Thanks and Regards,
Suresh.






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

RE: Need help on G726 codec linking on DSP56F807 - Leonard N. Elevich - Dec 12 17:09:00 2002

Make sure that you have included g726.lib in your project. The errors that you are getting are due to linker inability to find symbols that you are calling from your application. These symbols are defined in the g726.lib.

 

To add g726.lib to your project, simply select “”Add Files” command from the “Project” menu in CodeWarrior IDE.

 

Also, please note that if you are using basic SDK, you will not have g726 installed on your development computer. You will have to talk to your local sales person or FAE to obtain g726.lib.

 

Leonard

 

 

 

-----Original Message-----
From: s...@yahoo.com [mailto:s...@yahoo.com]
Sent: Thursday, December 12, 2002 7:24 AM
To: m...@yahoogroups.com
Subject: [motoroladsp] Need help on G726 codec linking on DSP56F807

 

Hello,
    We are unable to link codec module to our application on
DSP56F807 Evaluation board.While linking we are getting following
link errors.
    Link Error   : Undefined : "FG726EncCreate"
    Referenced from "Fmain" in main.c

    Link Error   : Undefined : "FG726EncDestroy"
    Referenced from "Fmain" in main.c

    Link Error   : Undefined : "FG726Encoder"
    Referenced from "Fmain" in main.c

    Link failed.

                Could anyone please tell me the detailed procedure of
linking the codec library to our application ?

Thanks and Regards,
Suresh.


_____________________________________
/groups.php3


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.






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

Re: Need help on G726 codec linking on DSP56F807 - jdw_atx - Dec 12 17:10:00 2002

Suresh,

I know this is kind of the obvious question, but have you included
the G726.lib either as a library or a subproject within your
application project?

If you haven't, you need to read sections Chapters 4 and 5 of the
G726 Library documentation that comes within the Embedded SDK
documentation. That should help you get up and running....

If you have already done this and my answer seems trivial or too
simplistic, I apologize......just not sure where you are at in the
debug phase. :-)

Regards,
John

--- In , "sureshsureddi
<sureshsureddi@y...>" <sureshsureddi@y...> wrote:
> Hello,
> We are unable to link codec module to our application on
> DSP56F807 Evaluation board.While linking we are getting following
> link errors.
> Link Error : Undefined : "FG726EncCreate"
> Referenced from "Fmain" in main.c
>
> Link Error : Undefined : "FG726EncDestroy"
> Referenced from "Fmain" in main.c
>
> Link Error : Undefined : "FG726Encoder"
> Referenced from "Fmain" in main.c
>
> Link failed.
>
> Could anyone please tell me the detailed procedure
of
> linking the codec library to our application ?
>
> Thanks and Regards,
> Suresh.




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