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/CC3200: Problems generating bin file

Part Number: CC3200


Tool/software: Code Composer Studio

Hi!

After a major windows update last night I have not been able to generate .bin files as a part of the post build steps in ccs. I get the output shown below. Then running ccs as an administrator I don't get an access denied, but it looks like it tries to access some file  c:\user\Jan xxx xxx\AppData\Local\Temp\ofd_1277_21031_11224.xml and it get confused by the fact that my user name  consist of spaces. Any idea how to solve this problem? Does the post build steps usually access files under the user directory or have some paths been modified by the update?

Best regards,

Jan 

"C:/ti/ccsv7/utils/tiobj2bin/tiobj2bin" "http_client_demo.out" "http_client_demo.bin" "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armofd" "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_5.2.6/bin/armhex" "C:/ti/ccsv7/utils/tiobj2bin/mkhex4bin"
' '
Access is denied.
Access is denied.
fatal error: cannot open input file "C:\Users\Jan.out": No such file or
directory
The system cannot find the path specified.
The system cannot find the path specified.

**** Build Finished ****

  • Hi Jan,

    Jan Gustav Heber said:
    c:\user\Jan xxx xxx\AppData\Local\Temp\ofd_1277_21031_11224.xml and it get confused by the fact that my user name  consist of spaces.

    Spaces in your username or workspace name can cause issues - especially with TI-RTOS projects:

    https://e2e.ti.com/support/tools/ccs/f/81/t/740719

    However, I don't know why the issue would start occurring only after a Windows update. What version of Windows are you using now? provide the version and OS Build number shown when you run winver.

    Jan Gustav Heber said:
    Does the post build steps usually access files under the user directory

    Where is your workspace folder?

    Thanks

    ki

  • Hi!

    I finally solved the problem. I had previously modified the TEMP variable path and now it was probably set back to default under the user directory causing the problem. Setting it back to another place different from the %USERPROFILE%\AppData\Local\Temp solved the problem.

    Thanks!

    Jan