DSPRelated.com
Forums

question about DSK6713

Started by lilimaqmul September 21, 2006
Hi,

I'm a new starter on DSP. I have a DSK6713. I tried to run a LED
programme, which is copied from Rulph Chassaing's book 'Digital
Signal Processing and applications with the C6713 and C6416 DSK'.
When I build in CCStudio, it always give a warning message like:

warning: Detected a near (.bss section relative) data reference to
the symbol
_DSK6713_AIC23_codecdatahandle defined in section .far.
The
reference occurs in
C:\CCStudio_v3.1
\MyProjects\sine8_LEDtest\Debug\c6713dskinit.obj,
section .text, SPC offset 00000058. Either make the
symbol near
data by placing it in the .bss section, or make the
references to
the symbol far. For C/C++ code use 'far' or 'near'
modifiers on
the type definition of the symbol or compile with the
--mem_model:data switch.

What does it mean?

Thanks in adcance for help!

Lili
Hi,
I dont know this program but I think
found "DSK6713_AIC23_codecdatahandle" symbol and make the
references to this symbol "far" as recomended.
But I dnt think this warning will produce trouble to test program
regards
Oleg

Hi,
>
>I'm a new starter on DSP. I have a DSK6713. I tried to run a LED
>programme, which is copied from Rulph Chassaing's book 'Digital
>Signal Processing and applications with the C6713 and C6416 DSK'.
>When I build in CCStudio, it always give a warning message like:
>
>warning: Detected a near (.bss section relative) data reference to
>the symbol
> _DSK6713_AIC23_codecdatahandle defined in section .far.
>The
> reference occurs in
> C:\CCStudio_v3.1
>\MyProjects\sine8_LEDtest\Debug\c6713dskinit.obj,
> section .text, SPC offset 00000058. Either make the
>symbol near
> data by placing it in the .bss section, or make the
>references to
> the symbol far. For C/C++ code use 'far' or 'near'
>modifiers on
> the type definition of the symbol or compile with the
> --mem_model:data switch.
>
>What does it mean?
>
>Thanks in adcance for help!
>
>Lili