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/MSP430G2553: Code Composer Studio™ forum

Part Number: MSP430G2553

Tool/software: Code Composer Studio

I have a new laptop with Windows 10  Home Premium just install CCS 8.3.0 .  

The install path is C:/ti  and I created an empty project of MSP432P401R in path F:/workspace/testproject .

The workspace is also at F:/workspace .

The compiler is TI v18.1.4. 

When I start build the project there is an error occured.  

I find some similar err is because the project path have none ascii character. But my path have no such a situation.

  • You have done a good job of insuring the none of the directory paths contain a non-ASCII character.  Consider the possibility that a non-ASCII character is present inside one of the source files.  Please search the MSP430 compiler manual for the sub-chapter titled File Encodings and Character Sets.  

    Thanks and regards,

    -George

  • Hi, George
    Thanks for your reply. I tried to configure Preference - > General -> Workspace -> Text file encoding to UTF-8 .
    The error still there. And I tried other version compiler. They generated the same error. My laptop's operating system is Windows 10 Chinese Home Premium Edition. Is that a possible reason?
  • user1600444 said:
    The error still there.

    If a path or filename is not the issue, then I may be able to reproduce the problem with a test case from you.  For the source file that sees this error, please follow the directions in the article How to Submit a Compiler Test Case.

    user1600444 said:
    My laptop's operating system is Windows 10 Chinese Home Premium Edition. Is that a possible reason?

    It's possible.  But I doubt it.

    Thanks and regards,

    -George

  • hi, George
    I find the root cause. It's because my account name is in Chinese. There is a Chinese file folder in C: user that cause some mistake.
    After I exchanged my account from Chinese to English, the problem solved.
    Thanks for your help.