Keil™, An ARM® Company

Technical Support

BL51: EMBEDDING COMMENTS IN A COMMAND FILE

QUESTION

Is there a way to embed comments in a linker command file?

ANSWER

Yes. You may embed comments in the BL51 command file using any of the following formats:

file.obj,   /* this is an object file */
file2.obj,   // this is also a file
file3.obj  ; this is a assembler style comment.

Last Reviewed: Monday, May 10, 2004


Did this article provide the answer you needed?
 
Yes
No
Not Sure