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/CC2642R: Headless Incremental Build Recompiling All Files

Part Number: CC2642R

Tool/software: Code Composer Studio

Hello, 

I'm having trouble getting the "-ccs.buildType incremental" option to work when building a CCS project from the command line. The project builds, but it recompiles all of my application files every time. I can open CCS and build the same project and get: "ble5_simple_peripheral_cc26x2r1lp_app.out' is up to date."

Any idea what might be causing this? I found a thread where someone reported a similar issue, but don't see any real fix...

Thanks,

Josh

  • Should also mention I'm using CCS v8.1.0.00011
  • Hi Josh,
    This issue is something that we have seen reported in the past but were not always able to reproduce. More details about your environment could help us with our analysis - such as:
    -what host OS
    -which CC26x2 SDK version is being used
    -is CCS is open when you try to build from the command-line
    -are the projects checked into version control

    thanks
    ki
  • Hello,
    I haven’t heard back from you, hence this issue is being closed. If you wish to continue the discussion, please post a reply with an update below (or create a new thread).

    Thanks,
    ki
  • Hi Ki-Soo,

    Sorry for the delayed response, this one slipped my mind for a while. To answer your questions:

    -what host OS: Windows 10 (x64)
    -which CC26x2 SDK version is being used: simplelink_cc26x2_sdk_2_20_00_36
    -is CCS is open when you try to build from the command-line: It closed when was encountering the issue
    -are the projects checked into version control: Yep, they are in a git repo

    -Josh
  • Thanks. Can you also provide the exact full command (with all parameters) being called from the command line?