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/AM6548: bitbake build in CCS

Part Number: AM6548


Tool/software: Code Composer Studio

Hi,

1. Is it possible to integrate bitbake build in CCS?so that I can relay on one IDE for complete development activity.

2. If I build the project outside (i.e using bitbake) and install the image into target (opkg install) then Is it still possible to use CCS for debug purpose say using JTAG probe? It is required to load the project in CCS for debug. I believe CCS uses its own workspace load mechanism to load the project. So Is there a solution?

It is best to have one IDE supporting code maintenance (git), build, development (includes debug), target remote access etc..

Please suggest best approach.

regards

ramu.

  • Also can it be possible to plug-in static code analysis tool into CCS?

  • Ramamurthy kondajji said:
    1. Is it possible to integrate bitbake build in CCS?so that I can relay on one IDE for complete development activity.

    I don't have any personal experience with bitbake, but one thing to consider is that CCS is based off the Eclipse IDE framework. You may want to check to see if there is an Eclipse plug-in for it that will work with CCS.

    Ramamurthy kondajji said:
    2. If I build the project outside (i.e using bitbake) and install the image into target (opkg install) then Is it still possible to use CCS for debug purpose say using JTAG probe?

    Yes

    Ramamurthy kondajji said:
    It is required to load the project in CCS for debug.

    No. You can simply do a "manual launch" of the debugger, which does not require a project.

    Ramamurthy kondajji said:
    Also can it be possible to plug-in static code analysis tool into CCS?

    Yes, there are many third party code analysis tools that has a plug-on for CCS/Eclipse. Parasoft is one example.

    Thanks

    ki