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.

Source files are listed under documents folder:

Other Parts Discussed in Thread: CCSTUDIO

Hi,

  When I open an existing project in CCS V3.3, I could see that all source files are moved under douments folder. I am unable to build the project. Also I am unable to add any C files to the project. I was able to build the project without any issues until last week. The issue happened after I installed CCsv5 on my pc. The same project builds on other pc.

Regards,

Thomas

  • Hi Thomas,

    did you try importing the project into v5?   Did you make any modifications? (aside from adding v5 to the PC)

    What exact steps have you taken and what exactly did you experience?

    What error do you get? Are you trying to build in v3 or v5 now?  A bit further detail might be able to help us.

    Best Regards,
    Lisa

  • Hi Lisa,

      Thanks for the quick reply.

    No I id not try importing the project into v5. I did not made any modification to the project file or nay other modification to PC.

    Steps I follow: I open the CCStudio V3.3 by duoble clicking on the icon. CCStudio: Parellel Debug Manager window pops up. I double click on  DM644xJTagJet ARM DSP - ARM9_0. Then the main window opens. I right click on the project tab and add the project. It DOES NOT give any error or warning when I open the project. But I can see that all the source files are now moved under Documents folder in the CCS window display. Now If I try to build the project it gives me error. "Error, Don't know how to build file "F:\\J2_DSP\util\SPI_FlashBurner\SPI.c" etc.. I am unable to add any new c files under source folder. It automatically moves under document folder in the display.

    I do not get any error while opening the project but while compiling I get the error I mentioned above. For this project I am using CCS V3. I could build the same project on another pc (and of cource I was able to build the project a week back before I installed CCS V5 on my pc.My pc also has CCs v4 which I installed few months back. ).

    Please let meknow if you need more details.

     

    Thanks and regard,

    Thomas

  • Hi Thomas,

    I've seen that issue with CCSv3 occur when either the project manager component or the build tools have been disabled.

    Could you try the below:

    re-register the project management component:

    > regsvr32 C:\CCStudio_v3.3\cc\bin\projsvr.dll

    re-register the build tools:

    > regsvr32 C:\CCStudio_v3.3\tms470\cgtools\bin\btiarm.dll

    Hope this helps

    ki

  • Hi Ki,

      It helped and I am not seeing the issue any more. Thanks a lot.

     

    Regards,

    Thomas