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 + Eclox plugin

Other Parts Discussed in Thread: CC1310

Hi,

I saw that the TI-RTOS drivers documentation was created using Doxygen + GraphViz. (file:///C:/ti/tirtos_cc13xx_cc26xx_2_18_01_04/products/tidrivers_cc13xx_cc26xx_2_16_01_13/docs/doxygen/html/index.html)

I am trying to do the same.

I installed Eclox, which is a Eclipse plugin that calls the Doxygen and GraphViz.

When calling it, I get the following error:

error: Problems running dot: exit code=-1, command='dot', arguments='"C:/Users/engenharia7/workspace_v6_2/empty_CC1310_LAUNCHXL_TI/Doxygen/latex/_board_8h__incl.dot" -Tpdf -o "C:/Users/engenharia7/workspace_v6_2/empty_CC1310_LAUNCHXL_TI/Doxygen/latex/_board_8h__incl.pdf"'

The .dot files were created in the Doxygen output folder.

I can even generate the graphs using these .dot files if use the GraphViz tool outside the Eclipse.

But, for a unkown reason, the tool can't do it inside Eclipe.

Can the people responsable for generate the Driver documentation help me?

Thank you!

  • Hi,

    I don't have experience with this third party plugin, but a few discussions around on the internet mention the need to manually create a specific configuration file before using the plugin. One of these discussions is at stackoverflow:
    stackoverflow.com/.../how-to-use-eclox-the-doxygen-plugin-for-eclipse

    Regardless, I will see if the TI-RTOS development team created this documentation from inside or outside of Eclipse and report back to this thread if they are able to help.

    Another interesting blog post (although somewhat dated) that discusses the number of tools described by you is shown below.
    mcuoneclipse.com/.../

    Hope this helps,
    Rafael
  • desouza said:
    Hi,

    I don't have experience with this third party plugin, but a few discussions around on the internet mention the need to manually create a specific configuration file before using the plugin. One of these discussions is at stackoverflow:
    stackoverflow.com/.../how-to-use-eclox-the-doxygen-plugin-for-eclipse

    Regardless, I will see if the TI-RTOS development team created this documentation from inside or outside of Eclipse and report back to this thread if they are able to help.

    Another interesting blog post (although somewhat dated) that discusses the number of tools described by you is shown below.
    mcuoneclipse.com/.../

    Hope this helps,
    Rafael

    Hi,

    Thank you for your answer.

    Unfortunately, I already created the configuration file using the Doxygen Wizard (outside the Eclipse) and using the plugin (inside the Eclipe) and it is still not working.

    Anyway, It seems that Doxygen is not the problem. It is generating all the .dot files needed to be used by GraphViz to create the images.

    I tested these .dot files directly in the GraphViz tool (outside Eclipse) and it was able to generate the images.

  • Hi,

    do you know the eclox version? Some versions (0.10.2) has a bug about calling doxygen with right env, see
    github.com/.../163
    and
    github.com/.../170

    You can go back to 0.10.1 or 0.8.x or try the testing builds of 0.11.x stream, see
    github.com/.../172

    You are welcome to create an issue if it's still not working at github.com/.../issues

    Thanks and Regards,
    Andre