Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Discussion Groups

Discussion Groups | Code-Composer | Re: problem while linking

Technical discussions about Code Composer Studio.

  

Post a new Thread

problem while linking - yuanmeng61 - Nov 26 14:58:00 2002



Hello all,
I am using CCS2.10 and DSKVC5416
When I compile, I encounter an error as following: Undefined first referenced
symble in file
_dma_reset .../Audiosetting.obj
_mcbsp_config .../Audiosetting.obj
... ...
_mcbsp_close .../Recordsetting.obj
>> error: symbol referencing errors-feat.out not built. But these symbles have already been included in .h files, I don't
know why. Please help me.






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

Re: problem while linking - Amaresh patil - Nov 27 9:09:00 2002

Hi

I think it is problem with the library inclusion path:
By looking at the linker error message it is not able
find out those routines used in the program. Just try
this solution , i hope this works for u.

Project --> Build options.. --> Linker Tab

In the linker tab write library file names in the
include Libraries(-i) field.
if u r using board support library (they r sepcific to
DSK hardware)
then add .. DSK5416.lib, drv5416.lib in the above
field

if u r using CSL then add
csl5416.lib

Before this make sure that there files are avialable
in the ccs path.

Byee

Amaresh --- yuanmeng61 <> wrote:
> Hello all,
> I am using CCS2.10 and DSKVC5416
> When I compile, I encounter an error as following: > Undefined first
> referenced
> symble in file
> _dma_reset
> .../Audiosetting.obj
> _mcbsp_config
> .../Audiosetting.obj
> ... ...
> _mcbsp_close
> .../Recordsetting.obj
> >> error: symbol referencing errors-feat.out not
> built. > But these symbles have already been included in .h
> files, I don't
> know why. Please help me.
__________________________________________________




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