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/CC1352P: GIT and build errors

Part Number: CC1352P

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

  • Hi Bill,

    What version of CCS are you using and did a similar GIT environment work for the older SDKs? Have you also installed the XDCTools version recommended for this SDK, 3.51.01.18?

    Regards,
    Ryan
  • 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

  • Hi Bill,

    We’ve seen many issues in the past with paths that have spaces in them, please remove the [] characters and renamed the directory to ZstackTest_clone. This should allow it to get past the XDCtools build error.

    Regards,
    Ryan
  • That was it. It's always the simple things that get you.

    Thanks!