I use CCSv5 with windows8.
When I execute 'build all' , the following failure occurs.
Where is the problem?
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.
I use CCSv5 with windows8.
When I execute 'build all' , the following failure occurs.
Where is the problem?
Hi Matsunaga-san,
the best thing would be if you could enable error logging and send us any error logs or dump files generated. This wiki tells you how.
http://processors.wiki.ti.com/index.php/Troubleshooting_CCS
Do you see this with all projects/workspaces? Is there an english language PC you have access to? In case this is caused by some dll interaction with the non english windows it looks like you use.
Best Regards,
Lisa
Hi Lisa,
I attached the ccs logs.
Could you kindly please tell me what happened and how I can solve it?
Cheers,
Hiroaki
Hi Hiroaki,
this assertion is coming from the compiler/code generation so I have moved it there for you.
Best Regards,
Lisa
This is probably SDSCM00037582, which is a bug triggered by an umlaut in a filename used as input to the compiler. I suspect the trigger here is a non-ASCII character in a filename. I had thought this bug was fixed; I'll check up on this.
See also this thread: http://e2e.ti.com/support/development_tools/compiler/f/343/t/3497.aspx
File name includes path. Or if there is string in your commanf line, compiler option, it could also cause this problem. TI works file in a pure ASCII environment. Also we have never tested out compiler under WIN8 environment. It could also cause trouble as WIN8 might have its own way to encode the path, or file name.
Wei
Does the name of your TEMP directory pathname or your USERPROFILE directory pathname contain any non-ASCII character?
The environmental setting is as follows.
PATH (n/a)
TEMP %USERPROFILE%\AppData\Local\Temp
TMP %USERPROFILE%\AppData\Local\Temp
Does it have any problem?
Well, we are looking for a non-English character in these environment variables. There aren't any here. But there might be some in the USERPROFILE environment variable.
Thanks and regards,
-George
You still need to post what is in the USERPROFILE environment variable.
Thanks and regards,
-George
I made a new account which do not have non-ascii code on my PC, and installed CCS. Then all things went well.
Thank you.