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.

Compiler/CC2652R: "Debug Assertion Failed" and "cannot find entry symbol" for one project

Part Number: CC2652R


Tool/software: TI C/C++ Compiler

Hello,

my customer trying to compile example project but got 2 different errors by both compilers:

I think it should be a configuration error. But I don't understand where it's happens, because I can't found nothing similar.

Reinstallation of Windows 7x64 and CCS 8 didn't help.

  • The debug assertion is probably caused by the compiler seeing a non-ASCII character.  This non-ASCII character may appear in the source code, or a file name, or a directory path, or something similar.  I have seen problems occur because the name of the computer contained a problem character.

    As for cannot find entry symbol ResetISR ... I cannot help you with this error.  It is a build configuration problem.  Your link command is missing a library, or a startup file, or something like that.  I recommend you start a new thread in the Low Power RF Tools Forum.  Or, if you prefer, I can move this thread to that forum.

    Thanks and regards,

    -George

  • You right, we found, that we using non-ASCII symbols in directory.
    I wanted to write about the solution, but you did it before.