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.

CCS5 Could not open .out file

Hi everyone,

Recently I've encountered with this problem, actually I just wanted to run my first program on CCS (yep, "the First Blinking LED").

But I can't do this cause of the error I get about *out file not found.

I googled a couple of forums (including this one) there were similar topic posted by other users, but somehow thay are not so useful for me.

What I have tried till this post:

1. Changing/Switching a workspace -- I even created a directory at "ti" folder and used simple one word names(without spaces, bars and etc).

2. Deleted debug configuration

3.Deleted target cache files/

Long story short, I've all the things that were mentioned at troubleshooting page (http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5#General_IDE under "Debugger Section")

I also found some CDT Consocle log messages (don't know if this one is relevant):

it says:

[CODE]

**** Build of configuration Debug for project blinkled ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
process_begin: CreateProcess(C:\Users\bravoelf\AppData\Local\Temp\make45144-1.bat, C:\Users\bravoelf\AppData\Local\Temp\make45144-1.bat, ...) failed.
make (e=5): Access is denied.

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

**** Build Finished ****

[/CODE]

This thing gets me a little frustrated, any help to resolve this problem will be kindly appreciated.

Ivan. 

p.s. I have win8 64bit.