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.
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.
Hi Ivan,
it seems like this could be a permissions or antivirus issue. Notice the "access is denied" message when trying to create something in the temp directory. Please ensure you have full permissions on all directories being used.
Please keep us informed.
Best Regards,
Lisa
Hi,
Now I see that solution for this issue was soo obvious ^_^ ( it was in front of my eyes all the time)
I just need to learn how to read stuff.
Tnx Lisa, I opened a permissions to that folder for writing and now all works fine.
Ivan.
Hi Ivan,
no worries, glad you managed to get past the issue.
Thanks for the update and all the best with development.
Best Regards,
Lisa