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.

CCSv6.0.1 ERROR: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.tiva'

Other Parts Discussed in Thread: TM4C1294NCPDT, SYSBIOS

CCSv6.0.1

TI-RTOS v2.10.01.38

XDC Tools v3.30.03.47_core

Hi,

My office PC is recently upgraded to a 64-bit platform where I need to install CCSv6 & migrate all my projects from the old PC. After, I installed the CCSv6.0.1 (same version as of the old PC, same installer used), the project is giving error "xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.tiva'.  TI platforms are no longer shipped as part of XDCtools (c:\ti\xdctools_3_30_03_47_core).  Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/tirtos_tivac_2_10_01_38/packages;C:/ti/tirtos_tivac_2_10_01_38/products/bios_6_40_03_39/packages;C:/ti/tirtos_tivac_2_10_01_38/products/ndk_2_23_01_01/packages;C:/ti/tirtos_tivac_2_10_01_38/products/uia_2_00_01_34/packages;C:/ti/ccsv6/ccs_base;c:\ti\xdctools_3_30_03_47_core/packages'.  Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled."

Following the below mentioned posts, I tried "ti.platforms.stellaris:TM4C1294NCPDT" at the properties>general>RTSC but still the problem persists.

Can't find platfrom package ti.platforsm.tiva - Arm-based microcontrollers forum - Arm-based microcontrollers...

e2e.ti.com
Other Parts Discussed in Thread: TM4C123GH6PGE I am using the TIVA DK-TM4C123G and the version of CCS I am using is 5.5.0.00077. When I load try and look at some

I even tried downloading XDC v3.25.6.96 but it shoots up with some other kind of error "can't locate the package 'ti.sysbios.knl' along the path: 'C:/ti/tirtos_tivac_2_10_01_38/packages;C:/ti/tirtos_tivac_2_10_01_38/products/bios_6_40_03_39/packages;C:/ti/tirtos_tivac_2_10_01_38/products/ndk_2_23_01_01/packages;C:/ti/tirtos_tivac_2_10_01_38/products/uia_2_00_01_34/packages;C:/ti/ccsv6/ccs_base;C:/ti/xdctools_3_25_06_96/packages;..;'. Ensure that the package path is set correctly.".

Double clicking on the error in CCS IDE points to the attached file (Line 51).

Do you have any guess on how is everything working fine on the old PC & how can I copy that missing part from the old PC to the new one?

Regards

Soumyajit

Cmdr.xs.txt.txt
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
* Copyright (c) 2008 Texas Instruments and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Texas Instruments - initial implementation
*
* */
var Cmdr;
/*
* ======== module$meta$init ========
*/
function module$meta$init()
{
Cmdr = this;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • Soumyajit Das said:

    CCSv6.0.1

    TI-RTOS v2.10.01.38

    XDC Tools v3.30.03.47_core

    With these versions, you should be able to select ti.platforms.tiva:TM4C1294NCPDT for the RTSC platform. 

    Can you try a clean/rebuild? If the error persists, please post a screenshot of your Project Properties->General->RTSC tab that shows the XDCtools version and RTSC components that are enabled.

  • Hi AartiG,

           Thanks for your help in the matter. In fact, I tried several times earlier to clean the project & then build again but it didn't help. I tried today also but ended up with the same results.

           Am attaching below the screenshots you requested & a few more.

    Thanks

    Regards

    Soumyajit

  • In the Project Properties->General->RTSC tab, can you explicitly enable the checkbox for TI-RTOS for TivaC version 2.10.1.38 and then do a Rebuild? Let us know if this helps.

  • Hi AartiG,

       Yes, it worked. I landed up into a set of other errors in CCS related to NDK & some constant declarations for which I opened up a new post as it may not be relevant to discuss the same in CCS forum. The link to the same is provided below just in case you decide to have a look at it....

    Errors: struct sockaddr_in.sin_len, GPIO_PIN_7 declaration - Processors forum - Processors - TI E2E support...

    e2e.ti.com
    Other Parts Discussed in Thread: SYSBIOS CCS: v6.0.1.0040 TI-RTOS: 2.10.01.38 NDK: 2.24.01.18 Hi, Following the post at I am having trouble porting

    Thanks

    Regards

    Soumyajit