This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

symbol referencing errors

Other Parts Discussed in Thread: TMS320F2812

On building my project this is what I get. I've included the runtime support library(rts2800_ml.lib) in the project. I'm using ccsv2.1 as it's the only version my eZDSP TMS320F2812 from spectrum digital supports.

[Linking...] "C:\ti\c2000\cgtools\bin\cl2000" -@"Debug.lkf"

>> warning: creating output section .gblinit without SECTIONS specification

>> warning: creating output section .trcdata without SECTIONS specification

>> warning: creating output section .mem without SECTIONS specification

>> warning: creating output section .rtdx_data without SECTIONS specification

>> warning: creating output section .sys without SECTIONS specification

>> warning: creating output section .clk without SECTIONS specification

>> warning: creating output section .hst1 without SECTIONS specification

>> warning: creating output section .hst without SECTIONS specification

>> warning: creating output section .pip without SECTIONS specification

>> warning: creating output section .hst0 without SECTIONS specification

>> warning: creating output section .hwi_vec without SECTIONS specification

>> warning: creating output section .swi without SECTIONS specification

>> warning: creating output section .sts without SECTIONS specification

>> warning: creating output section .TSK_idle$stk without SECTIONS specification

>> warning: creating output section .tsk without SECTIONS specification

>> warning: creating output section .idlcal without SECTIONS specification

>> warning: creating output section .idl without SECTIONS specification

>> warning: creating output section .LOG_system$buf without SECTIONS

            specification

>> warning: creating output section .log without SECTIONS specification

>> warning: creating output section .sysinit without SECTIONS specification

>> warning: creating output section .vers without SECTIONS specification

>> warning: creating output section CpuTimer2RegsFile without SECTIONS

            specification

>> warning: creating output section CpuTimer1RegsFile without SECTIONS

            specification

>> warning: creating .stack section with default size of 400 (hex) words.

   Use

            -stack option to change the default size.

 

undefined                        first referenced

 symbol                              in file

---------                        ----------------

SWI_D_rdytab                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_HWI_STKTOP                      C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_KNL_exit                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

TSK_VCREATEFXN                   C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_UTL_doError                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

PIP_F_start                      C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

GBL_boot                         C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

TSK_VDELETEFXN                   C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

KNL_glue                         C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

LNK_D_dataReadyMask              C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_UTL_doAbort                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

IDL_F_loop                       C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

M0SARAM$B                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

iRTA_F_or                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_HWI_STKBOTTOM                   C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_RTDX_Buffer_Start               C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

GBL_stackbeg                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

M0SARAM$L                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_UTL_doPutc                      C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_MEM                             C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

PRD_F_tick                       C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

FXN_F_selfLoop                   C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

GBL_stackend                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

HWI_D_spsave                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

PRD_D_tablen                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_RTDX_Buffer_End                 C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_FXN_F_nop                       C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_KNL_run                         C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

L0SARAM$B                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

LNK_D_fromHostMask               C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

CLK_F_isr                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

PIP_D_tabbeg                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

L0SARAM$L                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_UTL_halt                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_MEM_init                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

RTA_F_dispatch                   C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

RTDX_F_isr                       C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_TSK_startup                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_TSK_setup                       C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_KNL_queues                      C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

LNK_F_dataPump                   C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

TSK_VEXITFXN                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

GBL_F_version                    C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_TSK_init                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

PIP_D_tablen                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

_TSK_exit                        C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

SWI_F_enable                     C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

IDL_F_busy                       C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

IDL_F_init                       C:\ti\myprojects\kia\Debug\dsk2812cfg.obj

>>   error: symbol referencing errors - './Debug/kia.out' not built

I'd like some help with this problem.

Thank you

  • Hi Murali,

    Even CCS v6.1 supports F2812! Your compiler is very very old and outdated and support for the same is extremely bleak.

    Regards,
    Gautam
  • Hi Goutam,
    Thanks for your reply. The processor I have is from spectrum digital which supports only parallel port connector and is a very old one. The driver for the same is compatible with CCSV2.1 only. I was able to create a .out file using CCSV6.1 but I am afraid I can't use that version for the DSP I have. Expecting your reply soon.
    Murali