DSPRelated.com
Forums

symbol multiply defined ! how 2 resolve this error?

Started by k seshu babu October 9, 2002
hi

does anybody know about this error on the DSK6711 kit?

error: symbol _CSL_cfgInit multiply defined:
D:\ti\myprojects\audio\Debug\audiocfg_c.obj and
D:\ti\myprojects\audio\Debug\config1cfg_c.obj

plz let me know about this

waiting for your reply

seshu
bye




XXXcfg_c.c file is generated automatically by the
cdb file included in the project. This file
defines the symbol you are refering.
I assume you have added config1.cdb in your
project. This cdb will generate the
config1cfg_c.c file that will also be added to
your project. Looks like you have added the other
c file (audio1cfg_c.c) file to the project by
mistake.
Remove that and the error should go away. --- k seshu babu <> wrote:
> hi
>
> does anybody know about this error on the
> DSK6711 kit?
>
> error: symbol _CSL_cfgInit multiply defined:
>
> D:\ti\myprojects\audio\Debug\audiocfg_c.obj and
>
> D:\ti\myprojects\audio\Debug\config1cfg_c.obj
>
> plz let me know about this
>
> waiting for your reply
>
> seshu
> bye




It looks like a new BIOS configuration file (config1.cdb) has replaced the
original config file (audio.cdb) in the audio application and some of the
object files are lingering and being linked.

The error comes because the object file (audiocfg_c.obj) from the generated
file audiocfg_c.c from the previous audio.cdb (audio.cdb generates 5 files,
audiocfg_c.c is one of them) is still being linked.

Thom

-----Original Message-----
From: k seshu babu [mailto:]
Sent: Wednesday, October 09, 2002 3:31 AM
To:
Subject: [c6x] symbol multiply defined ! how 2 resolve this error? hi

does anybody know about this error on the DSK6711 kit?

error: symbol _CSL_cfgInit multiply defined:
D:\ti\myprojects\audio\Debug\audiocfg_c.obj and
D:\ti\myprojects\audio\Debug\config1cfg_c.obj

plz let me know about this

waiting for your reply

seshu
bye

_____________________________________
Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you
want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com ">http://docs.yahoo.com/info/terms/