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: Code Composer Studio
I just recently installed simplelink_cc13x2_26x2_sdk_2_40_00_81 and I'm in the process of porting my zstack project from simplelink_cc13x2_sdk_2_30_00_45.
In both cases I started with zr_genric_app.
It all builds correctly locally, but when I create a GIT repository and then clone that project I get build errors on the clone (so do my colleagues). My guess is that I'm missing something in the GIT.
I used the instructions from "http://processors.wiki.ti.com/index.php/Source_control_with_CCS" to decide what to include/exclude.
Here's the build log file.
/cfs-file/__key/communityserver-discussions-components-files/158/global_2D00_build.log
Any thoughts?
- Bill
I'm using CCSv8 and xdctools_3_51_01_18_core.
Our git was working fine with simplelink_cc13x2_sdk_2_30_00_45 and xdctools_3_50_08_24_core.
Attached are two zip files that show the same issue. I created a new zr_sw project and it all compiled fine. With no other modifications I created a git repository and pushed this project. Then I cloned it and the clone fails to build.
Is my .gitignore excluding something that I need?
Any help is greatly appreciated
ZStackTest.zipZstackTest[clone].zip
- Bill