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.

Command-line .pjt to makefile tool

Other Parts Discussed in Thread: CCSTUDIO

Does there exist a tool to convert a .pjt to a makefile without opening the IDE?

  • Aaron,

    No, but the utility timake (in C:\CCStudio_v3.3\cc\bin) can build a .pjt file directly from the command line.

    Hope this helps,

    Rafael

  • Thanks Rafael,

    Unfortunately timake only compiles on a single processor, which for a large project means a 20+ minute build time. If the project is exported to a makefile we can use other make tools that support parallel compilation.

  • Hi, Aaron,

    In CCSv3.2/CCSv3.3, you can "Export to Makefile" from IDE project; if you migrate to CCSv4.x, the makefile is generated automatically when you build a project, then you can use the makefile (maybe some modifications) to build project from command line.

    Yuhua