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.

Device memory map wrong building with SYS/BIOS

Other Parts Discussed in Thread: SYSBIOS

I'm attempting to build a test SYS/BIOS application for a C6678 EVM. I've followed the workaround to create a RTSC project in CCS v5.0.3, but my device memory map isn't being used at the link stage. My RTSC platform is set to ti.platforms.evm6678. My generated linker file is BiosTest/Debug/configPkg/package/cfg/BiosTest_pe66.xdl where BiosTest is the project name. In that linker file, the sections are declared:

MEMORY
{
    L2SRAM (RWX) : org = 0x800000, len = 0x80000
    MSMCSRAM (RWX) : org = 0xc000000, len = 0x400000
    DDR3 : org = 0x80000000, len = 0x20000000
}

But the build isn't using this. The linker command line is:

"C:/Users/adrian/Work/TI/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6600 -g --diag_warning=225 
        --abi=eabi -z -m"BiosTest.map" --warn_sections 
        -i"C:/Users/adrian/Work/TI/ccsv5/tools/compiler/c6000/lib" 
        -i"C:/Users/adrian/Work/TI/ccsv5/tools/compiler/c6000/include" 
        --reread_libs --rom_model -o "BiosTest.out" "./test.obj" 
        -l"C:\Users\adrian\Workspaces\TI\platform_lib_evmc6678l\lib\debug\ti.platform.evm6678l.ae66"

and the sections in the map file are:

MEMORY CONFIGURATION

         name            origin    length      used     unused   attr    fill
----------------------  --------  ---------  --------  --------  ----  --------
  NEARRAM               00000001   00007fff  00001378  00006c87  RWIX
  RAM                   00008000   fffffffe  0000e1a0  ffff1e5e  RWIX

