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.

CCS/TMS320F28075: property- general- product doesn't not appear

Part Number: TMS320F28075

Tool/software: Code Composer Studio

Hi,

my customer import CCS3.3 project to CCS7.4.0.00015 and got the warning below:

I think the first warning is related to XDAIS and I asked them to de-select XDAIS option.

XDAIS option should be at Project Properties->General->Products tab, but there is no Product tab as shown below, why?

  • Howard Zou said:
    XDAIS option should be at Project Properties->General->Products tab, but there is no Product tab as shown below, why?

    That may be dependent on how the original CCS 3.3 project was created. If CCS does not recognize any "products" associated with the project, then the tab will not be present. 

    The build warnings seen above can be ignored. However, if they are really keen to remove the warnings, they can delete the build variable XDAIS_CG_ROOT by going to Project Properties->Build->Variables tab, enable "Show system variables", then find and delete that variable. If this variable is used in any of the compiler include paths (Project Properties->Build->Compiler->Include options-> --include_path) they can remove those paths as well.

    Hope this helps.