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/LAUNCHXL-F28069M: Compile errors in Demo code

Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: Code Composer Studio

Hi

I am trying to compile the code provided in

E:\ti\controlSUITE\device_support\f2806x\v130\F2806x_examples\adc_temp_sensor

I get the following errors

Description    Resource    Path    Location    Type
errors encountered during linking; "Example_2806xLaunchPad.out" not errors encountered during linking; "Example_2806xLaunchPad.out" not    Example_2806xLaunchPad             C/C++ Problem
gmake: *** [Example_2806xLaunchPad.out] Error 1    Example_2806xLaunchPad             C/C++ Problem
gmake: Target 'all' not remade because of errors.    Example_2806xLaunchPad             C/C++ Problem

This" resource manager" in CCS seems to be a complete mess. It's not possible to locate anything with it.

I had to manually navigate to the above directory to load the above demo. Btw why is it called v130 ?

  • Srinath,

    What version of CCS are you using?

    I just imported the example you mentioned and was able to build it without issue.  I don't see the actual build error.  If you open the console view there should be an error there other than the generic error encountered during linking message.

    The v130 refers to the version of the example.  controlSUITE ships with previous versions v130 is quite old.  In my controlSUITE install I have the following versions. 

    controlSUITE does not show up in Resource Explorer in newer versions of CCS.  It will show up in Resource Explorer Classic which supports older software packages.  However it needs to know there the packages are installed and won't automatically detect a package in E:\

    The newer C2000Ware does show up in Resource Explorer.

    Regards,

    John

  • Hi John

    I am using CCS v7.
    I tried compiling the code in
    E:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples\adc_temp_sensor
    (Using latest version of the program)

    I get the following error in console
    Buildfile generation error occurred..
    Product 'XDAIS' v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.
    Build stopped..

    How do i install these missing products ?

    Regards
    Srinath
  • Srinath,

    Try removing the reference to XDAIS.

    Open the properties for the project.  Select General in the tree on the left, then the Products or RTSC tab on the right.  Uncheck the box beside XDAIS.

    Regards,

    John