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/CC2640: for ti rtos

Part Number: CC2640

Tool/software: Code Composer Studio

Hi All,

I get error in ccs7 that is below.

undefined first referenced
symbol in file
--------- ----------------
ResetISR

error #10234-D: unresolved symbols remain
warning #10062-D: entry-point symbol "ResetISR" undefined

INTERNAL ERROR: C:\ti\ccsv7\tools\compiler\ti-cgt-arm_16.9.0.LTS\bin\armlnk.exe experienced an unhandled exception

This is caused by a defect in the compiler itself. TI Customer
Support may be able to suggest a workaround to avoid this.

Upgrading to the newest version of the compiler may fix this problem.

Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler". See the link titled
"Submitting an issue". Include this ENTIRE error message and a
copy of the .pp file created when option --preproc_with_comment
(-ppc) is used.


>> Compilation failure
makefile:142: recipe for target 'pin_sample.out' failed
makefile:138: recipe for target 'all' failed
gmake[1]: *** [pin_sample.out] Error 1
gmake: *** [all] Error 2

how to solve this please share me solution

Best Regards

Nitin Kanani

  • Hello,

    Nitin Kanani said:

    undefined first referenced
    symbol in file
    --------- ----------------
    ResetISR

    error #10234-D: unresolved symbols remain
    warning #10062-D: entry-point symbol "ResetISR" undefined

    This error is documented in the below wiki article:

    http://processors.wiki.ti.com/index.php/Build_Errors_in_CCS#Error:_unresolved_symbols_remain

    However the bigger issue is:

    Nitin Kanani said:

    INTERNAL ERROR: C:\ti\ccsv7\tools\compiler\ti-cgt-arm_16.9.0.LTS\bin\armlnk.exe experienced an unhandled exception

    This is caused by a defect in the compiler itself. TI Customer
    Support may be able to suggest a workaround to avoid this.

    Upgrading to the newest version of the compiler may fix this problem.

    Contact TI in the E2E support forums at http://e2e.ti.com under
    "Development Tools", "TI C/C++ Compiler". See the link titled
    "Submitting an issue". Include this ENTIRE error message and a
    copy of the .pp file created when option --preproc_with_comment
    (-ppc) is used.

    Please follow the instructions above and post the entire error message and the generated *.pp files to this thread.


    I will move this thread to the compiler forum where the experts there can help you best with the linker crash

    Thanks

    ki

  • Regarding this ...

    Nitin Kanani said:
    INTERNAL ERROR: C:\ti\ccsv7\tools\compiler\ti-cgt-arm_16.9.0.LTS\bin\armlnk.exe experienced an unhandled exception

    Since the linker failed, we need to see the entire CCS project, and not just a .pp file.  That will allow us to reproduce the problem, and find the root cause.  Please see this forum post to learn how to submit your project.

    Thanks and regards,

    -George