Huge binary file

Technical Note 27860

Architectures:

All

Component:

linker

Updated:

3/27/2020 10:36 AM

Introduction

Sometimes the binary output file is huge. This is often the case when const data is placed at specified addresses or when code is placed in external memories.

Explanation

The reason is that the binary output format has no support for holes so every address in the range must be given a value.

As a workaround, with the ILINK linker it is possible to create multiple raw binary files with the --bin-multi linker option.

This situation is related to Technical Note 35923.

 All product names are trademarks or registered trademarks of their respective owners.

We do no longer support Internet Explorer. To get the best experience of iar.com, we recommend upgrading to a modern browser such as Chrome or Edge.