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.

Missing Requirement

Other Parts Discussed in Thread: MSP430F5438A, SYSBIOS, MSP430F5438

Got this error after updating CCSv5 and restarting manually. A dialog came up saying new products discovered.  Then we got this error.

Operation details   Cannot complete the install because one or more required items could not be found.     Software being installed: IPC (Multicore and I/O) (IDE Client) 1.24.3.32 (com.ti.rtsc.IPC.product.ui.feature.group 1.24.3.32)     Missing requirement: IPC (Multicore and I/O) IDE Tooling 1.24.3.32 (com.ti.rtsc.IPC.product.ui 1.24.3.32) requires 'bundle org.eclipse.ui 0.0.0' but it could not be found     Cannot satisfy dependency:       From: IPC (Multicore and I/O) (IDE Client) 1.24.3.32 (com.ti.rtsc.IPC.product.ui.feature.group 1.24.3.32)       To: com.ti.rtsc.IPC.product.ui [1.24.3.32]

Then our project could not find the sys/bios libraries.  When we looked the instrumented_e674 folder was missing.  So,we reinstalled 6.33.04.39 from the web.  But then we get the error, "Description Resource Path Location Type Product 'SYS/BIOS' v6.33.4.39 defines no repositories. Uninstall and reinstall the product, or contact the product provider. NanoScan2  NanoScan2 TI Problem Marker". We uninstalled and resinstalled. This error is still there.

We cannot continue.  Please help...

  • Hi Bill,

    from what exact version of CCS to what exact version have you udated to? 

    Have you seen the update sticky post on the forum?  Did you initially use the lite installer?  Can you send the installjammer registry directory contents to us? (found in program files or program files (x86)).

    Best Regards,

    Lisa

  • Hi Bill,

    just wanted to check whether the tips were helpful/the FAQ post. 

    Best Regards,

    Lisa

  • I have a similar problem:

    "RTSC product 'Inter-processor Communication' v1.21.0.07.eng (or compatible) is not currently installed. Please install a product of compatible version, or enable one of the supported versions of this product."

    This problem appeared after upgrading to CCS 5.4.0: in my case it DID NOT EXIST with the previos version.

    The development platform was the MSP-EXP430F5438 and the MSP-FET430UIF, but with the MSP430F5438A chip installed.

    The faulty SYS/BIOS MSP430 files are;

     Timer App Lab Exercises

    1. Tilt App Lab Exercises
    2. Mailbox App Lab Exercises
    These labs all worked under CCS 5.3.0
     
    Have you found a fix that you can report?
     
    Regards adn thanks, Fred A Rupinski
     
  • Hi Fred,

    this should be fixed in v5.5.   Please try that but

    - please do it as a full fresh installation.  do not upgrade (5.5 is currenty released as an update)

    - please do not install over an old version (in parallel is ok)

    Please keep us informed and please create a new thread next time.

    Best Regards,
    Lisa 

  • Lisa:

    This is to apprise you that the problem persisted after installing CCSv5.5.0. I took your suggestion and posted the problem in a new thread that resulted in a suggestion from "Steve" that yielded an improvement, but not a total solution:

    0564.hello_mailbox.zip

    Nevertheless, FYI, I was able to successfully modify Steve's suggestion as described below...

    Regards, Fred A Rupinski

    Steve:

    I had a moment to re-visit the subject problem, and can report the following:

    Your procedure resulted in a successful "build", but "debug" yielded the following errors, which seem to indicate a compatibility problem as you suggested---

    Error 1:
    #1965 cannot open source file "ti/sysbios/knl/Mailbox.h"

    Error 2:
    xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.sysbios' along the path: '/packages;E:/TI CCSv5.5/ccsv5/ccs_base;D:/Development/SYSBIOS MSP430/hello_MSP430F5438/.config/;E:\TI CCSv5.5\xdctools_3_25_03_72\packages;'. Ensure that the package path is set correctly.

    I decided to pick up on your cue, but rather take another path that hopefully might bypass the compatibility issue. The approach is to use only the portable source files. The procedure is outlined as follows:

    Close all projects...

    New Project >
    Project Name: LabMailbox >
    Output Type: Executable >
    Family: MSP430 >
    Varient: MSP430x5xx Family > MSP430F5438A >
    Connection: TI MSP430 USB1 >
    Project Template: > SYS/BIOS > Typical > Next > Finish

    Delete "main.c"
    Delete "app.config"

    Download and unzip Mailbox (Lab) Solution (if not already done)
    Open Mailbox_solution Folder

    Copy "Mailbox" (c file) to LabMailbox in CCSv5.5.0
    Copy "mailbox_configuration.cfg" to LabMailbox in CCSv5.5.0
    Project > Clean > LabMailbox >
    (Perspective > CCS Edit)
    Build >
    Debug >
    Run

    The console then successfully displays:

    Running Mailbox test...
    (0) writing '0' ...
    read '0' from (0).
    (0) writing '0' ...
    read '1' from (0).
    (0) writing '0' ...
    read '2' from (0).
    (0) writing '0' ...
    read '3' from (0).
    (0) writing '0' ...
    read '4' from (0).
    (0) writing '0' ...
    read '5' from (0).
    (0) writing '0' ...
    read '6' from (0).
    (0) writing '0' ...
    read '7' from (0).
    writer (0) done.
    reader: timeout expired for Mailbox_pend()
    reader done.

    I successfully ran "LabTimer" and "LabTilt2" using the same procedure.

    Regards, Fred A Rupinski