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.

Invalid project path

is this important?

Description Resource Path Location Type
Invalid project path: Duplicate path entries found (/usbdev_hid_sample [Include path] isSystemInclude:true includePath:C:/ti/biosusb_01_10_03/packages/ti/biosusb/examples/usbdevhid/build/C6748/ccs4/Debug), path: [/usbdev_hid_sample]. usbdev_hid_sample  pathentry Path Entry Problem

  • Kurt,

    I didn’t find anything internally on this, but I Googled on “Invalid project path: Duplicate path entries found” and got a lot of hits for this Eclipse message.  It seems to happen when project paths are changed and the old paths are not fully deleted.  Depending upon what you want to do with your projects, there are several methods that are described for avoiding this.

    Scott

  • I got this message when trying to build the usbdev_hid_sample that I just downloaded with BIOSUSB. Any idea how to fix it?

  • Kurt,

    Can you describe how you imported the sample into your CCS install and any adjustments you made?

    I’d seen your earlier post about BIOS_INSTALL_DIR and it seemed like you were iterating environment variables as part of building this project.  And this seemed similar to some of the Google hits describing stale include paths in Eclipse projects causing this warning. For example, this one, with some different methods people used to resolve: http://stackoverflow.com/questions/307367/eclipse-cdt-invalid-project-path

    Scott

  • installed bios/usb to c:\ti\biosusb_01_10_03.  imported sample project without copying the files.

    first attempt at build gave errors about BIOS_INSTALL_DIR and RTFS_INSTALL_DIR (this despite having installed c6748 SDK, ccsv4, and ccsv5). assigned best guess values to new environment variables.

    then the sample would build but with the warning described in this post. was hoping the error message would give you a clue as to what project setting was in error.

    bios/usb will not work for me.  I have removed the project from the workspace and will be uninstalling bios/usb. now this post can only hope to help make it easier for others to build sample projects.