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.
Tool/software: TI C/C++ Compiler
Hi everyone,
I am using CCS v9.1. I usually back up the workspaces using WinRaR. I zip the parent folder containing projects and even the metadata and other folders that get created when a workspace is opened using CCS. Now similarly I unzipped my recent backup with WinRaR and tried building the projects. I get variety of errors such as
1) fatal error #10296 cannot open output file "projectname.out" for writing
2) fatal error #6001 "projectname_linkinfo_.xml": No such file or directory
I went back to my workspace I backed up. I retried zipping and unzipping to see if something had happened on my first attempt to backup my work. However I see the same thing even after doing so.
I already tried the suggestion in the reference post. It did not work. I also tried cleaning and rebuilding the project but with no result.
Can someone suggest what is the problem and how can I fix this?
Thanks in advance,
-Chandrasekhar DVS
Hello,
Can you check the permissions on your extracted zip. Do all the folder/files have write permissions? When you clean the project, does the *.out file get deleted?
I haven't had problems related to permissions till date. However I checked as per your suggestion. It seems the administrator and SYSTEM have all the permissions. But I have another workspace where, I imported the projects from working workspace. They have the same kind of permissions and still work fine.
The one thing is, in the extracted folder, when I try to clean, it says, name to long and also the .out file does not get deleted when I do so. Other .d files are deleted however.
Also there was a power failure and my laptop turned off then, after which is when i happened to get these problems.
Could you suggest what can be done?
Thanks in advance,
-Chandrasekhar DVS
Chandrasekhar Dhulipala said:The one thing is, in the extracted folder, when I try to clean, it says, name to long and also the .out file does not get deleted when I do so. Other .d files are deleted however.
Can you provide the exact error message as it appears in the build console?