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.

Grace "unresolved symbols remain"

Hi;

when i try to build a project with grace it get these errors:

Description Resource Path Location Type
#10010 errors encountered during linking; "servo.out" not built servo C/C++ Problem
<a href="file:/C:/ti/ccsv5/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain servo C/C++ Problem
unresolved symbol Grace_init, first referenced in ./main.obj servo C/C++ Problem
#10008-D cannot find file "./configPkg/linker.cmd" servo C/C++ Problem

any suggestions with these errors??

i am workig with mps430g2211 and CCSv5.3.0.00090

Thanks 

Erdem

  • Hi Erdem,

    unresolved symbol errors are typical when a library is missing (ie ccs is not properly directed to the library).   Please see this wiki:

    http://processors.wiki.ti.com/index.php/Include_paths_and_options

    Is this an unmodified project/example?

    Best Regards,
    Lisa

  • First, thanks for quick reply.

    The code i am trying to build, generated by grace itself. there is no modification over it.

  • Also, i checked everywhere but i can not find this directory or file "./configPkg/linker.cmd". Is it possible that my installation of CCS somewhat broken or faulty??

  • This file is located in the project directory, not in the CCS installation directory. 

    Since you said everything was left on default, your project or project workspace could be corrupted. I would recommend to start with a new workspace from scratch and see if the problem persists. If it does, a clean reinstall of CCS is recommended.

    Of course, before you try that, do a "clean" of your project, maybe this is enough.

    Kind regards,
    Michael 

  • i reinstalled ccs but it didint solve my problem.

    When i try to build codes without grace, they go fine.no build errors. It is something about grace i think

    Thanks again

    Erdem

  • Hello Erdem,

    Did you try to do your configuration again in a new project in a new workspace?

    Can you attach the project if the problem persists?

    Thanks,
    Michael