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/LAUNCHCC3220MODASF: Issue with CC3220MODASF CCS workspace github

Part Number: LAUNCHCC3220MODASF
Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

Hello Ti team

I am working on CC3220MODASF SDK. I have successfully built the example project in workspace folder and I have added this workspace folder in git using following commands:

// Initialize git
git init


// Add workspace folder in git
got add <workspace folder>


// Git commit
Git commit -m <commit message>


// git push
git push origin <branch name>

After following above git steps workspace folder uploaded successfully. For cross verification of uploaded code I am cloning the code from my GitHub in same location  and I am getting following compilation error:

error #10008-D: cannot find file "freertos_builds_CC3220SF_LAUNCHXL_release_ccs.lib      


I also followed this link too and got same results as above attached screenshot.

I also tried git tag to release the workspace but same issue.


Anyone help to resolve the issue so that I can push the code to GitHub and clone/pull the code and it can compile successfully so that each time when I will change the code I do not have to release by creating zip file and upload via Dropbox/gdrive.

Any help will be appreciate.

Thanks.