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.

Version: 6.1.1.00022 and Dropbox doesn't work?

Other Parts Discussed in Thread: ENERGIA

Hi everyone,

I did a search for Dropbox and  Version: 6.1.1.00022 but couldn't find an answer that I am suspecting: workspace_v6_1 just doesn't work if located at a Dropbox folder?

Same project compiles just fine if the path is local meaning a folder on the hard drive other than Dropbox folder.

Is there a fix for that issue? I use multiple computers and the only way to keep things coherent is using Dropbox

Energia works just fine if the project folders are located in a Dropbox folder.

Thanks

  • Hello,
    I'm not sure why it would be an issue. CCS would just see the dropbox folder as another local folder. I just created a workspace in my dropbox folder and was able to create and build projects without issue with 6.1.1. Perhaps

    What is the exact issue you are seeing? Are you trying to use a workspace folder that was created on a different PC?

    Thanks
    ki
  • Thanks Ki-Soo for the test, during compile I get an error that it can not access files with the path shown to be the Dropbox path. I will post a screen shot in just a few. The interesting thing is that if I copy the entire workspace folder to some place on c:\ then it compiles fine with no errors.
  • I feel stupid. The missing file had nothing to do with the fact that it was located on Dropbox folder. The compile fails for completely unrelated reasons. My bad:

    Description Resource Path Location Type
    gmake: *** [tm1640_compiled_on_msp430.out] Error 1 tm1640_compiled_on_msp430 C/C++ Problem
    gmake: Target `all' not remade because of errors. tm1640_compiled_on_msp430 C/C++ Problem
    undefined reference to `TM1640::TM1640(unsigned char, unsigned char, unsigned char, unsigned char)' tm1640_compiled_on_msp430.ino /tm1640_compiled_on_msp430 line 11 C/C++ Problem