hi, I have incorporated a DSP/BIOS configuration file in my project on the format dsk6711. But after building the project, i see a file "projectnamecfg.h" that has a definition #Define CHIP_6211 1 It seems that this file has been created by the configuration tool, as all changes done to it have no effect when the project is compiled. Now i have only included the csl6711.lib file and in compiler options i have defined CHIP_6711 so where does the above definition comes from. Can some one help? I am getting the following error messages. <Linking> >> error: symbol __CSL_init multiply defined: csl.obj (c:/ti/c6000/bios/lib/csl6211.lib) and csl.obj (c:\ti\c6000\bios\lib\csl6711.lib) >> error: errors in input - ./Debug/rtdataout.out not built Build Complete, 2 Errors, 0 Warnings, 0 Remarks. Thanks in advance, fahim |
|
Configuration file??
Started by ●July 11, 2003
Reply by ●July 12, 20032003-07-12
Hi Fahim, The definition is coming from your CDB or your configuration file. In general settings change the configuration of the processor to C6711. You haven't changed that which is the source of the error. Change ur cdb and ur program shld run without a glitch. Hope this helps. Ganesh P.S: Sorry abt not replying to your previous mail. Original Message: ----------------- From: Fahim Sheikh Date: Fri, 11 Jul 2003 03:17:38 -0700 (PDT) To: Subject: [c6x] Configuration file?? hi, I have incorporated a DSP/BIOS configuration file in my project on the format dsk6711. But after building the project, i see a file "projectnamecfg.h" that has a definition #Define CHIP_6211 1 It seems that this file has been created by the configuration tool, as all changes done to it have no effect when the project is compiled. Now i have only included the csl6711.lib file and in compiler options i have defined CHIP_6711 so where does the above definition comes from. Can some one help? I am getting the following error messages. <Linking> >> error: symbol __CSL_init multiply defined: csl.obj (c:/ti/c6000/bios/lib/csl6211.lib) and csl.obj (c:\ti\c6000\bios\lib\csl6711.lib) >> error: errors in input - ./Debug/rtdataout.out not built Build Complete, 2 Errors, 0 Warnings, 0 Remarks. Thanks in advance, fahim _____________________________________ 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/ -------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . |
Reply by ●July 14, 20032003-07-14
Hello Fahim,
It sounds like the Bios Configuration is set dor 6211 instead of
6711. Open the .cdb file and change the properties of the process to
6711.
mikedunn
Fahim Sheikh <i...@yahoo.com> wrote:
|