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.

MSP430F4793 CCS6 build crash and aborted

Other Parts Discussed in Thread: MSP430F4793

when I build the sample project "msp430x47xx_wdt_01, the building is aborted, and display a crash messagebox

My OS is win8.1 64 bit, could somebody help me?

Below is the CCS6 console's output: 

**** Build of configuration Debug for project msp430x47xx_wdt_01 ****

"D:\\PROGRAM\\TI\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../msp430x47xx_wdt_01.c'
'Invoking: MSP430 Compiler'
"D:/PROGRAM/TI/ccsv6/tools/compiler/msp430_4.3.5/bin/cl430" -vmsp --abi=eabi --include_path="D:/PROGRAM/TI/ccsv6/ccs_base/msp430/include" --include_path="D:/PROGRAM/TI/ccsv6/tools/compiler/msp430_4.3.5/include" --advice:power=all -g --define=__MSP430F4793__ --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=minimal --preproc_with_compile --preproc_dependency="msp430x47xx_wdt_01.pp"  "../msp430x47xx_wdt_01.c"

INTERNAL ERROR: D:/PROGRAM/TI/ccsv6/tools/compiler/msp430_4.3.5/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../msp430x47xx_wdt_01.c

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.

gmake: *** [msp430x47xx_wdt_01.obj] Error 2
gmake: Target `all' not remade because of errors.

**** Build Finished ****

  • Hi,

        As this is more of a CCS problem, alternatively post this at CCS forum to get more expert advice.

        When running CCS at Windows 8.x, it is advised to run at Windows 7 Compatibility Mode.

    - kel

  • user3934989 said:
    when I build the sample project "msp430x47xx_wdt_01, the building is aborted, and display a crash messagebox

    Based on the test on the messagebox I think the problem might be caused by a directory and/or filename which contains non-ASCII characters.

    Does any part of the directory name which the example project is in contain non-ASCII characters?

    e.g. is the CCS workspace in your the C:\Users\<windows user name> directory where you Windows user name contains non-ASCII characters?

  • My Win8.1 is Chinese version, I got a new laptop with this version, and register account using my microsoft account(a email address), and then win8.1 made my windows user directory with my chinese name(read from server?).

    In the CCS6 menu "Help->CCS Support", select "Eclipse Log" to view, I found the informations:

    ...

    java.io.FileNotFoundException:C:\User\xxx\Appdata\.....

    xxx is garbled characters.

    ....

    Maybe you can found your problem in there also .... 

    So I made a new local admin account in win8.1, then run the CCSV6, it's OK, it works.

    Thank you very much for reply me. 

**Attention** This is a public forum