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.

Debug Assertion failed



i've been struggled last 7 days to start newest version of CCS. But i cannot found a solution from anywhere..

Finally, i try to change the version of CCS, and i can start it.

But i met this error. 

it's hard to say how much i struggled to start CCS, but i can't found any solution for this new problem.

As you see now, i Changed the language options of my laptop, So there is no non-ASCII character in Project Path, File Path.. everywhere.

i'm so tired. plz tell me how can i fix this problem..

i'm using Windows 8.1 K 64bit.



  • Hello,
    I believe your issue is related to the one in the below thread:
    e2e.ti.com/.../406317

    Note Bruno's reply (the 4th post in the thread) regarding the quotes in his source code being stored as an non-ASCII character...

    Also, mentioned you changed the version of CCS. What version did you change it to?

    Thanks
    ki
  • I checked your answer but i cannot understood what i gonna change.

    is it mean i'll delete character  ( " ) ?

    or change another character??

    plz tell me what i need to fix. 

    and i changed the CCS version to 6.0

    thanks.

  • The post was referring to how a non-ascii value was being used for the quotes. If you can cut and paste here your entire build output, I can see where the issue may be

    Thanks
    ki
  • The error occurs when i just create a new project without any path added.

    I cannot sure what exactly "build output" is, But i guess "CDT Build Console" 's content is what you meant.

    Here is  what i can see from console when i just press build Button.  


    **** Clean-only build of configuration Debug for project FirstP ****

    "c:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
    gmake: *** No rule to make target `clean'.

    **** Build Finished ****

    **** Build of configuration Debug for project FirstP ****

    "c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    'Building file: ../main.c'
    'Invoking: ARM Compiler'
    "c:/ti/ccsv6/tools/compiler/arm_5.1.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="c:/ti/ccsv6/tools/compiler/arm_5.1.5/include" -g --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
    gmake: *** [main.obj] Error 255
    gmake: Target `all' not remade because of errors.

    **** Build Finished ****

    hopes it'll right. 

    with thanks,
    Moon.

  • Nothing seems working in the build output. There must be somewhere else where there are non-ASCII characters. There are several places to check (your user name, TEMP path locations, etc). There are several suggestions in the thread below:
    e2e.ti.com/.../244013