This option enables you to lower the base address used by the --bincombined output mode. The output file generated is suitable to be loaded into memory starting at the specified address.
Restrictions
You must use --bincombined with this option. If you omit --bincombined, a warning message is displayed.
Syntax
--bincombined_base=address
Where:
address
The start address where the image is to be loaded:
if the specified address is lower than the start of the first load region, fromelf adds padding at the start of the output file
if the specified address is higher than the start of the first load region, fromelf gives an error.
Default
By default the start address of the first load region in memory is used as the base address.