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.

Use Module

working on a new application for c6748 base on DSP/BIOS 6.  I created a new RTSC Configuration File.  then I opened common.cfg in XGCONF.  the Available Packages window was also opened.  click on DSP/BIOS, Scheduling, right click on Task, Use Module.  nothing happens.  no change to the table. no error.  no nothing.

in DSP/BIOS 5 TCONF would create a new object that I could edit.  what is supposed to happen in DSP/BIOS 6?

BTW, I keep seeing the message, "Product 'PSP Drivers' v01.30.00.06 defines no repositories.  Uninstall or resintall the product, or contact the product provider".  Could this be part of the problem?

  • sorry, I had closed the Outline window.  when I tried recreating stuff, the Outline window popped up.  now I see how this works...

  • >BTW, I keep seeing the message, "Product 'PSP Drivers' v01.30.00.06 defines no repositories.  Uninstall or resintall the product, or contact the product provider".  

    Kurt,

     We have noticed such problems intermittently with some of the installed products and typically a re-start helps to 

    register  the product eclipse plugin properly. Can you re-start CCS4 and see if you still see this message? 

    Regards

    Amit

     

  • I still get the same warning after restart

    and now after I build the project, I get teh warning "Invalid project path: Duplicate path entries."  I have no idea what this means (even after searching the web...)

  • Kurt,

    What version of CCS are you using? I am downloading  PSP 1.30.00.06 release and will try to reproduce your problem.

    Thanks

    Amit

  • Kurt,

    Unfortunately PSP1.30.00.06 does not ship an eclipse plugin which results in the message that you are seeing. 

    Amit

    -----------------------------------

    Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

  • oh. 

    I tried changing to PSP1.30.00.05 and PSP 1.30.00 but continue to get this warning.  What effect will this have on my project?

  • Kurt Jensen said:

    oh. 

    I tried changing to PSP1.30.00.05 and PSP 1.30.00 but continue to get this warning.  What effect will this have on my project?

     

    Kurt,

    Looking at the release notes for PSP1.30.00.06 I see that it is used only with BIOS5.x. So not having an eclipse plugin should not have any impact on your project. I think the easiest thing will be to start with the examples shipped with the drivers in <drive>/Program Files\Texas Instruments\pspdrivers_01_30_00_06\packages\ti\pspiom\examples

     

    Thanks

    Amit 

  • FYI - Because of another problem - http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/64814/233658.aspx#233658 - I removed all versions of the PSP drivers and reinstalled only PSP1.30.00.06. 

    Now, the "has no repositories" warning is gone.  Go figure.

    Also, I have discovered the cause of the "Invalid project path: Duplicate path entries" warning.  Maybe you can help.  In the C/C++ Projects view, click the + next to my project, click the + next to Includes.  In the list is 10 paths.  4 of the paths are duplicates.  How did I get these duplicates and How do I get rid of them?

  • Kurt Jensen said:

    Also, I have discovered the cause of the "Invalid project path: Duplicate path entries" warning.  Maybe you can help.  In the C/C++ Projects view, click the + next to my project, click the + next to Includes.  In the list is 10 paths.  4 of the paths are duplicates.  How did I get these duplicates and How do I get rid of them?

     

    Kurt,

    What are the include paths for which you see duplicates?  

    Regards

    Amit

     

  • bios_6_21_00_13, ipc_1_00_05_60, xdctools_3_16_02_32

  • Hi Kurt,

    Unless there is a bug somewhere, the only mechanism that I know that will create these duplicate entries is when you manually add the include paths in the compiler options of your project or add rtsc repositories - <product_install_directory>/packages- to the RTSC configuration project. Since the project also gets the include paths from the eclipse plugins you will see duplicate entries. Do you remember changing include paths for your application project or adding RTSC repositories to your RTSC configuration project?

     

    Regards

    Amit