Reply by Brad Griffis April 18, 20082008-04-18
mrdushyant wrote:
> SIR, > Problem definition as follow; > Query1: initial stage of DSP/BIOS development in the exiting application. > > We are developing DSP/BIOS in exiting application. In this application > we have already two library IQmath.lib & rts2800_ml.lib. > Initially we are converting F2812 .cmd file to BIOS .cmd file by > graphical method (i.e.through MEM-memory section manager).So it shows > following error. Here problem is that we can not modify both the library > file (i.e. rts2800_ml.lib & bios.a28L).if anybody know it, Please give > proper solution > >>> error: symbol _c_int00 is defined multiple times: boot.obj > (C:/CCStudio_v3.3/C2000/cgtools/lib/rts2800_ml.lib) and > boot.o28L > > (C:/CCStudio_v3.3/bios_5_31_02/packages/ti/bios/lib/bios.a28L) > > regard.. > shailesh > >
The BIOS library has its own implementation of the rts2800 library. Wherever you are manually referencing rts2800_ml.lib you should remove that reference (could be your project options or your linker command file). The BIOS library will include all the functions you previously used in rts2800_ml.lib. Brad
Reply by mrdushyant April 13, 20082008-04-13
SIR,
Problem definition as follow;
Query1: initial stage of DSP/BIOS development in the exiting application.

We are developing   DSP/BIOS in exiting application. In this application
we have already two library IQmath.lib & rts2800_ml.lib.
Initially we are converting   F2812 .cmd file to BIOS .cmd file by
graphical method (i.e.through MEM-memory section manager).So it shows
following error. Here problem is that we can not modify both the library
file (i.e. rts2800_ml.lib & bios.a28L).if anybody know it, Please give
proper solution

>> error: symbol _c_int00 is defined multiple times: boot.obj
(C:/CCStudio_v3.3/C2000/cgtools/lib/rts2800_ml.lib) and boot.o28L (C:/CCStudio_v3.3/bios_5_31_02/packages/ti/bios/lib/bios.a28L) regard.. shailesh