The default output file is .out format.
Does CCS support to generate output file of ELF format?
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.
The default output file is .out format.
Does CCS support to generate output file of ELF format?
Hello,
The default output file is .out format.
Note that *.out is simply the default file name extension. The format is typically COFF or ELF. For modern versions of the tools, the default format is typically ELF.
Does CCS support to generate output file of ELF format?
Yes. This can be configured in the output type of the project properties:
Thanks
ki
How can I get the the default file name extension of .elf? I only see the .out extenstion file
You can change the default name of the executable in the linker options: