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.

CODECOMPOSER: Ti-RTOS with CCS

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSBIOS, TM4C1294NCPDT

Hi,

I am unable to configure the Ti-rtos every time i am getting different different error.

I also try import sample code from resource explorer but  i am getting same result .i also try with by create new project but results are same.

so, please help ..

errors are given below

Description    Resource    Path    Location    Type
gmake: *** [build-1144793985] Error 2    rtos_1.2             C/C++ Problem
gmake: Target 'all' not remade because of errors.    rtos_1.2             C/C++ Problem
gmake[1]: *** [build-1144793985-inproc] Error 1    rtos_1.2             C/C++ Problem
xdc.cfg.Program : 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.    .xdchelp    /rtos_1.2    line 71    C/C++ Problem

  • Some time i get this type of error ....

    Description    Resource    Path    Location    Type
    #10010 errors encountered during linking; "ti-rtos.out" not built    ti-rtos             C/C++ Problem
    #10099-D program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment fails for section ".bootVecs" size 0x8, overlaps with ".intvecs", size 0x208 (page 0)    linker.cmd    /ti-rtos/Debug/configPkg    line 101    C/C++ Problem
    #10263 FLASH memory range has already been specified    .ccsproject    /ti-rtos    line 35, external location: C:\ti\tirtos_tivac_2_16_00_08\products\bios_6_45_01_29\packages\ti\platforms\tiva\include\TM4C1294NCPDT.cmd    C/C++ Problem
    #10263 SRAM memory range has already been specified    .ccsproject    /ti-rtos    line 36, external location: C:\ti\tirtos_tivac_2_16_00_08\products\bios_6_45_01_29\packages\ti\platforms\tiva\include\TM4C1294NCPDT.cmd    C/C++ Problem
    #10264 FLASH memory range overlaps existing memory range FLASH    .ccsproject    /ti-rtos    line 35, external location: C:\ti\tirtos_tivac_2_16_00_08\products\bios_6_45_01_29\packages\ti\platforms\tiva\include\TM4C1294NCPDT.cmd    C/C++ Problem
    #10264 SRAM memory range overlaps existing memory range SRAM    .ccsproject    /ti-rtos    line 36, external location: C:\ti\tirtos_tivac_2_16_00_08\products\bios_6_45_01_29\packages\ti\platforms\tiva\include\TM4C1294NCPDT.cmd    C/C++ Problem
    gmake: *** [all] Error 2    ti-rtos             C/C++ Problem
    gmake[1]: *** [ti-rtos.out] Error 1    ti-rtos             C/C++ Problem

  • Hi,

      sorry for the late reply as yesterday was a public US holiday. Please do not use XDCtools 3.50 or later for TI-RTOS (2.16.0.08) for TivaC. Please only use XDCtools 3.32.0.6 for TI-RTOS 2.16.0.08.

  • Hi Charles,

    Problem is solved after using XDCtools 3.32.0.6 

    Thanks Charles