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.

How do I rezolve a linking problem?

 Hi,

I had building problems before but I included  the  headers and it works. Now I have this error at linking part : undefined first referenced  symbol in file  .obj.

Thanks 

Diana

  • HI Sanatescu Diana,

    It would be easy to help if you be more clear on the problem description.

    Did you miss to link library where the symbol is actually present?

    Regards

    Radhesh

  • Which software are you compiling? For which processor?

    Please provide all the details, i.e. software environment and hardware details?

    -Thanks,

    Balaji.N

  • Hi

    I use code composer studio v4, Ezdsp 5535. This is my error: 

    --include_path="E:/workplaceDSP3/inc" --diag_warning=225 --large_memory_model --ptrdiff_size=32 --algebraic --memory_model=large --asm_source=mnemonic --obj_directory="C:/c55/C55_Connected_Audio_Framework_ALL/c55_caf/build/CSL_USB_IsoFullSpeedExample_ezdsp_Out/Debug" --preproc_with_compile --preproc_dependency="app_usb.pp"'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -@"app_usb_ccsCompiler.opt"
    ERROR! : Cannot open source file 32: No such file or directory

    >> Compilation failure

    When I set  asm_source algebric, I  have   asm errors regarding an asm file.

    What can I do?

    Diana 

  • Hi Diana,

    Please make sure that you are using CCS 4.2.4 or later for building the project. DSP/BIOS version should be 5.41.10.36 and Code Generation Tools version should be 4.3.6.

    If the above requirements are met and you are still facing issues, please provide the complete build Console output from CCS.

    Regards,

    Rahul