This option specifies the execution start address.
This option defines execution start address with external defined symbol symbol or address address.  | 
Specify address in hexadecimal.  | 
If the specified symbol name is a C variable name, add "_" at the head of the definition name in the program.  | 
If the -form={object|relocate|library} option or -strip option is specified, this option will be invalid.  | 
Be sure to specify symbol if you intend to enable link-time optimization (-optimize[=symbol_delete]). If address is specified with this option, link-time optimization will be disabled.  | 
If the address specified by the -entry option is included in any of the sections allocated by the -start option, optimization in the range from the first address of the section up to the address specified by the -entry option will be suppressed.  |