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.

RTOS/TM4C123GH6PM: Tiva TI-RTOS: The package 'ti.sysbios.knl' is not compatible...

Part Number: TM4C123GH6PM
Other Parts Discussed in Thread: SYSBIOS, CCSTUDIO

Tool/software: TI-RTOS

I have a recent CCSv7 install and trying to setup for use with a Tiva and TI-RTOS. Getting a rather strange error on build:

The package 'ti.sysbios.knl' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later.


This might make sense apart from the fact it's a completely clean installation with the latest versions of CCS, XDCtools and Tiva-TI-RTOS:

The only possible 'smoking gun' here is that I've had to manually download/install TI-RTOS and Tivaware because the new TIREX just won't work on this install (despite all other network-enabled functions working fine). I downloaded the following packages:

tirtos_tivac_setupwin32_2_16_01_14

SW-TM4C-2.1.4.178

Any ideas?

cheers

Mat

  • looks like the cut-and-paste didn't work...

  • Little bit more data for this:

    In an attempt to keep working, I tried to install CCSv6. Interesting, it detected the XDC tool installation, then threw up a failure message on it:

    Operation details
      Cannot complete the install because one or more required items could not be found.
        Software being installed: RTSC/XDCtools (IDE Client) 3.50.3.33 (org.eclipse.rtsc.xdctools.product.ui.feature.group 3.50.3.33)
        Missing requirement: Runtime Object View Support 1.0.0.201708051527 (com.ti.rov 1.0.0.201708051527) requires 'bundle com.ti.ccstudio.webcontent 0.0.0' but it could not be found
        Cannot satisfy dependency:
          From: RTSC/XDCtools (IDE Client) 3.50.3.33 (org.eclipse.rtsc.xdctools.product.ui.feature.group 3.50.3.33)
          To: com.ti.rov [1.0.0.201708051527]

    Will try a clean install...

  • Mathew Maher49 said:
    I have a recent CCSv7 install and trying to setup for use with a Tiva and TI-RTOS. Getting a rather strange error on build:

    The package 'ti.sysbios.knl' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later.

    Your screen shot shows that the XDCtools version in use for the project is 3.50.3.33_core.

    XDCtools 3.50.3.33_core is incompatible with the SYS/BIOS version 6.45.02.31 used by TI-RTOS TivaC version 2.16.01.14.

    The TI-RTOS TivaC 2.16.01.14 Release Notes show that XDCtools version 3.32.00.06 should be used.

    Therefore, in the project properties try setting the XDCtools version to 3.32.0.06. That version of XDCtools should have been installed with TI-RTOS TivaC version 2.16.01.14.  If not already installed, the download page is http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/3_32_00_06/index_FDS.html

  • Very bizarre: I'd tried 3.32.02.25 which was installed by TI-RTOS and go nowhere fast (same error). So, downloaded the version you suggested: it built successfully. Swapping back to 3.32.02.25, it now builds successfully....

    Either I'm suffering persistent errors between builds, the 3.32.06 installed kick something, or its just Friday afternoon after a very long week..

    cheers

    Mat