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.

Build option export from CCS6

Genius 5960 points

Hi,

If you use the CCSv6,
Do you have a build Option information on how to export?

Best Regards,

hamada

  • Hamada,

    could you add some details to your question? I do not know what you are exactly looking for.

    Dennis
  • If you mean the binary output file, then enable ‘Hex Utility’ in the Properties.

  • Are you looking for a list of the compiler and linker options configured in your project? If so, what do you need to export them for?

    You can see the project settings in CCSv6 by choosing:

    Project -> Show Build Settings...

    I think this defaults to showing you the Compiler settings; click on the "Linker" part of the tree to see the Linker settings. Poking around inside the Compiler and Linker areas provides a GUI view of all these options.

    Since CCSv6 is an Eclipse-based IDE, it uses Managed Make as it's build mechanism. You can see the "managed make" scripts by looking into the files with the extension ".mk". They're usually found in the build configuration's folder; for example, in the "Debug" folder of your project.

    Of course, Eclipse/CCS lets you use Standard Make projects as well, but then you're required to implement all the build options by hand - and that would 'eclipse' the need for your question, in the first place.
  • Hi.

    Thank you for reply.

    >Are you looking for a list of the compiler and linker options configured in your project?
    Yes.

    >If so, what do you need to export them for?

    My customers are using third-party IDE tool,
    It is said the Compiler and linker Option was able to export.

    Or can not be output Compiler and linker option in CCS?

    Best Regards,

    hamada

**Attention** This is a public forum