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 ,
I tried to build a project created with CCS 6.1.3 the project was probably created using an older version of CCS v 5.5.
During the build process I get this error "running builder 'CDT Builder' on project".
Is this observed because the project was created using an older version of compiler? Is there any way to resolve this error.
I tried updating the version of the compiler to 4.9.3 which is installed in 6.1.3 but still we are facing some build issues.
I am attaching the project files for reference.
Thanks
Anant Pai
Anant,
I can't actually reproduce the error you are seeing as I do not have all the source files or dependent projects for it to even start the build process. I could forward the project files to a developer to see if they provide any clues, but would you mind giving CCS 6.2 a try and let us know if you see the same error?
Hi Aarti,
We are still using CCSv6.1.3 for our project. I will check with my team if we can migrate to the CCS 6.2 version.
Meanwhile can you try this attached project without any dependencies and let us know if there is anyway we can fix this issue.
Thanks and Regards
Anant Pai
Anant,
A developer looked into the attached project and identified the cause of the error to be the unresolved linked resource libdal.a. Since the project sets up the output file to be generated outside the project (Output file option under GNU Librarian->Basic) that linked file will be a broken link until the project is built. This should normally not be an issue but a bug in CCS 6.1.3 is triggering the error.
Unfortunately the only way to workaround this in 6.1.3 would be to change the "Output file" option back to the default setting (inside the project). The other option would be to update to CCS 6.2.0. I apologize for the inconvenience caused and hope that you are able to move ahead with one of these options.