Post Go back to editing

Exporting makefile and building from the command line

Thread Summary

The user asked if CCES can export a single makefile or if it can be invoked from the command line to build a project. The final answer indicates that while CCES does not support exporting a single makefile, it can be built from the command line using the ccesc.exe tool with specific options for workspace and project locations and build configuration.
AI Generated Content

Is there a way in CCES to export a single makefile similar to VisualDSP's Project:Export Makefile that allows for building to any target from the command line?

Or is there a way to invoke CCES from the command line to build the project without launching the IDE?

Thanks,

Nick

Parents
  • Hi, Nick

    CCES does not have a way to export a single makefile but it provides a way to build projects from the command line. Assume you installed CCES at the default location. Here is an example of the command:

    C:\Analog Devices\CrossCore Embedded Studio 1.0.1\Eclipse\ccesc.exe -nosplash -consoleLog -application com.analog.crosscore.headlesstools -data "C:/workspace"

    -project "C:/yourprojectlocation" -build Debug

    The option -data indicates the local location of your workspace. The option -project indicates the local location of your project. The option -build indicates the build configuration.

    Cesar

Reply
  • Hi, Nick

    CCES does not have a way to export a single makefile but it provides a way to build projects from the command line. Assume you installed CCES at the default location. Here is an example of the command:

    C:\Analog Devices\CrossCore Embedded Studio 1.0.1\Eclipse\ccesc.exe -nosplash -consoleLog -application com.analog.crosscore.headlesstools -data "C:/workspace"

    -project "C:/yourprojectlocation" -build Debug

    The option -data indicates the local location of your workspace. The option -project indicates the local location of your project. The option -build indicates the build configuration.

    Cesar

Children
No Data

Before You Switch


Switching languages will make ADI Explorer unavailable. Resume your session by switching back to English and reopening ADI Explorer.