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: CCS Cloud not importing all the linked files of a CCS Project

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

Tool/software: Code Composer Studio

Good morning,

I have a problem with CCS Cloud. When I import a project from my computer through CCS Cloud doing > Project > Import CCS Projects... > Local... > "This PC > Documents > CCS_Workspace > Example_2806xI2C_eeprom" it finds the project and start importing. 
When it finished importing the project there are 3 linked files missing so when i build it there is the following error:

**** Build of configuration Debug for project Example_2806xI2C_eeprom ****

/mnt/ccs/ccs/utils/bin/gmake -k all

gmake: *** No rule to make target '/mnt/ccs/ccs/eclipse/PARENT-1-C2000Ware/C2000Ware_2_00_00_03/device_support/f2806x/common/source/F2806x_Gpio.c', needed by 'F2806x_Gpio.obj'.
gmake: *** No rule to make target '/mnt/ccs/ccs/eclipse/PARENT-1-C2000Ware/C2000Ware_2_00_00_03/device_support/f2806x/common/source/F2806x_Sci.c', needed by 'F2806x_Sci.obj'.

gmake: *** No rule to make target '/mnt/ccs/ccs/eclipse/C2000Ware/device_support/f2806x/common/source/F2806x_lcd.c', needed by 'F2806x_lcd.obj'. gmake: Target 'all' not remade because of errors.

**** Build Finished ****

The project builds correctly on my desktop CCS 9.1.0.00010 
There are no spaces in the file path (other linked files in the same folder get imported correctly)

File paths are:

C:\ti\C2000Ware_2_00_00_03_Software\device_support\f2806x\common\source
C:\ti\C2000Ware_2_00_00_03\device_support\f2806x\common\source

I already tried to delete everything from the CCS Cloud and to import the project again but the error remains.
I tried to import the entire Workspace and open the project from there but it didn't helped.

Edit 1: By importing the entire Workspace on CCS Cloud I get an error when exiting the project properties clicking "ok".
There is a popup window with written:
"Problems modifying properties
 Error: Compiler version'19.6.0.STS' is not currently installed!"

  • Hello,

    The project has references to files whose paths do not exist in the cloud environment. It also looks like the project is configured for an older compiler version that may not be available on cloud. 

    This tends to happen when trying to import custom desktop projects to your cloud environment. Did you customize the Example_2806xI2C_eeprom example that comes with C2000Ware?

    Thanks

    ki

  • Hi, 

    thank you for your answer.

    Yes I tried to import a customised version of the example.

    I ended up starting everything from the cloud version copying only the code and it's working fine.

    Thanks,

    Samuel