Keil™, An ARM® Company

Technical Support

BL51: NOSORTSIZE DIRECTIVE


Information in this article applies to:

  • C51 Version 6.01

QUESTION

What does the NOSORTSIZE directive do?

ANSWER

The NOSORTSIZE directive (Abbr. NOSO) disables sorting program segments by size. This is the method used in C51 Version 5 and earlier.

Note that in C51 Version 6, the BL51 Linker sorts and locates segments by size. This ensures fewer GAPS in the memory space and reduces memory consumption.

You need to use the NOSORTSIZE directive only if you must be compatible with the way the C51 V5.50 linker worked.

SEE ALSO

FORUM THREADS

The following Discussion Forum threads may provide information related to this topic.

Last Reviewed: Monday, April 08, 2002


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