How do I persuade CCS5 to link a project with a SYS/BIOS configuration?

  • Hi Adrian,

    when you followed the work around did you confirm the project changed to an RTSC project?  Do you see the RTSC options and tab in your Project->Options-> General Tab?

    If you are simply looking to use your own linker file and create your own platform there is some good advice here ...(albeit for v4)

    http://rtsc.eclipse.org/docs-tip/Demo_of_the_RTSC_Platform_Wizard_in_CCSv4

     

    Please keep me informed.

    Best Regards,

    Lisa

  • Lisa,

    do you mean Project -> Properties -> CCS Build? I've got what looks like a full set of RTSC options:

  • Hi Adrian,

    ok it does seem you have added RTSC support.    Am I correct in understanding then that you simply wish to use your own linker command file/platform?

    Please let me know, also whether the link is helpful.  If not I will help you dig into this further of course.

    Best Regards,
    Lisa

  • Lisa,

    it's the other way around - I'd like to use the linker command file generated by SYS/BIOS, but for some reason CCS is ignoring it.

    I followed the link and created my own platform based on the EVM. That seems to have broken more of the build, as I now have errors like this:

     undefined             first referenced                                                                                                                 
      symbol                   in file                                                                                                                      
     ---------             ----------------                                                                                                                 
     HOSTwrite             C:\Users\adrian\Workspaces\TI\BiosTest\Debug\configPkg\package\cfg\BiosTest_pe66.oe66                                    
     __TI_decompress_none                                                                                                                                   
     __TI_decompress_rle24                                                                                                                                  
     __TI_zero_init                                                                                                                                         
     __c6xabi_divlli       C:\Program Files (x86)\Texas Instruments\bios_6_32_01_38\packages\ti\sysbios\lib\instrumented_e66\sysbios\sysbios.lib  
     __c6xabi_divu         C:\Program Files (x86)\Texas Instruments\bios_6_32_01_38\packages\ti\sysbios\lib\instrumented_e66\sysbios\sysbios.lib  
     __c6xabi_remu         C:\Program Files (x86)\Texas Instruments\bios_6_32_01_38\packages\ti\sysbios\lib\instrumented_e66\sysbios\sysbios.lib  
     _args_main            C:\Program Files (x86)\Texas Instruments\xdctools_3_22_01_21\packages\ti\targets\rts6000\lib\boot.ae66                
     _nop                  C:\Users\adrian\Workspaces\TI\BiosTest\Debug\configPkg\package\cfg\BiosTest_pe66.oe66                                    
     _register_lock        C:\Users\adrian\Workspaces\TI\BiosTest\Debug\configPkg\package\cfg\BiosTest_pe66.oe66                                    
     _register_unlock      C:\Users\adrian\Workspaces\TI\BiosTest\Debug\configPkg\package\cfg\BiosTest_pe66.oe66                                    
     abort                 C:\Program Files (x86)\Texas Instruments\xdctools_3_22_01_21\packages\ti\targets\rts6000\lib\ti.targets.rts6000.ae66
     atexit                C:\Program Files (x86)\Texas Instruments\xdctools_3_22_01_21\packages\ti\targets\rts6000\lib\ti.targets.rts6000.ae66
     exit                  C:\Program Files (x86)\Texas Instruments\xdctools_3_22_01_21\packages\ti\targets\rts6000\lib\ti.targets.rts6000.ae66
     memcpy                C:\Users\adrian\Workspaces\TI\BiosTest\Debug\configPkg\package\cfg\BiosTest_pe66.oe66                                    
     memset                C:\Users\adrian\Workspaces\TI\BiosTest\Debug\configPkg\package\cfg\BiosTest_pe66.oe66                                    
    
    error: unresolved symbols remain
    error: errors encountered during linking; "BiosTest.out" not built
    
    
  • Hi Adrian,

    ok let me look into this with some of my colleagues.

    In the mean time

    - are you able to create a RTSC project at all?  Or do you always need to use the workaround?

    - have you tried whether the same happens in a new project/workspace?

    - have you tried CCS v5.1 beta1?

    http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v5#Downloads

    I will get back to you as soon as I have any feedback.

    Best Regards,
    Lisa

     

  • Lisa,

    so far I've only created projects using the CSL and platform libraries. This is my first attempt to create a SYS/BIOS project, and the lack of simple examples for SYS/BIOS on the C6678 is definitely slowing things down.

    I've not yet tried the CCS v5.1 beta, and will try that shortly.

     

    Regards,
    Adrian

  • Hi Adrian,

    I just build a 6678 example (SYS/BIOS clock example) in version 5.0.3.  

    I did the following

    New->CCS Project

    This opens the project wizard.

    I gave the project a name and clicked next.

    I selected C6000, Generic C66x Device and clicked next

    I believe the next screen was nothing that I felt the need to set so I clicked next

    Then you get the screen where you should be able to select an example.  I scrolled down to the SYS/BIOS examples and selected the clock example.  I then clicked next.

    On the next screen you should select a platform.  I selected the platform for the C6678 which also had examples in the title (on the drop down list there is only one with both example and 6678 in the name).

    I built the project. 

    Please keep me informed how you progress. 

    Best Regards,
    Lisa

     

  • Lisa,

    I think we're getting somewhere. I have DSP/BIOS 5.x examples, but no SYS/BIOS examples:

     

    Could you track down what component should install them? I've put my installed component list below.

     

    Thanks,
    Adrian


    *** System properties:
    XDCROOT=C:\Program Files (x86)\Texas Instruments\xdctools_3_22_01_21
    config.rootDir=C:\Program Files (x86)\Texas Instruments\xdctools_3_22_01_21
    config.scriptName=
    xdc.root=C:\Program Files (x86)\Texas Instruments\xdctools_3_22_01_21
    xdc.rootDir=C:\Program Files (x86)\Texas Instruments\xdctools_3_22_01_21
    xdc.scriptName=xdc.tools.platformWizard.memoryMap.Main
    
    *** Features:
    com.ti.ccstudio (5.0.1.201105110900) "CCS Product Branding"
    com.ti.ccstudio.base (5.0.0.394) "CCS Base Components"
    com.ti.ccstudio.installer (5.0.1.201105110900) "CCStudio Installer"
    org.eclipse.cdt (7.0.2.201102110609) "Eclipse C/C++ Development Tools"
    org.eclipse.cdt.debug.gdbjtag (5.1.0.201004122255) "Eclipse GDB Hardware Debugging Plug-in"
    org.eclipse.cdt.gdb (7.0.0.201102110609) "GDB Common"
    org.eclipse.cdt.mylyn (5.2.102.v20110131-0100-e3x-2037w31221315012110f4y) "Mylyn"
    org.eclipse.cdt.p2 (1.0.0.201102110609) "CDT P2 customizations for SDKs"
    org.eclipse.cvs (1.2.1.r362_v20101111-7B77FKv99HL0GvIAF99I8H14B7E) "Eclipse CVS Client"
    org.eclipse.draw2d (3.6.1.v20100908-1100-4507w31211A2403131) "Graphical Editing Framework Draw2d"
    org.eclipse.epp.mpc (1.0.1.v20100826-2143) "EPP Marketplace Client"
    org.eclipse.epp.package.cpp.feature (1.3.2.20110301-1807) "EPP CPP Bundle"
    org.eclipse.gef (3.6.1.v20100908-1100-777B181A3Bz-6B663E7974242) "Graphical Editing Framework GEF"
    org.eclipse.help (1.2.1.r362_v20101111-7e7jEVFDr6xg-LSlC_z0w1D) "Help System Base"
    org.eclipse.mylyn_feature (3.4.3.v20110131-0100-e3x-7Z7f7AFBBoPbVQ7iNFebXJDypa) "Mylyn"
    org.eclipse.mylyn.bugzilla_feature (3.4.3.v20110131-0100-e3x-7D774BgJ9DI9YFV4CICE2KAv) "Mylyn"
    org.eclipse.mylyn.context_feature (3.4.3.v20110131-0100-e3x-777728s73543D6D135332KAv) "Mylyn"
    org.eclipse.mylyn.ide_feature (3.4.3.v20110131-0100-e3x-7G7J5BgJ9EC9QKN49E997JSm) "Mylyn"
    org.eclipse.mylyn.team_feature (3.4.3.v20110131-0200-e3x-4327w31221242012110f4y) "Mylyn"
    org.eclipse.mylyn.wikitext_feature (1.3.2.v20100916-0100-e3x-7F7e1FC7sReRSnX-DReRRMHHM) "Mylyn"
    org.eclipse.platform (3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi) "Eclipse Platform"
    org.eclipse.rcp (3.6.2.r362_v20101104-9SAxFMKFkSAqi8axkv1ZjegmiBLY) "Eclipse RCP"
    org.eclipse.rtsc.xdctools_3.22.1.21 (3.22.1.21) "XDCtools UI Plugin"
    
    *** Plug-in Registry:
    com.ibm.icu (4.2.1.v20100412) "International Components for Unicode for Java (ICU4J)" [Active]
    com.jcraft.jsch (0.1.41.v200903070017) "JSch" [Resolved]
    com.ti.bios.rta (5.41.10.36) "BIOS 5 RTA Plug-in" [Starting]
    com.ti.biosmcsdk_2.0.1.12 (2.0.1.12) "MCSDK 2.0.1.12 P2 Tracker" [Starting]
    com.ti.biosmcsdk.mcsdk_2.0.1.12 (2.0.1.12) "MCSDK 2.0.1.12" [Starting]
    com.ti.biosmcsdk.pdk.C6670_1.0.0.12 (1.0.0.12) "C6670 PDK 1.0.0.12" [Starting]
    com.ti.biosmcsdk.pdk.C6670.p2_1.0.0.12 (1.0.0.12) "C6670 PDK P2 1.0.0.12" [Starting]
    com.ti.biosmcsdk.pdk.C6678L_1.0.0.12 (1.0.0.12) "C6678 PDK 1.0.0.12" [Starting]
    com.ti.biosmcsdk.pdk.C6678L.p2_1.0.0.12 (1.0.0.12) "C6678 PDK P2 1.0.0.12" [Starting]
    com.ti.ccstudio.abc (5.0.1.201105110900) "Code Composer Studio System Base" [Starting]
    com.ti.ccstudio.activities (5.0.1.201105110900) "Code Composer Studio IDE Activities" [Starting]
    com.ti.ccstudio.apps (5.0.1.201105110900) "CCS Headless Applications" [Starting]
    com.ti.ccstudio.base (5.0.0.394) "CCS Base Components" [Resolved]
    com.ti.ccstudio.binaryparser (5.0.1.201105110900) "CCS Binary Parser" [Active]
    com.ti.ccstudio.branding (5.0.1.201105110900) "CCS Product Branding" [Starting]
    com.ti.ccstudio.buildDefinitions.C2000 (5.0.1.201105110900) "CCS C2000 Managed Build Definitions" [Active]
    com.ti.ccstudio.buildDefinitions.C2000_4.1 (5.0.3.201105110900) "CCS C2000 v4.1 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C2000_5.0 (5.0.3.201105110900) "CCS C2000 v5.0 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C2000_5.1 (5.0.3.201105110900) "CCS C2000 v5.1 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C2000_5.2 (5.0.3.201105110900) "CCS C2000 v5.2 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C2000_6.0 (5.0.3.201105110900) "CCS C2000 v6.0 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C2000_legacy (5.0.0.201105110900) "CCS C2000 Legacy Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C5400 (5.0.1.201105110900) "CCS C5400 Managed Build Definitions" [Active]
    com.ti.ccstudio.buildDefinitions.C5400_4.1 (5.0.3.201105110900) "CCS C5400 v4.1 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C5400_4.2 (5.0.3.201105110900) "CCS C5400 v4.2 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C5400_legacy (5.0.0.201105110900) "CCS C5400 Legacy Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C5500 (5.0.1.201105110900) "CCS C5500 Managed Build Definitions" [Active]
    com.ti.ccstudio.buildDefinitions.C5500_4.0 (5.0.3.201105110900) "CCS C5500 v4.0 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C5500_4.1 (5.0.3.201105110900) "CCS C5500 v4.1 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C5500_4.2 (5.0.3.201105110900) "CCS C5500 v4.2 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C5500_4.3 (5.0.3.201105110900) "CCS C5500 v4.3 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C5500_legacy (5.0.0.201105110900) "CCS C5500 Legacy Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C6000 (5.0.1.201105110900) "CCS C6000 Managed Build Definitions" [Active]
    com.ti.ccstudio.buildDefinitions.C6000_5.3 (5.0.3.201105110900) "CCS C6000 v5.3 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C6000_6.0 (5.0.3.201105110900) "CCS C6000 v6.0 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C6000_6.1 (5.0.3.201105110900) "CCS C6000 v6.1 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C6000_7.0 (5.0.3.201105110900) "CCS C6000 v7.0 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C6000_7.2 (5.0.3.201105110900) "CCS C6000 v7.2 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.C6000_legacy (5.0.0.201105110900) "CCS C6000 Legacy Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.core (5.0.1.201105110900) "CCS Managed Build Definitions Core" [Active]
    com.ti.ccstudio.buildDefinitions.GNU (5.0.1.201105110900) "CCS GNU Managed Build Definitions" [Active]
    com.ti.ccstudio.buildDefinitions.MSP430 (5.0.1.201105110900) "CCS MSP430 Managed Build Definitions" [Active]
    com.ti.ccstudio.buildDefinitions.MSP430_2.0 (5.0.3.201105110900) "CCS MSP430 v2.0 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.MSP430_3.0 (5.0.3.201105110900) "CCS MSP430 v3.0 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.MSP430_3.1 (5.0.3.201105110900) "CCS MSP430 v3.1 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.MSP430_3.2 (5.0.3.201105110900) "CCS MSP430 v3.2 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.MSP430_3.3 (5.0.3.201105110900) "CCS MSP430 v3.3 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.MSP430_3.4 (5.0.3.201105110900) "CCS MSP430 v3.4 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.MSP430_legacy (5.0.0.201105110900) "CCS MSP430 Legacy Managed Build Definitions" [Active]
    com.ti.ccstudio.buildDefinitions.TMS470 (5.0.1.201105110900) "CCS TMS470 Managed Build Definitions" [Active]
    com.ti.ccstudio.buildDefinitions.TMS470_2.54 (5.0.3.201105110900) "CCS TMS470 v2.54 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.TMS470_2.71 (5.0.3.201105110900) "CCS TMS470 v2.71 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.TMS470_4.1 (5.0.3.201105110900) "CCS TMS470 v4.1 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.TMS470_4.4 (5.0.3.201105110900) "CCS TMS470 v4.4 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.TMS470_4.5 (5.0.3.201105110900) "CCS TMS470 v4.5 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.TMS470_4.6 (5.0.3.201105110900) "CCS TMS470 v4.6 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.TMS470_4.7 (5.0.3.201105110900) "CCS TMS470 v4.7 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.TMS470_4.8 (5.0.3.201105110900) "CCS TMS470 v4.8 Managed Build Definitions" [Starting]
    com.ti.ccstudio.buildDefinitions.TMS470_legacy (5.0.0.201105110900) "CCS TMS470 Legacy Managed Build Definitions" [Starting]
    com.ti.ccstudio.core (5.0.3.201105110900) "CCS Core" [Active]
    com.ti.ccstudio.debug (5.0.1.201105110900) "CCS Debug Core" [Active]
    com.ti.ccstudio.debug.dsf.extensions (5.0.1.201105110900) "CCS DSF Extension" [Active]
    com.ti.ccstudio.debug.memoryserver (5.0.1.201105110900) "Memory Server Plugin" [Resolved]
    com.ti.ccstudio.debug.server (5.0.1.201105110900) "CCS Debug Server" [Active]
    com.ti.ccstudio.debug.ui (5.0.1.201105110900) "CCS Debug UI" [Active]
    com.ti.ccstudio.debug.ui.msp430 (5.0.1.201105110900) "CCS Debug User Interface for MSP430" [Starting]
    com.ti.ccstudio.device.setup (5.0.1.201105110900) "CCS Device Setup" [Active]
    com.ti.ccstudio.errorparser (5.0.1.201105110900) "CCS Error Parser" [Active]
    com.ti.ccstudio.gelhelp.doc (5.0.0.394) "CCS Base GEL User Document" [Starting]
    com.ti.ccstudio.gsg.help (1.0.0.1) "Help" [Starting]
    com.ti.ccstudio.installer (5.0.1.201105110900) "CCStudio Installer" [Active]
    com.ti.ccstudio.jline (5.0.1.201105110900) "JLine Console Library" [Starting]
    com.ti.ccstudio.lerm (5.0.1.201105110900) "lerm" [Starting]
    com.ti.ccstudio.lers (5.0.1.201105110900) "lers" [Active]
    com.ti.ccstudio.leru (5.0.1.201105110900) "Leru" [Starting]
    com.ti.ccstudio.mainhelp.doc (5.0.1) "CCS Help 4.0 Plugin" [Starting]
    com.ti.ccstudio.managedbuild.core (5.0.3.201105110900) "CCS Managed Build Core" [Active]
    com.ti.ccstudio.managedbuild.ui (5.0.1.201105110900) "CCS Managed Build User Interface" [Active]
    com.ti.ccstudio.multi.purpose.view (5.0.1.201105110900) "CCS Control Panel View" [Active]
    com.ti.ccstudio.multi.purpose.view.contributors (5.0.1.201105110900) "Control Panel View Contributors" [Active]
    com.ti.ccstudio.p2.actions (5.0.1.201012171200) "Code Composer Studio P2 Touchpoint Actions" [Starting]
    com.ti.ccstudio.p2.ui.custom (5.0.1.201105110900) "CCStudio p2 UI Custom" [Starting]
    com.ti.ccstudio.pin.port.connect (5.0.1.201105110900) "PinConnect/PortConnect Tool Plug-in" [Starting]
    com.ti.ccstudio.project.core (5.0.1.201105110900) "CCS Project Core" [Active]
    com.ti.ccstudio.project.templates (5.0.1.201105110900) "CCS Built-in Project Templates" [Starting]
    com.ti.ccstudio.project.ui (5.0.1.201105110900) "CCS Project User Interface" [Active]
    com.ti.ccstudio.prototypes (1.0.1.201105110900) "Prototypes" [Starting]
    com.ti.ccstudio.rhino (5.0.1.201105110900) "CCS Rhino JavaScript Engine" [Active]
    com.ti.ccstudio.scripting.console (5.0.1.201105110900) "CCS Scripting Console" [Active]
    com.ti.ccstudio.scripting.dss (5.0.1.201105110900) "Debug Server Scripting Provider" [Active]
    com.ti.ccstudio.scripting.gss (5.0.1.201105110900) "User Interface Scripting Provider" [Active]
    com.ti.ccstudio.scripting.ui (5.0.1.201105110900) "Base User Interface Scripting" [Active]
    com.ti.ccstudio.scripting.ui.win32 (5.0.1.201105110900) "Scripting UI Win32 Extension" [Resolved]
    com.ti.ccstudio.swt (5.0.1.201105110900) "CCS SWT Fragment" [Resolved]
    com.ti.ccstudio.system.hotmenu (5.0.1.201105110900) "CCS System Hotmenu Plug-in" [Active]
    com.ti.ccstudio.system.setup (5.0.1.201105110900) "CCS System Setup" [Active]
    com.ti.ccstudio.system.setup.ui (5.0.1.201105110900) "CCS System Setup UI" [Active]
    com.ti.ccstudio.ui (5.0.1.201105110900) "CCS Platform User Interface" [Active]
    com.ti.ccstudio.ui.cheatsheets (5.0.1.201105110900) "CCS Cheatsheets" [Starting]
    com.ti.ccstudio.ui.forms (4.0.0.201105110900) "Forms Plug-in" [Active]
    com.ti.common.core (5.0.1.201105110900) "Common TI Platform Core" [Active]
    com.ti.common.managedbuild.core (5.0.1.201105110900) "Common TI Managed-Build Core" [Active]
    com.ti.common.managedbuild.ui (5.0.1.201105110900) "Common TI Managed-Build UI" [Active]
    com.ti.common.project.core (5.0.1.201105110900) "Common TI Project Core" [Active]
    com.ti.common.project.ui (5.0.1.201105110900) "Common TI Project UI" [Active]
    com.ti.common.ui (5.0.1.201105110900) "Common TI User Interface" [Active]
    com.ti.common.update.discovery (5.0.1.201105110900) "Extension Site Discovery" [Active]
    com.ti.dvt.analysis.framework (3.1.0.201106171112) "DVT Analysis Framework" [Starting]
    com.ti.dvt.ccstudioideadapter (3.1.0.201106171112) "CCStudio v5 IDE Adapter" [Active]
    com.ti.dvt.ccstudiosymbolmanager (3.1.0.201106171112) "CCStudio Symbol Manager" [Resolved]
    com.ti.dvt.codegenCoverage (3.1.0.201106171112) "Codegen_Code_Coverage Plug-in" [Active]
    com.ti.dvt.control.engine (3.1.0.201106171112) "DVT Control Engine" [Starting]
    com.ti.dvt.control.gui (3.1.0.201106171112) "DVT Control GUI" [Starting]
    com.ti.dvt.core (3.1.0.201106171112) "DVT Core" [Active]
    com.ti.dvt.coverageplugin (3.1.0.201106171112) "Coverageplugin Plug-in" [Active]
    com.ti.dvt.datamodel (3.1.0.201106171112) "DVT Model" [Active]
    com.ti.dvt.graph.visualization (3.1.0.201106171112) "Visualization Plug-in" [Active]
    com.ti.dvt.graph.visualization.doc (3.1.0.201106171112) "Graph Visualization Help  Plug-in" [Resolved]
    com.ti.dvt.gridview (3.1.0.201106171112) "Gridview Plug-in" [Starting]
    com.ti.dvt.ideadapter (3.1.0.201106171112) "IDEAdapter" [Active]
    com.ti.dvt.ofssymbolmanager (3.1.0.201106171112) "OFSSymbolManager Plug-in" [Resolved]
    com.ti.dvt.profile.setup.ui (4.0.0.201106171112) "Profile SetupUI Plug-in" [Starting]
    com.ti.dvt.profileanalysis (3.1.0.201106171112) "DVT Profile Analysis Providers" [Resolved]
    com.ti.dvt.profileanalysis.doc (3.1.0.201106171112) "DVT Profile Analysis Providers Help" [Resolved]
    com.ti.dvt.profileanalysismanager (3.1.0.201106171112) "Profiler Analysis Manager" [Resolved]
    com.ti.dvt.profileanalysismanagerplugin (3.1.0.201106171112) "Profile Server Plug-in" [Starting]
    com.ti.dvt.profiledata (3.1.0.201106171112) "Profile Data Source" [Resolved]
    com.ti.dvt.rovsupport (3.1.0.201106171112) "Rovsupport Plug-in" [Active]
    com.ti.dvt.rovsupport.doc (3.1.0.201106171112) "ROV Support Doc Plug-in" [Resolved]
    com.ti.dvt.rta (3.1.0.201106171112) "DSP/BIOS RTA" [Active]
    com.ti.dvt.rta.doc (3.1.0.201106171112) "RTA Help" [Resolved]
    com.ti.dvt.rta.interfaces (3.1.0.201106171112) "RTA interfaces" [Resolved]
    com.ti.dvt.scripting.ui (3.1.0.201106171112) "DVT Scripting Plugin" [Active]
    com.ti.dvt.server (3.22.1.21) "ROV Controller" [Starting]
    com.ti.dvt.sourceref (3.1.0.201106171112) "Source Reference Plug-in" [Starting]
    com.ti.dvt.sourcerefplugin (3.1.0.201106171112) "Source Reference Preference Plug-in" [Starting]
    com.ti.dvt.symbolmanager (3.1.0.201106171112) "SymbolManager" [Active]
    com.ti.dvt.tidisassembly (3.1.0.201106171112) "TIDisassembly Plug-in" [Resolved]
    com.ti.dvt.trace (3.1.0.201106171112) "DVT Trace Analyzer" [Active]
    com.ti.dvt.trace.control (3.1.0.201106171112) "Trace Control Plug-in" [Active]
    com.ti.dvt.trace.doc (3.1.0.201106171112) "Trace_Analyzer_User_Guide" [Starting]
    com.ti.dvt.ui (3.1.0.201106171112) "DvtUI Plug-in" [Active]
    com.ti.dvt.ui.doc (3.1.0.201106171112) "com.ti.dvt.ui.doc" [Resolved]
    com.ti.dvt.uia (3.1.0.201106171112) "DVT UIA" [Starting]
    com.ti.dvt.uia.doc (3.1.0.201106171112) "Multicore System Analyzer Help" [Resolved]
    com.ti.dvt.via.doc (3.1.0.201106171112) "Image Analyzer" [Starting]
    com.ti.dvt.via.imvr (3.1.0.201106171112) "Image Viewer Plug-in" [Starting]
    com.ti.dvt.via.plugin (3.1.0.201106171112) "Image Analyzer" [Active]
    com.ti.dvt.via.plugin.ccs (3.1.0.201106171112) "Image Analyzer (CCS)" [Active]
    com.ti.fnc (5.0.1.201105110900) "FlexNet Connect Plug-in" [Active]
    com.ti.rta (3.22.1.21) "XDC RTA Plug-in" [Starting]
    com.ti.rta.support (3.22.1.21) "Shared ROV interface implementations" [Starting]
    com.ti.rtsc.DSPBIOS.product_5.41.10.36 (5.41.10.36) "DSP/BIOS Tool Plugin" [Starting]
    com.ti.rtsc.DSPBIOS.product.ui (5.41.10.36) "DSP/BIOS UI Plugin" [Starting]
    com.ti.rtsc.IPC.product_1.22.3.23 (1.22.3.23) "IPC (Multicore and I/O) Tool Plugin" [Starting]
    com.ti.rtsc.IPC.product_1.23.1.26 (1.23.1.26) "IPC (Multicore and I/O) Tool Plugin" [Starting]
    com.ti.rtsc.IPC.product.ui (1.23.1.26) "IPC (Multicore and I/O) UI Plugin" [Starting]
    com.ti.rtsc.NDK.product_2.20.4.26 (2.20.4.26) "NDK Tool Plugin" [Starting]
    com.ti.rtsc.NDK.product.ui (2.20.4.26) "NDK UI Plugin" [Starting]
    com.ti.rtsc.SYSBIOS.product_6.31.4.27 (6.31.4.27) "SYS/BIOS Tool Plugin" [Starting]
    com.ti.rtsc.SYSBIOS.product_6.32.1.38 (6.32.1.38) "SYS/BIOS Tool Plugin" [Starting]
    com.ti.rtsc.SYSBIOS.product.ui (6.32.1.38) "SYS/BIOS UI Plugin" [Starting]
    com.ti.sdo.edma3.rtscRegistry_02.11.02 (02.11.02) "EDMA3 LLD 02.11.02 Help" [Starting]
    com.ti.targets.omf (3.22.1.21) "Object file readers" [Starting]
    com.ti.uia.autostart (3.1.0.201106171112) "System Analyzer Autostart" [Resolved]
    com.ti.uia.autostart.view (3.1.0.201106171112) "Multicore System Analyzer Welcome" [Active]
    com.ti.uia.globaltimebase (1.0.0.201106171112) "Globaltimebase" [Resolved]
    com.ti.uia.product_1.0.1.17 (1.0.1.17) "Multicore System Analyzer (UIA Target) Tool Plugin" [Starting]
    com.ti.uia.product.ui (1.0.1.17) "Multicore System Analyzer (UIA Target) UI Plugin" [Starting]
    com.ti.uia.sessionmgr.view (3.1.0.201106171112) "UIA Session Mgr View Plugin" [Active]
    com.ti.uia.transport.jtag (3.1.0.201106171112) "Jtag Transport" [Resolved]
    com.ti.uia.transport.monitor (3.1.0.201106171112) "UIA Transport Monitor" [Starting]
    com.ti.util (3.1.0.201106171112) "Util Plug-in" [Resolved]
    com.ti.util.ui (3.1.0.201106171112) "Util Plug-in" [Active]
    com.xdais_7_20_00_07 (7.20.00.07) "XDAIS 7.20.00.07" [Starting]
    javax.servlet (2.5.0.v200910301333) "Servlet API Bundle" [Resolved]
    javax.servlet.jsp (2.0.0.v200806031607) "Java Server Pages API Bundle" [Resolved]
    javax.xml (1.3.4.v201005080400-xdctools_3_22_01_21) "JAXP XML" [Resolved]
    javax.xml.bind (2.0.0.v20080604-1500) "JAXB" [Resolved]
    org.apache.ant (1.7.1.v20100518-1145) "Apache Ant" [Resolved]
    org.apache.batik.bridge (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik Bridge/GVT/Scripting" [Resolved]
    org.apache.batik.css (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik CSS" [Resolved]
    org.apache.batik.dom (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik DOM" [Resolved]
    org.apache.batik.dom.svg (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik SVG DOM" [Resolved]
    org.apache.batik.ext.awt (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik AWT Utilities" [Resolved]
    org.apache.batik.parser (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik Parser" [Resolved]
    org.apache.batik.svggen (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik SVG Generation" [Resolved]
    org.apache.batik.swing (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik Swing" [Resolved]
    org.apache.batik.transcoder (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik Transcoder" [Resolved]
    org.apache.batik.util (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik Utilities" [Resolved]
    org.apache.batik.util.gui (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik GUI Utilities" [Resolved]
    org.apache.batik.xml (1.6.0.v201011041432-xdctools_3_22_01_21) "Apache Batik XML" [Resolved]
    org.apache.commons.codec (1.3.0.v20100518-1140) "Apache Commons Codec Plug-in" [Resolved]
    org.apache.commons.el (1.0.0.v201004212143) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved]
    org.apache.commons.httpclient (3.1.0.v201005080502) "Apache Commons Httpclient" [Resolved]
    org.apache.commons.lang (2.3.0.v201005080501) "Apache Jakarta Commons Lang" [Resolved]
    org.apache.commons.logging (1.0.4.v201005080501) "Apache Commons Logging Plug-in" [Resolved]
    org.apache.jasper (5.5.17.v201004212143) "Apache Jasper 2 Plug-in" [Resolved]
    org.apache.lucene (1.9.1.v20100518-1140) "Apache Lucene" [Resolved]
    org.apache.lucene.analysis (1.9.1.v20100518-1140) "Apache Lucene Analysis" [Resolved]
    org.apache.ws.commons.util (1.0.0.v20100518-1135) "WS Commons Util Plug-in" [Resolved]
    org.apache.xerces (2.9.0.v201101211617-xdctools_3_22_01_21) "Apache Xerces-J" [Resolved]
    org.apache.xml.resolver (1.2.0.v201005080400-xdctools_3_22_01_21) "Apache XmlResolver" [Resolved]
    org.apache.xml.serializer (2.7.1.v201005080400-xdctools_3_22_01_21) "Apache XML Commons Serializer" [Resolved]
    org.apache.xmlrpc (3.0.0.v20100427-1100) "Apache XML-RPC Plug-in" [Resolved]
    org.eclipse.ant.core (3.2.201.v20110203_r362) "Ant Build Tool Core" [Starting]
    org.eclipse.ant.launching (1.0.1.v20101020_r362) "Ant Launching Support" [Starting]
    org.eclipse.ant.ui (3.5.0.v20100427) "Ant UI" [Starting]
    org.eclipse.cdt (7.0.2.201102110609) "Eclipse C/C++ Development Tools" [Starting]
    org.eclipse.cdt.core (5.2.1.201102110609) "C/C++ Development Tools Core" [Active]
    org.eclipse.cdt.core.win32 (5.2.0.201102110609) "C/C++ Development Tools Core for Windows" [Resolved]
    org.eclipse.cdt.debug.core (7.0.0.201102110609) "C/C++ Development Tools Debug Model" [Active]
    org.eclipse.cdt.debug.gdbjtag (5.0.100.201004122255) "Eclipse GDB Hardware Debugging Plug-in" [Resolved]
    org.eclipse.cdt.debug.gdbjtag.core (5.0.100.201004122255) "Eclipse GDB Hardware Debug Core Plug-in" [Starting]
    org.eclipse.cdt.debug.gdbjtag.ui (5.0.100.201004122255) "Eclipse GDB Hardware Debug UI Plug-in" [Starting]
    org.eclipse.cdt.debug.mi.core (7.0.1.201102110609) "C/C++ Development Tools GDB/MI CDI Debugger Core" [Starting]
    org.eclipse.cdt.debug.mi.ui (6.1.0.201102110609) "C/C++ Development Tools GDB/MI CDI Debugger UI" [Starting]
    org.eclipse.cdt.debug.ui (7.0.0.201102110609) "C/C++ Development Tools Debugger UI" [Active]
    org.eclipse.cdt.debug.ui.memory.memorybrowser (1.2.1.201102110609) "Memory Browser" [Starting]
    org.eclipse.cdt.debug.ui.memory.search (1.2.0.201102110609) "Memory Search" [Starting]
    org.eclipse.cdt.debug.ui.memory.traditional (1.2.0.201102110609) "Traditional Memory Rendering" [Starting]
    org.eclipse.cdt.debug.ui.memory.transport (2.1.0.201102110609) "Memory Transport Plug-in" [Starting]
    org.eclipse.cdt.doc.user (5.1.0.201102110609) "C/C++ Development User Guide" [Starting]
    org.eclipse.cdt.dsf (2.1.1.201102110609) "Debug Services Framework Core" [Active]
    org.eclipse.cdt.dsf.gdb (3.0.0.201102110609) "GDB DSF Debugger Integration Core" [Starting]
    org.eclipse.cdt.dsf.gdb.ui (2.1.0.201102110609) "GDB DSF Debugger Integration UI" [Starting]
    org.eclipse.cdt.dsf.ui (2.1.2.201102110609) "Debugger Services Framework UI" [Active]
    org.eclipse.cdt.gdb (7.0.0.201102110609) "GDB Common" [Starting]
    org.eclipse.cdt.gdb.ui (7.0.0.201102110609) "GDB UI Common" [Starting]
    org.eclipse.cdt.launch (6.1.0.201102110609) "C/C++ Development Tools Launching Support" [Starting]
    org.eclipse.cdt.make.core (7.0.1.201102110609) "C/C++ Standard make Build Core" [Active]
    org.eclipse.cdt.make.ui (7.0.0.201102110609) "C/C++ Standard make Build UI" [Active]
    org.eclipse.cdt.managedbuilder.core (7.0.2.201102110609) "CDT Build System Core" [Active]
    org.eclipse.cdt.managedbuilder.gnu.ui (7.0.0.201102110609) "GNU Managed Build Definitions" [Active]
    org.eclipse.cdt.managedbuilder.ui (7.0.0.201102110609) "C/C++ Managed Builder UI" [Active]
    org.eclipse.cdt.mylyn.ui (1.1.4.v20110204-0100-e3x) "Mylyn CDT Bridge" [Starting]
    org.eclipse.cdt.p2 (1.0.0.201102110609) "CDT P2 customizations for SDKs" [Starting]
    org.eclipse.cdt.ui (5.2.2.201102110609) "C/C++ Development Tools UI" [Active]
    org.eclipse.compare (3.5.101.R36x_v20100929-0800) "Compare Support" [Active]
    org.eclipse.compare.core (3.5.101.R36x_v20100929-0800) "Core Compare Support" [Active]
    org.eclipse.compare.win32 (1.0.101.R36x_v20101103-0618) "Compare Support for Word" [Starting]
    org.eclipse.core.boot (3.1.200.v20100505) "Core Boot" [Starting]
    org.eclipse.core.commands (3.6.0.I20100512-1500) "Commands" [Resolved]
    org.eclipse.core.contenttype (3.4.100.v20100505-1235) "Eclipse Content Mechanism" [Active]
    org.eclipse.core.databinding (1.3.100.I20100601-0800) "JFace Data Binding" [Starting]
    org.eclipse.core.databinding.beans (1.2.100.I20100601-0800) "JFace Data Binding for JavaBeans" [Resolved]
    org.eclipse.core.databinding.observable (1.3.0.I20100601-0800) "JFace Data Binding Observables" [Active]
    org.eclipse.core.databinding.property (1.3.0.I20100601-0800) "JFace Data Binding" [Starting]
    org.eclipse.core.expressions (3.4.200.v20100505) "Expression Language" [Active]
    org.eclipse.core.externaltools (1.0.1.v20100831_r361) "External Tools Headless Support" [Starting]
    org.eclipse.core.filebuffers (3.5.100.v20100520-0800) "File Buffers" [Active]
    org.eclipse.core.filesystem (1.3.1.R36x_v20100727-0745) "Core File Systems" [Active]
    org.eclipse.core.filesystem.win32.x86 (1.1.201.R36x_v20100727-0745) "Core File System for Windows" [Resolved]
    org.eclipse.core.jobs (3.5.1.R36x_v20100824) "Eclipse Jobs Mechanism" [Active]
    org.eclipse.core.net (1.2.100.I20100511-0800) "Internet Connection Management" [Active]
    org.eclipse.core.net.win32.x86 (1.0.100.I20100511-0800) "Proxy for Windows" [Resolved]
    org.eclipse.core.resources (3.6.1.R36x_v20110131-1630) "Core Resource Management" [Active]
    org.eclipse.core.resources.win32.x86 (3.5.100.v20100505-1345) "Core Resource Management Win32 Fragment" [Resolved]
    org.eclipse.core.runtime (3.6.0.v20100505) "Core Runtime" [Active]
    org.eclipse.core.runtime.compatibility (3.2.100.v20100505) "Core Runtime Plug-in Compatibility" [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.200.v20100517) "Authorization Compatibility Plug-in" [Active]
    org.eclipse.core.runtime.compatibility.registry (3.3.0.v20100520) "Eclipse Registry Compatibility Fragment" [Resolved]
    org.eclipse.core.variables (3.2.400.v20100505) "Core Variables" [Active]
    org.eclipse.cvs (1.0.500.v201102101200) "Eclipse CVS Client" [Starting]
    org.eclipse.debug.core (3.6.0.v20100519) "Debug Core" [Active]
    org.eclipse.debug.ui (3.6.3.v20101201_r362) "Debug UI" [Active]
    org.eclipse.draw2d (3.6.1.v20100913-2020) "Graphical Editing Framework Draw2d" [Starting]
    org.eclipse.ecf (3.1.0.v20100906-1425) "ECF Core API" [Starting]
    org.eclipse.ecf.filetransfer (4.0.0.v20100906-1425) "ECF Filetransfer API" [Starting]
    org.eclipse.ecf.identity (3.1.0.v20100906-1425) "ECF Identity API" [Starting]
    org.eclipse.ecf.provider.filetransfer (3.1.0.v20100906-1425) "ECF Filetransfer Provider" [Starting]
    org.eclipse.ecf.provider.filetransfer.httpclient (4.0.0.v20100906-1425) "ECF HttpClient Filetransfer Provider" [Starting]
    org.eclipse.ecf.provider.filetransfer.httpclient.ssl (1.0.0.v20100906-1425) "ECF HttpClient Filetransfer Provider" [Resolved]
    org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20100906-1425) "ECF Filetransfer Provider" [Resolved]
    org.eclipse.ecf.ssl (1.0.100.v20100906-1425) "ECF Core API" [Resolved]
    org.eclipse.epp.mpc.core (1.0.0.v20100826-2143) "Marketplace Client" [Resolved]
    org.eclipse.epp.mpc.help.ui (1.0.0.v20100826-2143) "Marketplace Client Help" [Resolved]
    org.eclipse.epp.mpc.ui (1.0.1.v20100826-2143) "EPP Marketplace Client" [Starting]
    org.eclipse.epp.package.common (1.3.2.20110218-0812) "EPP Common Bundle" [Resolved]
    org.eclipse.epp.package.cpp (1.3.2.20110218-0812) "EPP CPP Bundle" [Resolved]
    org.eclipse.epp.usagedata.gathering (1.3.1.R201102081640) "Usage Data Gathering Plug-in" [Active]
    org.eclipse.epp.usagedata.recording (1.3.1.R201102081640) "Usage Data Recording Plug-in" [Active]
    org.eclipse.epp.usagedata.ui (1.3.1.R201102081640) "Usage Data UI Plug-in" [Starting]
    org.eclipse.equinox.app (1.3.1.R36x_v20100803) "Equinox Application Container" [Active]
    org.eclipse.equinox.common (3.6.0.v20100503) "Common Eclipse Runtime" [Active]
    org.eclipse.equinox.concurrent (1.0.100.v20100503) "Equinox Concurrent API" [Starting]
    org.eclipse.equinox.ds (1.2.1.R36x_v20100803) "Declarative Services" [Active]
    org.eclipse.equinox.event (1.2.0.v20100503) "Event Admin" [Active]
    org.eclipse.equinox.frameworkadmin (2.0.0.v20100503) "Equinox Framework Admin" [Starting]
    org.eclipse.equinox.frameworkadmin.equinox (1.0.200.v20100505) "Equinox Framework Admin for Equinox" [Starting]
    org.eclipse.equinox.http.jetty (2.0.0.v20100503) "Jetty Http Service" [Starting]
    org.eclipse.equinox.http.registry (1.1.1.R36x_v20101103) "Http Service Registry Extensions" [Resolved]
    org.eclipse.equinox.http.servlet (1.1.0.v20100503) "Http Services Servlet" [Starting]
    org.eclipse.equinox.jsp.jasper (1.0.201.R36x_v20101103) "Jasper Jsp Support Bundle" [Starting]
    org.eclipse.equinox.jsp.jasper.registry (1.0.200.v20100503) "Jasper Jsp Registry Support Plug-in" [Starting]
    org.eclipse.equinox.launcher (1.1.1.R36x_v20101122_1400) "Equinox Launcher" [Resolved]
    org.eclipse.equinox.launcher.win32.win32.x86 (1.1.2.R36x_v20101222) "Equinox Launcher Win32 X86 Fragment" [Resolved]
    org.eclipse.equinox.p2.artifact.repository (1.1.1.R36x_v20100901) "Equinox Provisioning Artifact Repository Support" [Active]
    org.eclipse.equinox.p2.console (1.0.200.v20100601) "Equinox Provisioning Console" [Starting]
    org.eclipse.equinox.p2.core (2.0.3.R36x_v20110111) "Equinox Provisioning Core" [Active]
    org.eclipse.equinox.p2.director (2.0.3.R36x_v20101117-1018) "Equinox Provisioning Director" [Active]
    org.eclipse.equinox.p2.director.app (1.0.201.R36x_v20100823) "Equinox Provisioning Director Application" [Starting]
    org.eclipse.equinox.p2.directorywatcher (1.0.203.R36x_v20101220) "Equinox Provisioning Directory Watcher" [Active]
    org.eclipse.equinox.p2.discovery (1.0.0.v20100503) "Equinox Provisioning Discovery" [Resolved]
    org.eclipse.equinox.p2.discovery.compatibility (1.0.1.v20110204-1323) "Equinox Provisioning Discovery" [Starting]
    org.eclipse.equinox.p2.engine (2.0.1.R36x_v20110201) "Equinox Provisioning Engine" [Active]
    org.eclipse.equinox.p2.extensionlocation (1.2.0.v20100518) "Extension Location Repository Support" [Active]
    org.eclipse.equinox.p2.garbagecollector (1.0.100.v20100503) "Provisioning Garbage Collector" [Starting]
    org.eclipse.equinox.p2.jarprocessor (1.0.200.v20100503a) "Equinox Provisioning JAR Processor" [Resolved]
    org.eclipse.equinox.p2.metadata (2.0.1.R36x_v20101202) "Equinox Provisioning Metadata" [Active]
    org.eclipse.equinox.p2.metadata.generator (1.0.202.R36x_v20101208-1400) "Equinox Provisioning Metadata Generator" [Starting]
    org.eclipse.equinox.p2.metadata.repository (1.1.0.v20100513) "Equinox Provisioning Metadata Repository" [Active]
    org.eclipse.equinox.p2.operations (2.0.0.v20100510) "Equinox Provisioning Update Checker" [Active]
    org.eclipse.equinox.p2.publisher (1.1.2.v20100824-2220) "Equinox Provisioning Publisher" [Active]
    org.eclipse.equinox.p2.ql (2.0.0.v20100503a) "p2 query language" [Starting]
    org.eclipse.equinox.p2.reconciler.dropins (1.1.2.R36x_v20110114) "Dropin Reconciler Plug-in" [Active]
    org.eclipse.equinox.p2.repository (2.0.2.R36x_v20110111-1500) "Equinox Provisioning Repository" [Active]
    org.eclipse.equinox.p2.repository.tools (2.0.1.R36x_v20100823) "Equinox p2 repository tools." [Starting]
    org.eclipse.equinox.p2.touchpoint.eclipse (2.0.3.R36x_v20101202) "Equinox Provisioning Eclipse Touchpoint" [Active]
    org.eclipse.equinox.p2.touchpoint.natives (1.0.201.R36x_v20110111) "Equinox Provisioning Native Touchpoint" [Starting]
    org.eclipse.equinox.p2.ui (2.0.0.v20100518) "Equinox Provisioning UI Support" [Active]
    org.eclipse.equinox.p2.ui.discovery (1.0.0.v20100519) "Equinox Provisioning Discovery UI" [Resolved]
    org.eclipse.equinox.p2.ui.sdk (1.0.100.v20100513) "Equinox Provisioning Platform Update Support" [Active]
    org.eclipse.equinox.p2.ui.sdk.scheduler (1.0.0.v20100507-1815) "Equinox Provisioning Platform Automatic Update Support" [Active]
    org.eclipse.equinox.p2.updatechecker (1.1.101.R36x_v20100823) "Equinox Provisioning Update Checker" [Active]
    org.eclipse.equinox.p2.updatesite (1.0.201.R36x_v20100823) "Update site repository adapter bundle (Incubation)" [Starting]
    org.eclipse.equinox.preferences (3.3.0.v20100503) "Eclipse Preferences Mechanism" [Active]
    org.eclipse.equinox.registry (3.5.0.v20100503) "Extension Registry Support" [Active]
    org.eclipse.equinox.security (1.0.200.v20100503) "Equinox Java Authentication and Authorization Service (JAAS)" [Active]
    org.eclipse.equinox.security.ui (1.0.200.v20100503) "Equinox Security Default UI" [Starting]
    org.eclipse.equinox.security.win32.x86 (1.0.200.v20100503) "Windows Data Protection services integration" [Resolved]
    org.eclipse.equinox.simpleconfigurator (1.0.200.v20100503) "Simple Configurator" [Active]
    org.eclipse.equinox.simpleconfigurator.manipulator (2.0.0.v20100503) "Simple Configurator Manipulator" [Starting]
    org.eclipse.equinox.util (1.0.200.v20100503) "Equinox Util Bundle" [Active]
    org.eclipse.gef (3.6.1.v20100712-1224) "Graphical Editing Framework GEF" [Starting]
    org.eclipse.help (3.5.0.v20100524) "Help System Core" [Active]
    org.eclipse.help.appserver (3.1.400.v20100427) "Help Application Server" [Starting]
    org.eclipse.help.base (3.5.3.v201102101200) "Help System Base" [Starting]
    org.eclipse.help.ui (3.5.3.r36_20101116) "Help System UI" [Starting]
    org.eclipse.help.webapp (3.5.3.r36_20101130) "Help System Webapp" [Starting]
    org.eclipse.jdt.core (3.6.2.v_A76_R36x) "Java Development Tools Core" [Active]
    org.eclipse.jdt.core.manipulation (1.3.0.v20100520-0800) "Java Code Manipulation Functionality" [Active]
    org.eclipse.jdt.debug (3.6.1.v20100715_r361) "JDI Debug Model" [Starting]
    org.eclipse.jdt.debug.ui (3.5.2.v20100928a_r362) "JDI Debug UI" [Starting]
    org.eclipse.jdt.junit (3.6.1.r361_v20100825-0800) "Java Development Tools JUnit support" [Starting]
    org.eclipse.jdt.junit.core (3.6.1.r361_v20100825-0800) "Java Development Tools JUnit core support" [Starting]
    org.eclipse.jdt.junit.runtime (3.4.200.v20100526-0800) "Java Development Tools JUnit Runtime Support" [Resolved]
    org.eclipse.jdt.launching (3.5.200.v20110105_r362) "Java Development Tools Launching Support" [Starting]
    org.eclipse.jdt.ui (3.6.2.r362_v20110203) "Java Development Tools UI" [Active]
    org.eclipse.jface (3.6.2.M20110210-1200) "JFace" [Active]
    org.eclipse.jface.databinding (1.4.0.I20100601-0800) "JFace Data Binding for SWT and JFace" [Resolved]
    org.eclipse.jface.text (3.6.1.r361_v20100825-0800) "JFace Text" [Resolved]
    org.eclipse.jsch.core (1.1.200.I20100505-1245) "JSch Core" [Active]
    org.eclipse.jsch.ui (1.1.300.I20100505-1245) "JSch UI" [Starting]
    org.eclipse.ltk.core.refactoring (3.5.101.r362_v20101117-0800) "Refactoring Core" [Active]
    org.eclipse.ltk.ui.refactoring (3.5.0.v20100526-0800) "Refactoring UI" [Active]
    org.eclipse.mylyn (3.4.0.v20110131-0200-e3x) "Mylyn" [Resolved]
    org.eclipse.mylyn.bugzilla.core (3.4.2.v20100902-0100-e3x) "Mylyn Bugzilla Connector Core" [Active]
    org.eclipse.mylyn.bugzilla.ide (3.4.1.v20110131-0100-e3x) "Mylyn Bugzilla IDE Extensions" [Resolved]
    org.eclipse.mylyn.bugzilla.ui (3.4.3.v20110131-0100-e3x) "Mylyn Bugzilla Connector UI" [Active]
    org.eclipse.mylyn.commons.core (3.4.0.v20100608-0100-e3x) "Mylyn Commons Core" [Resolved]
    org.eclipse.mylyn.commons.net (3.4.1.v20100625-2100-e3x) "Mylyn Commons Net" [Active]
    org.eclipse.mylyn.commons.ui (3.4.0.v20100608-0100-e3x) "Mylyn Commons UI" [Active]
    org.eclipse.mylyn.commons.xmlrpc (3.4.0.v20100608-0100-e3x) "Mylyn XML-RPC Support" [Starting]
    org.eclipse.mylyn.context.core (3.4.1.v20100909-0100-e3x) "Mylyn Context Core" [Active]
    org.eclipse.mylyn.context.ui (3.4.2.v20110131-0100-e3x) "Mylyn Context UI" [Active]
    org.eclipse.mylyn.discovery.core (3.4.0.v20110131-0100-e3x) "Mylyn Connector Discovery Core" [Resolved]
    org.eclipse.mylyn.discovery.ui (3.4.0.v20110131-0100-e3x) "Mylyn Connector Discovery UI" [Resolved]
    org.eclipse.mylyn.help.ui (3.4.2.v20110131-0100-e3x) "Mylyn Help" [Starting]
    org.eclipse.mylyn.ide.ui (3.4.0.v20100608-0100-e3x) "Mylyn IDE UI" [Starting]
    org.eclipse.mylyn.monitor.core (3.4.0.v20100608-0100-e3x) "Mylyn Monitor Core" [Resolved]
    org.eclipse.mylyn.monitor.ui (3.4.1.v20110131-0100-e3x) "Mylyn Monitor UI" [Active]
    org.eclipse.mylyn.resources.ui (3.4.1.v20100909-0100-e3x) "Mylyn Resources UI" [Starting]
    org.eclipse.mylyn.tasks.bugs (3.4.1.v20100823-0100-e3x) "Mylyn Bug Reporting" [Starting]
    org.eclipse.mylyn.tasks.core (3.4.2.v20110131-0300-e3x) "Mylyn Tasks Core" [Resolved]
    org.eclipse.mylyn.tasks.search (3.4.0.v20100608-0100-e3x) "Mylyn Tasks UI" [Resolved]
    org.eclipse.mylyn.tasks.ui (3.4.3.v20110131-0100-e3x) "Mylyn Tasks UI" [Active]
    org.eclipse.mylyn.team.cvs (3.4.2.v20110131-0100-e3x) "Mylyn CVS Extensions" [Resolved]
    org.eclipse.mylyn.team.ui (3.4.3.v20110131-0100-e3x) "Mylyn Team UI" [Active]
    org.eclipse.mylyn.wikitext.confluence.core (1.3.0.v20100608-0100-e3x) "Mylyn WikiText Confluence" [Resolved]
    org.eclipse.mylyn.wikitext.confluence.ui (1.3.0.v20100608-0100-e3x) "Mylyn WikiText Confluence UI" [Resolved]
    org.eclipse.mylyn.wikitext.core (1.3.1.v20100823-0100-e3x) "Mylyn WikiText" [Starting]
    org.eclipse.mylyn.wikitext.help.ui (1.3.0.v20100608-0100-e3x) "Mylyn WikiText Help UI" [Resolved]
    org.eclipse.mylyn.wikitext.mediawiki.core (1.3.0.v20100608-0100-e3x) "Mylyn WikiText MediaWiki" [Resolved]
    org.eclipse.mylyn.wikitext.mediawiki.ui (1.3.0.v20100608-0100-e3x) "Mylyn WikiText MediaWiki UI" [Resolved]
    org.eclipse.mylyn.wikitext.tasks.ui (1.3.1.v20100823-0100-e3x) "Mylyn WikiText Tasks UI" [Starting]
    org.eclipse.mylyn.wikitext.textile.core (1.3.0.v20100608-0100-e3x) "Mylyn WikiText Textile" [Resolved]
    org.eclipse.mylyn.wikitext.textile.ui (1.3.0.v20100608-0100-e3x) "Mylyn WikiText Textile UI" [Resolved]
    org.eclipse.mylyn.wikitext.tracwiki.core (1.3.0.v20100608-0100-e3x) "Mylyn WikiText TracWiki" [Resolved]
    org.eclipse.mylyn.wikitext.tracwiki.ui (1.3.0.v20100608-0100-e3x) "Mylyn WikiText TracWiki UI" [Resolved]
    org.eclipse.mylyn.wikitext.twiki.core (1.3.0.v20100608-0100-e3x) "Mylyn WikiText Twiki" [Resolved]
    org.eclipse.mylyn.wikitext.twiki.ui (1.3.0.v20100608-0100-e3x) "Mylyn WikiText Twiki UI" [Resolved]
    org.eclipse.mylyn.wikitext.ui (1.3.0.v20100608-0100-e3x) "Mylyn WikiText UI" [Starting]
    org.eclipse.osgi (3.6.2.R36x_v20110210) "OSGi System Bundle" [Active]
    org.eclipse.osgi.services (3.2.100.v20100503) "OSGi Release 4.2.0 Services" [Resolved]
    org.eclipse.osgi.util (3.2.100.v20100503) "OSGi Release 4.2.0 Utility Classes" [Resolved]
    org.eclipse.pde.build (3.6.2.R36x_20110203) "Plug-in Development Environment Build Support" [Starting]
    org.eclipse.pde.core (3.6.2.v20110210_r362) "PDE Core" [Starting]
    org.eclipse.pde.launching (3.6.0.v20100601) "PDE Launching Support" [Starting]
    org.eclipse.pde.ui (3.6.1.v20110210_r362) "PDE UI" [Starting]
    org.eclipse.platform (3.6.2.v201102101200) "Eclipse Platform" [Resolved]
    org.eclipse.platform.doc.user (3.6.2.r362_v20101117-0800) "Eclipse Workbench User Guide" [Resolved]
    org.eclipse.rcp (3.6.0.v201102101200) "Eclipse RCP" [Starting]
    org.eclipse.rtsc.project.templates (3.22.1.21) "RTSC Built-in Project Templates" [Active]
    org.eclipse.rtsc.xdctools.buildDefinitions.DSPBIOS (2.0.0.201105110900) "DSP/BIOS Managed Build Definitions" [Active]
    org.eclipse.rtsc.xdctools.buildDefinitions.DSPBIOS_5.31 (2.0.0.201105110900) "DSP/BIOS v5.31 Managed Build Definitions" [Starting]
    org.eclipse.rtsc.xdctools.buildDefinitions.DSPBIOS_5.40 (2.0.0.201105110900) "DSP/BIOS v5.40 Managed Build Definitions" [Active]
    org.eclipse.rtsc.xdctools.buildDefinitions.XDC (2.0.0.201105110900) "XDC Managed Build Definitions" [Active]
    org.eclipse.rtsc.xdctools.buildDefinitions.XDC_3.00 (2.0.0.201105110900) "XDC v3.00 Managed Build Definitions" [Starting]
    org.eclipse.rtsc.xdctools.buildDefinitions.XDC_3.10 (2.0.0.201105110900) "XDC v3.10 Managed Build Definitions" [Starting]
    org.eclipse.rtsc.xdctools.buildDefinitions.XDC_3.15 (2.0.0.201105110900) "XDC v3.15 Managed Build Definitions" [Starting]
    org.eclipse.rtsc.xdctools.buildDefinitions.XDC_3.16 (2.0.0.201105110900) "XDC v3.16 Managed Build Definitions" [Starting]
    org.eclipse.rtsc.xdctools.contenttype (3.22.1.21) "RTSC file content describers" [Resolved]
    org.eclipse.rtsc.xdctools.core (3.22.1.21) "XDCtools core" [Active]
    org.eclipse.rtsc.xdctools.managedbuild.core (2.0.3.201105110900) "RTSC Managed Build Core" [Active]
    org.eclipse.rtsc.xdctools.managedbuild.ui (2.0.0.201105110900) "RTSC Managed Build UI" [Active]
    org.eclipse.rtsc.xdctools.model (3.22.1.21) "Model Plug-in" [Active]
    org.eclipse.rtsc.xdctools.model.lang (3.20.8.88) "Lang Fragment" [Resolved]
    org.eclipse.rtsc.xdctools.model.scripting (3.22.1.21) "Scripting" [Resolved]
    org.eclipse.rtsc.xdctools.parsers (3.22.1.21) "Parsers Plug-in" [Active]
    org.eclipse.rtsc.xdctools.product_3.20.8.88 (3.20.8.88) "XDCtools Tool Plugin" [Starting]
    org.eclipse.rtsc.xdctools.product_3.22.1.21 (3.22.1.21) "XDCtools Tool Plugin" [Starting]
    org.eclipse.rtsc.xdctools.product.ui (3.22.1.21) "XDCtools UI Plugin" [Starting]
    org.eclipse.rtsc.xdctools.rta (3.22.1.21) "XDCtools RTA" [Starting]
    org.eclipse.rtsc.xdctools.server (3.22.1.21) "XDCscript command server" [Active]
    org.eclipse.rtsc.xdctools.sg (3.22.1.21) "XDCtools SG  Plug-in" [Starting]
    org.eclipse.rtsc.xdctools.sg.def (3.22.1.21) "XDCtools SG Def Plug-in" [Starting]
    org.eclipse.rtsc.xdctools.ui (3.22.1.21) "Eclipse Plug-in" [Active]
    org.eclipse.rtsc.xdctools.ui.contentassist (3.22.1.21) "RTSC C/C++ Content Assist" [Starting]
    org.eclipse.rtsc.xdctools.ui.editors (3.22.1.21) "Editors Plug-in" [Starting]
    org.eclipse.search (3.6.0.v20100520-0800) "Search Support" [Active]
    org.eclipse.swt (3.6.2.v3659c) "Standard Widget Toolkit" [Resolved]
    org.eclipse.swt.win32.win32.x86 (3.6.2.v3659c) "Standard Widget Toolkit for Windows" [Resolved]
    org.eclipse.team.core (3.5.101.R36x_v20110203-1036) "Team Support Core" [Active]
    org.eclipse.team.cvs.core (3.3.301.R36x_v20110119-0815) "CVS Team Provider Core" [Active]
    org.eclipse.team.cvs.ssh2 (3.2.300.I20100526-0800) "CVS SSH2" [Starting]
    org.eclipse.team.cvs.ui (3.3.302.R36x_v20110203-1036) "CVS Team Provider UI" [Active]
    org.eclipse.team.ui (3.5.102.R36x_v20110203-1036) "Team Support UI" [Active]
    org.eclipse.text (3.5.0.v20100601-1300) "Text" [Resolved]
    org.eclipse.ui (3.6.2.M20110203-1100) "Eclipse UI" [Active]
    org.eclipse.ui.browser (3.3.1.r36_20101216) "Browser Support" [Starting]
    org.eclipse.ui.cheatsheets (3.4.0.v20100427) "Cheat Sheets" [Starting]
    org.eclipse.ui.console (3.5.0.v20100526) "Console" [Active]
    org.eclipse.ui.editors (3.6.1.r361_v20100825-0800) "Default Text Editor" [Active]
    org.eclipse.ui.externaltools (3.2.0.v20100427) "External Tools" [Starting]
    org.eclipse.ui.forms (3.5.2.r36_v20100702) "Eclipse Forms" [Active]
    org.eclipse.ui.ide (3.6.2.M20101201-0800) "Eclipse IDE UI" [Active]
    org.eclipse.ui.ide.application (1.0.201.M20100707-0800) "Eclipse IDE UI Application" [Resolved]
    org.eclipse.ui.intro (3.4.0.v20100427) "Welcome Framework" [Starting]
    org.eclipse.ui.intro.universal (3.2.402.r36_v20100702) "Universal Welcome" [Starting]
    org.eclipse.ui.navigator (3.5.0.I20100601-0800) "Common Navigator View" [Active]
    org.eclipse.ui.navigator.resources (3.4.202.M20101124-0800) "Navigator Workbench Components" [Starting]
    org.eclipse.ui.net (1.2.100.I20100505-1245) "Internet Connection Management UI" [Active]
    org.eclipse.ui.presentations.r21 (3.2.200.I20100517-1500) "R21 Presentation Plug-in" [Starting]
    org.eclipse.ui.views (3.5.1.M20110202-0800) "Views" [Active]
    org.eclipse.ui.views.log (1.0.100.v20110210_r362) "Log View" [Starting]
    org.eclipse.ui.views.properties.tabbed (3.5.100.I20100509-0800) "Tabbed Properties View" [Starting]
    org.eclipse.ui.win32 (3.2.200.I20100509-0800) "Eclipse UI Win32 Enhancements" [Resolved]
    org.eclipse.ui.workbench (3.6.2.M20110210-1200) "Workbench" [Active]
    org.eclipse.ui.workbench.compatibility (3.2.100.I20100511-0800) "Workbench Compatibility" [Resolved]
    org.eclipse.ui.workbench.texteditor (3.6.1.r361_v20100714-0800) "Text Editor Framework" [Active]
    org.eclipse.update.configurator (3.3.100.v20100512) "Install/Update Configurator" [Active]
    org.eclipse.update.core (3.2.402.R36x_v20100629) "Install/Update Core" [Active]
    org.eclipse.update.core.win32 (3.2.200.v20100512) "Install/Update Core for Windows" [Resolved]
    org.eclipse.update.scheduler (3.2.300.v20100512) "Automatic Updates Scheduler" [Active]
    org.eclipse.update.ui (3.2.300.v20100512) "Install/Update UI" [Starting]
    org.hamcrest.core (1.1.0.v20090501071000) "Hamcrest Core Library of Matchers" [Starting]
    org.junit (4.8.1.v4_8_1_v20100427-1100) "JUnit Testing Framework" [Resolved]
    org.mortbay.jetty.server (6.1.23.v201004211559) "Jetty Server" [Resolved]
    org.mortbay.jetty.util (6.1.23.v201004211559) "Jetty Utilities" [Resolved]
    org.sat4j.core (2.2.0.v20100429) "SAT4J Core" [Resolved]
    org.sat4j.pb (2.2.0.v20100429) "SAT4J Pseudo" [Resolved]
    org.w3c.css.sac (1.3.0.v200805290154-xdctools_3_22_01_21) "W3C CSS SAC" [Resolved]
    org.w3c.dom.smil (1.0.0.v200806040011-xdctools_3_22_01_21) "W3C SMIL DOM" [Resolved]
    org.w3c.dom.svg (1.1.0.v201011041433-xdctools_3_22_01_21) "W3C SVG DOM" [Resolved]
    ti.imglib.c66x.rtscRegistry_3.0.1.0 (3.0.1.0) "IMGLIB C66x 3.0.1.0" [Starting]
    ti.mas.dsplib.c66x.rtscRegistry_3.0.0.8 (3.0.0.8) "DSPLIB C66x 3.0.0.8" [Starting]
    ti.mathlib.c66x.rtscRegistry_3.0.0.0 (3.0.0.0) "MATHLIB C66x 3.0.0.0" [Starting]
    xdc.tools.xgconf.modeldata (3.22.1.21) "Modeldata Plug-in" [Starting]
    
  • Hi Adrian,

    ok please check the following.

    1) See the below screenshot.  SYS/BIOS examples may be hiding from you at the bottom of the list.  It is actually normal to get both the old DSP/BIOS and the SYS/BIOS examples listed.  See the screenshot at the bottom of the post.

     

    2) After you check the above, if you can confirm that you really don't have SYS/BIOS installed (which should be the case ...) then you can find it here and try to install it that way.

    http://processors.wiki.ti.com/index.php/Category:SYSBIOS

    Once again please keep me updated.

    Best Regards,
    Lisa

     

  • Lisa,

     

    that's interesting - I don't have the SYS/BIOS examples, but I do have Multicore System Analyzer examples. I have two installation directories. CCS is installed in a working directory under my account:

    The MC SDK is installed under C:\Program Files(x86)\Texas Instruments:

    So I have two versions of SYS/BIOS installed, which matches the options in my earlier post.

    The bios_5_41_10_36 directory contains examples for many boards, but the two bios_6... directories only contain directories 28x, generic, and msp430 as examples:

    If there's an install package I've missed, could you point to it?

     

    Regards,
    Adrian 

  • Hi Adrian,

    that is odd.   Are you sure if you minimize the examples SYS/BIOS examples are not at the bottom of the list?  The folders you have are fine and do not indicate a problem.

     

    Can you send me the equivalent screenshot (all examples shown) to mine below?  Is there anything that was done with the installations?  It is really odd that you have it as both part of CCS and independently installed but seem to have trouble ...

    Please let me know.

    Best Regards,
    Lisa

     

  • Lisa,

    Thanks for the help. I've now fixed the problem by moving to CCS v5.1 M8. The clock example is now available for my target board, and builds correctly. Unfortunately I can no longer build my plain CSL projects, as v5.1 interprets them as RTSC projects and produces the following error:

    Buildfile generation error occurred..
    This project does not contain a buildable RTSC Configuration (.cfg) file. In order for it to build, this project must contain one RTSC Configuration file that is not excluded from build.
    Build stopped..
    

    Adrian

  • Hi Adrian,

    do you mean old projects you try to import?  Can you please explain a bit more what you are experiencing and what steps you have taken?

    Best Regards,
    Lisa

  • Lisa,

    to some extent my problem has gone away, as the end customer has decided to drop SYS/BIOS. I've switched back to CCS v5.0.3 which works for simple CSL projects.

    The error message in v5.1 occurs when importing a project from earlier versions of CCS. To produce the problem, I simpy imported the project mcsdk_2_00_01_12\tools\boot_loader\examples\pcie\pcieboot_helloworld\evmc6678l

     

    Regards,

    Adrian Cox

  • Hi Adrian,

    I can recreate the error you are seeing when this example project is imported into CCS 5.1. It seems that CCS 5.1 is not properly detecting all the components needed to build these projects, and there is probably something that needs to be additionally done to make it detect the PDK.

    I have also seen a few references in the C6000 multicore device forum to the fact that the MCSDK is validated only with CCS 5.0.x and not yet on 5.1.x. I believe this work is ongoing but I would suggest posting a new question on the Multicore device forum to see if they have any additional ideas on getting the PDK working with CCS 5.1.