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.

include file warnings....

Other Parts Discussed in Thread: CONTROLSUITE

I have several include file warnings indicating the paths to the directories are invalid.  And, I have verified the include paths are indeed in error.  Trouble is, while I can see the include paths in Project Explorer, but when I go to the Project Properties => Build => C2000 Compiler => Include Options .... those entries do not exist for me to delete or edit.  How else might I remove or edit these errant entries?

Thanks...

  • What are the exact warnings about the include paths? If you could copy and paste the full output in the CCS build console to a text file and attach it there that would help. Also please include a screenshot of the include options specified under Project Properties => Build => C2000 Compiler => Include Options, so we can compare those against the ones in the warnings.

  • here's an example.. they are all (5) the same except different paths...

    Description    Resource    Path    Location    Type
    Invalid project path: Include path not found (C:\Users\Erich\Desktop\device_support\F28M35x\vBeta1\F28M35x_common\include).    LVMA_F28M35x_C28x        pathentry    Path Entry Problem

  • Erich,

    These common include files typically come from ControlSuite, so I assume the path to your ControlSuite folder is incorrectly specified under Properties->Build->C2000 Compiler->Include Options (--include_path). It also appears that yours are set to a really old version of ControlSuite.

    For example, with a relatively recent installation of ControlSuite, my example projects use the following in the --include_path option:

    "${INSTALLROOT_F28M35X_V160}/F28M35x_common/include"
    "${INSTALLROOT_F28M35X_V160}/F28M35x_headers/include"

    ${INSTALLROOT_F28M35X_V160} should then resolve to the v160 of the F28M35x device support folder within the ControlSuite installation (in my case, it is C:\ti\controlSUITE\device_support\f28m35x\v160).

    You should check that these things match up and are appropriate based on your directory paths/versions etc. You can check if this variable resolves correctly by going to Properties->Build->Variables tab and taking a look at its value. I suspect, in your case, this variable is either not set or does not resolve correctly to the appropriate path within ControlSuite.

  • I am running ccs v 5.3.0.00090  Yes!! Properties =>Build, the Variables TAB....I knew it was somewhere just couldn't remember where.  thanks. 

    All warnings and spurious references are now removed.  I acquired a project from your team that is a hybrid of C2000 2xPM and Concertor Solar.  Getting the paths straightened out is proving to be quite a challenge.

  • Was this issue resolved? I am having trouble sorting out all of the linked files for the DC/DC solar MPPT kit. Does anyone have a fixed version of the project for me please?

  • Jonathan - Yes for me the problem was resolved.  See my response just prior to your post.  However, I was not working with a solar project.  I was working with a Hybrid project which uses some of the components of the Solar project.  Though my initial probems have been resolved, i still don't have the Hybrid project running.