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.

CCS/TMDX5535EZDSP: Getting Build error: "Symbol unresolved" and "illegal COFF version specified"

Part Number: TMDX5535EZDSP

Tool/software: Code Composer Studio

Hi I am trying to build TIesr Demo.

I have used the below projects:

*atafs_bios_drv_lib (build fine)

*C55XXCSL_LP (build fine)

*TIesrDemoC55 (Error)

*TIesrEngineC55 (build fine)

DemoC55 has build error. Below is the log. It look weird with a text file.

Please Help.

LOG:

Description Resource Path Location Type
#10010 errors encountered during linking; "ot" not built TIesrDemoC55 C/C++ Problem
<a href="file:/home/user/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain TIesrDemoC55 C/C++ Problem
gmake: *** [TIesrDemoC55.out] Error 1 TIesrDemoC55 C/C++ Problem
gmake: Target 'all' not remade because of errors. TIesrDemoC55 C/C++ Problem
unresolved symbol rial8 TIesrDemoC55 C/C++ Problem
#10062-D entry-point symbol "rial8" undefined TIesrDemoC55 C/C++ Problem
#179-D variable "readBuff" was declared but never referenced codec_aic3254.c /TIesrDemoC55 line 125 C/C++ Problem
#179-D variable "readBuff" was declared but never referenced codec_aic3254.c /TIesrDemoC55 line 300 C/C++ Problem
#179-D variable "readBuff1" was declared but never referenced codec_aic3254.c /TIesrDemoC55 line 191 C/C++ Problem
#179-D variable "readBuff2" was declared but never referenced codec_aic3254.c /TIesrDemoC55 line 192 C/C++ Problem
#179-D variable "readCount" was declared but never referenced codec_aic3254.c /TIesrDemoC55 line 298 C/C++ Problem
#64-D shift count is too large sys_init.c /TIesrDemoC55 line 227 C/C++ Problem
#64-D shift count is too large sys_init.c /TIesrDemoC55 line 251 C/C++ Problem
#99922 illegal COFF version specified; version 2 assumed TIesrDemoC55 C/C++ Problem
Referenced project 'cslVC5505' does not exist in the workspace. Project 'TIesrDemoC55' may not build as expected. TIesrDemoC55 TIesrDemoC55 Problems

  • Hi,

    Make sure you link all needed files & include all libraries in your project.

    Best Regards,
    Yordan
  • Yordan Kovachev,

    Thanks for reply. I tried it on Windows. Everything seems to working fine.

    Same thing on Linux doesn't seem to work. I am facing problem in this. So I am using windows temporarily.

    I am building a custom trigger library using TIesr engine in Ubuntu.

    What are the pre-requisites to libraries I need to install in Ubuntu before running the make file? (ex: arm-gnu cross compiler libraries)

    And how do I train the TIesr engine HMM for speech commands.

    Regards,

    Abhinandan

    Edit: With the right bios version i was able to get it to work on linux. Thanks for the help.